Download presentation
Presentation is loading. Please wait.
Published byScot Jackson Modified over 8 years ago
1
1 © 2004, Cisco Systems, Inc. All rights reserved. Chapter 7 VLAN and VPNs
2
222 © 2004, Cisco Systems, Inc. All rights reserved. Objectives Upon completion of this chapter, you will be able to perform the following tasks: Configure a VLAN Configure VLAN Trunking Protocol (VTP) Configure a switch for trunking Verify VLAN connectivity Verify spanning-tree operations
3
333 © 2004, Cisco Systems, Inc. All rights reserved. Contents A switch connecting three segments Configuration VLAN (Cisco) Private network Hybrid network Virtual private networks VPN techniques Authentication Encryption Tunneling Addressing in VPN
4
444 © 2004, Cisco Systems, Inc. All rights reserved. VLAN Overview Segmentation Flexibility Security 3rd floor 2nd floor 1st floor SALES HR ENG A VLAN = A broadcast domain = Logical network (subnet)
5
555 © 2004, Cisco Systems, Inc. All rights reserved. A switch connecting three segments
6
666 © 2004, Cisco Systems, Inc. All rights reserved. A switch using VLAN software
7
777 © 2004, Cisco Systems, Inc. All rights reserved. Two switches in a backbone using VLAN software
8
888 © 2004, Cisco Systems, Inc. All rights reserved. VLAN Operations Switch A Green VLAN Black VLAN Red VLAN Each logical VLAN is like a separate physical bridge
9
999 © 2004, Cisco Systems, Inc. All rights reserved. VLAN Operations Switch A Green VLAN Black VLAN Red VLAN Switch B Green VLAN Black VLAN Red VLAN Each logical VLAN is like a separate physical bridge VLANs can span across multiple switches
10
10 © 2004, Cisco Systems, Inc. All rights reserved. VLAN Operations Switch A Green VLAN Black VLAN Red VLAN Switch B Green VLAN Black VLAN Red VLAN Trunk Each logical VLAN is like a separate physical bridge VLANs can span across multiple switches Trunks carries traffic for multiple VLANs Fast Ethernet
11
11 © 2004, Cisco Systems, Inc. All rights reserved. VLAN Membership Modes VLAN5 Static VLANDynamic VLAN MAC = 1111.1111.1111 Trunk VMPS 1111.1111.1111 = vlan 10 VLAN10 Port e0/9 Port e0/4
12
12 © 2004, Cisco Systems, Inc. All rights reserved. ISL Tagging Performed with ASIC Not intrusive to client stations, client does not see the ISL header Effective between switches, routers and switches, switches and servers with ISL network interface cards ISL trunks enable VLANs across a backbone VLAN Tag added by incoming port VLAN Tag stripped by forwarding port Inter-Switch Link carries VLAN identifier
13
13 © 2004, Cisco Systems, Inc. All rights reserved. ISL Encapsulation ISL Header 26 bytes Encapsulated Ethernet frame CRC 4 bytes Frames encapsulated with ISL header and CRC Support for many VLANs (1024) VLAN field BPDU bit DATypeUserSALEN VLAN AAAA03 BPDU HSAVLAN BPDU INDEXRES
14
14 © 2004, Cisco Systems, Inc. All rights reserved. VLAN Trunking Protocol (VTP) A messaging system that advertises VLAN configuration information Maintains VLAN configuration consistency throughout a common administrative domain VTP sends advertisements on trunk ports only Support mixed media trunks (Fast Ethernet, FDDI, ATM) 1. “ new vlan added ” 3.Sync to the latest vlan information 2 VTP Domain “ ICND ”
15
15 © 2004, Cisco Systems, Inc. All rights reserved. VTP Modes Server Client Transparent Sends/forwards advertisements Synchronize Not saved in NVRAM Create vlans Modify vlans Delete vlans Sends/forwards advertisements Synchronize Saved in NVRAM Create vlans Modify vlans Delete vlans Forwards advertisements Does not synchronize Saved in NVRAM
16
16 © 2004, Cisco Systems, Inc. All rights reserved. How VTP Works VTP advertisements are sent as multicast frames VTP servers and clients synchronized to latest revision number VTP advertisement are sent every five minutes or when there is a change
17
17 © 2004, Cisco Systems, Inc. All rights reserved. VTP advertisements are sent as multicast frames VTP servers and clients synchronized to latest revision number VTP advertisement are sent every five minutes or when there is a change How VTP Works 1.Add new VLAN 2.Rev 3 --> Rev 4 Server Client 4.Rev 3 --> Rev 4 5.Sync new vlan info 33 4.Rev 3 --> Rev 4 5.Sync new vlan info
18
18 © 2004, Cisco Systems, Inc. All rights reserved. VTP Pruning Increases available bandwidth by reducing unnecessary flooded traffic Example: Station A sends broadcast, broadcast is only flooded toward any switch with ports assigned to the red VLAN Switch 4 Switch 2 Switch 6Switch 3Switch 1 Port 2 Flooded traffic is pruned Red VLAN Port 1 Switch 5 A B
19
19 © 2004, Cisco Systems, Inc. All rights reserved. VLAN Configuration Guidelines Maximum number of VLANs is switch-dependent Catalyst 1900 supports 64 VLANs with a separate spanning tree per VLAN VLAN1 is One of the factory default VLANs CDP and VTP advertisements are sent on VLAN1 Catalyst 1900 IP address is in the VLAN1 broadcast domain Must be in VTP server or transparent mode to create, add, or delete VLANs
20
20 © 2004, Cisco Systems, Inc. All rights reserved. VLAN Configuration Steps Enable VTP (optional) Enable trunking Create VLANs Assign VLAN to ports
21
21 © 2004, Cisco Systems, Inc. All rights reserved. VTP domain name VTP mode (server/client/transparent) — VTP server mode is the default VTP pruning VTP password VTP trap VTP Configuration Guidelines Use caution when adding a new switch into an existing domain. A new switch should be added in client mode to prevent the new switch from propagating incorrect VLANs information Use the delete vtp command to reset the VTP revision number
22
22 © 2004, Cisco Systems, Inc. All rights reserved. Creating a VTP Domain vtp [server | transparent] [domain domain-name] [trap {enable | disable}] [password password] [pruning {enable | disable} wg_sw_a(config)#
23
23 © 2004, Cisco Systems, Inc. All rights reserved. Creating a VTP Domain wg_sw_a#conf terminal Enter configuration commands, one per line. End with CNTL/Z wg_sw_a(config)#vtp transparent wg_sw_a(config)#vtp domain switchlab vtp [server | transparent] [domain domain-name] [trap {enable | disable}] [password password] [pruning {enable | disable} wg_sw_a(config)#
24
24 © 2004, Cisco Systems, Inc. All rights reserved. Verifying VTP Configurations wg_sw_a#show vtp
25
25 © 2004, Cisco Systems, Inc. All rights reserved. Verifying VTP Configurations wg_sw_a#show vtp VTP version: 1 Configuration revision: 4 Maximum VLANs supported locally: 1005 Number of existing VLANs: 6 VTP domain name : switchlab VTP password : VTP operating mode : Transparent VTP pruning mode : Enabled VTP traps generation : Enabled Configuration last modified by: 10.1.1.40 at 00-00-0000 00:00:00 wg_sw_a#show vtp
26
26 © 2004, Cisco Systems, Inc. All rights reserved. Defining a Trunk trunk [on | off | desirable | auto | nonegotiate] wg_sw_a(config-if)# On = Set trunk on and negotiate with other side Off = Set trunk off and negotiate with other side Desirable = Negotiate with other side. Trunk on if other side is on, desirable, or auto Auto = Will be a trunk only if the other side is on or desirable Non-negotiate = Set trunk on and will not negotiate
27
27 © 2004, Cisco Systems, Inc. All rights reserved. Defining a Trunk wg_sw_a#conf terminal Enter configuration commands, one per line. End with CNTL/Z wg_sw_a(config)#interface f0/26 wg_sw_a(config-if)#trunk on First trunk port(Port A) On = Set trunk on and negotiate with other side Off = Set trunk off and negotiate with other side Desirable = Negotiate with other side. Trunk on if other side is on, desirable, or auto Auto = Will be a trunk only if the other side is on or desirable Non-negotiate = Set trunk on and will not negotiate trunk [on | off | desirable | auto | nonegotiate] wg_sw_a(config-if)#
28
28 © 2004, Cisco Systems, Inc. All rights reserved. Verifying a Trunk wg_sw_a#show trunk [A | B]
29
29 © 2004, Cisco Systems, Inc. All rights reserved. Verifying a Trunk wg_sw_a#show trunk a DISL state: On, Trunking: On, Encapsulation type: ISL wg_sw_a#show trunk [A | B]
30
30 © 2004, Cisco Systems, Inc. All rights reserved. Adding a VLAN vlan vlan# [name vlan-name] wg_sw_a(config)#
31
31 © 2004, Cisco Systems, Inc. All rights reserved. Adding a VLAN wg_sw_a#conf terminal Enter configuration commands, one per line. End with CNTL/Z wg_sw_a(config)#vlan 9 name switchlab2 vlan vlan# [name vlan-name] wg_sw_a(config)#
32
32 © 2004, Cisco Systems, Inc. All rights reserved. Verifying a VLAN wg_sw_a#show vlan [vlan#]
33
33 © 2004, Cisco Systems, Inc. All rights reserved. Verifying a VLAN wg_sw_a#sh vlan 9 VLAN Name Status Ports ------------------------------------------------- 9 switchlab2 Enabled ------------------------------------------------- VLAN Type SAID MTU Parent RingNo BridgeNo Stp Trans1 Trans2 ------------------------------------------------------------------------------------------------------- 9 Ethernet 100009 1500 0 1 1 Unkn 0 0 -------------------------------------------------------------------------------------------------------- wg_sw_a#show vlan [vlan#]
34
34 © 2004, Cisco Systems, Inc. All rights reserved. Modifying a VLAN Name vlan vlan# name vlan-name wg_sw_a#conf terminal Enter configuration commands, one per line. End with CNTL/Z wg_sw_a(config)#vlan 9 name switchlab90 wg_sw_a#show vlan 9 VLAN Name Status Ports ------------------------------------------------ 9 switchlab90 Enabled ------------------------------------------------ wg_sw_a(config)#
35
35 © 2004, Cisco Systems, Inc. All rights reserved. Assigning Switch Ports to a VLAN vlan-membership {static {vlan#} | dynamic} wg_sw_a(config-if)#
36
36 © 2004, Cisco Systems, Inc. All rights reserved. Assigning Switch Ports to a VLAN wg_sw_a#conf terminal Enter configuration commands, one per line. End with CNTL/Z wg_sw_a(config)#interface ethernet 0/8 wg_sw_a(config-if)#vlan-membership static 9 vlan-membership {static {vlan#} | dynamic} wg_sw_a(config-if)#
37
37 © 2004, Cisco Systems, Inc. All rights reserved. Verifying VLAN Membership wg_sw_a#show vlan-membership
38
38 © 2004, Cisco Systems, Inc. All rights reserved. Verifying VLAN Membership wg_sw_a#show vlan-membership Port VLAN Membership Type Port VLAN Membership Type -------------------------------------------- ----------------------------------------- 1 5 Static 13 1 Static 2 1 Static 14 1 Static 3 1 Static 15 1 Static 4 1 Static 16 1 Static 5 1 Static 17 1 Static 6 1 Static 18 1 Static 7 1 Static 19 1 Static 8 9 Static 20 1 Static Note: port 1=e0/1, port 2=e0/2..... wg_sw_a#show vlan-membership
39
39 © 2004, Cisco Systems, Inc. All rights reserved. Verifying Spanning Tree wg_sw_a#show spantree {vlan number}
40
40 © 2004, Cisco Systems, Inc. All rights reserved. Verifying Spanning Tree wg_sw_a#show spantree 1 VLAN1 is executing the IEEE compatible Spanning Tree Protocol Bridge Identifier has priority 32768, address 0050.F037.DA00 Configured hello time 2, max age 20, forward delay 15 Current root has priority 0, address 00D0.588F.B600 Root port is FastEthernet 0/26, cost of root path is 10 Topology change flag not set, detected flag not set Topology changes 53, last topology change occured 0d00h17m14s ago Times: hold 1, topology change 8960 hello 2, max age 20, forward delay 15 Timers: hello 2, topology change 35, notification 2 Port Ethernet 0/1 of VLAN1 is Forwarding Port path cost 100, Port priority 128 Designated root has priority 0, address 00D0.588F.B600 Designated bridge has priority 32768, address 0050.F037.DA00 Designated port is Ethernet 0/1, path cost 10 Timers: message age 20, forward delay 15, hold 1 wg_sw_a#show spantree {vlan number}
41
41 © 2004, Cisco Systems, Inc. All rights reserved. Visual Objective core_ server 10.x.x.1 wg_sw_a 10.1.1.10 wg_sw_l 10.1.1.120 wg_pc_a 10.2.2.12 wg_pc_l 10.13.13.12... e0/1 fa0/26 (port A) e0/1 fa0/26 (port A) fa0/1fa0/12 fa0/24 core_sw_a 10.1.1.2 ISL SUBNETVLANPOD 10.1.1.01wg_ro_x, wg_sw_x, core_sw_a 10.2.2.02wg_pc_a, core_server 10.3.3.03wg_pc_b, core_server 10.4.4.04wg_pc_c, core_server 10.5.5.05wg_pc_d, core_server 10.6.6.06wg_pc_e, core_server 10.7.7.07wg_pc_f, core_server 10.8.8.0 8 wg_pc_g, core_server 10.9.9.09wg_pc_h, core_server 10.10.10.010wg_pc_i, core_server 10.11.11.011wg_pc_j, core_server 10.12.12.012wg_pc_k, core_server 10.13.13.013wg_pc_l, core_server VLAN2 VLAN13 wg_ro_a 10.1.1.11 e0/2e0 wg_ro_l 10.1.1.121 e0e0/2
42
42 © 2004, Cisco Systems, Inc. All rights reserved. Visual Objective core_ server wg_sw_a 10.1.1.10 wg_sw_l 10.1.1.120... e0/1 fa0/26 (port A) e0/1 fa0/26 (port A) fa0/1 fa0/12 fa0/24 core_sw_a 10.1.1.2 core_sw_b 10.1.1.4 fa0/12 fa0/1 fa0/13 fa0/27 (port B) fa0/27 (port B) wg_pc_a 10.2.2.12 wg_pc_l 10.13.13.12 ISL 10.x.x.1 VLAN2 VLAN13 SUBNETVLANPOD 10.1.1.01wg_ro_x, wg_sw_x, core_sw_a, core_sw_b 10.2.2.02wg_pc_a, core_server 10.3.3.03wg_pc_b, core_server 10.4.4.04wg_pc_c, core_server 10.5.5.05wg_pc_d, core_server 10.6.6.06wg_pc_e, core_server 10.7.7.07wg_pc_f, core_server 10.8.8.0 8 wg_pc_g, core_server 10.9.9.09wg_pc_h, core_server 10.10.10.010wg_pc_i, core_server 10.11.11.011wg_pc_j, core_server 10.12.12.012wg_pc_k, core_server 10.13.13.013wg_pc_l, core_server fa0/14...
43
43 © 2004, Cisco Systems, Inc. All rights reserved. Private network
44
44 © 2004, Cisco Systems, Inc. All rights reserved. Hybrid network
45
45 © 2004, Cisco Systems, Inc. All rights reserved. Virtual private networks
46
46 © 2004, Cisco Systems, Inc. All rights reserved. VPN techniques
47
47 © 2004, Cisco Systems, Inc. All rights reserved. Authentication
48
48 © 2004, Cisco Systems, Inc. All rights reserved. Encryption
49
49 © 2004, Cisco Systems, Inc. All rights reserved. Tunneling
50
50 © 2004, Cisco Systems, Inc. All rights reserved. Addressing in VPN
51
51 © 2004, Cisco Systems, Inc. All rights reserved. Summary After completing this chapter, you should be able to perform the following tasks: Configuring VLAN Configuring VTP Configuring a trunk Verifing Spanning Tree Operations
52
52 © 2004, Cisco Systems, Inc. All rights reserved. Review Questions 1. What are the three VTP modes? 2. Over what type of port can VTP advertisements be sent? 3. VLAN ID is carried in the ________ header. 4. How do we assign a VLAN to a port?
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.