VLANs. 2003, Cisco Systems, Inc. All rights reserved. 2-1

Size: px
Start display at page:

Download "VLANs. 2003, Cisco Systems, Inc. All rights reserved. 2-1"

Transcription

1 VLANs 2003, Cisco Systems, Inc. All rights reserved. 2-1

2 Traditional Campus Networks Broadcast Domain Collision Domain 1 Collision Domain 2 Bridges terminate collision domains 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

3 Performance Issues I need to know the MAC address for Server A ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP ARP Server A Multicast, broadcast, and unknown destination events become global events 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

4 Broadcast Issues Server A Broadcasts can consume all available bandwidth Each device must decode the broadcast frame 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

5 VLAN Overview Layer 2 connectivity Logical organizational flexibility Single broadcast domain Management Basic security A VLAN = A Broadcast Domain = Logical Network (Subnet) 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

6 VLAN Operations Switch A Switch B Red VLAN Black VLAN Green VLAN Red VLAN Black VLAN Green VLAN Each logical VLAN is like a separate physical bridge VLANs can span across multiple switches 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

7 VLAN Operations Switch A Switch B Trunk Fast Ethernet Red VLAN Black VLAN Green VLAN Red VLAN Black VLAN Green VLAN Each logical VLAN is like a separate physical bridge VLANs can span across multiple switches Trunks carries traffic for multiple VLANs 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

8 VLANs Establish Broadcast Domains VLANs plus routing limits broadcasts to the domain of origin. 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

9 Solution: Localizing Traffic LAN broadcasts terminate at the router interface 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

10 Solution: Localizing Traffic (Cont.) VLAN1 VLAN2 VLAN3 VLANs contain broadcast traffic and separate traffic flows 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

11 Current Campus Networks VLAN1 VLAN2 VLAN3 VLAN5 VLAN6 VLAN7 VLAN8 VLAN9 VLAN10 Layer 3 devices interconnect LAN segments while still containing broadcast domains 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

12 Layer 2 End-to-End VLANs Switched Ethernet Wiring Closet Fast Ethernet Distribution Layer Workgroup Servers Fast Ethernet Core Layer Inter-VLAN Routing Enterprise Servers Fast or Gigabit Ethernet End-to-end VLANs span the switch fabric 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

13 Local VLANs Local VLANs generally reside in the wiring closet. 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

14 . End-to-End or Campus-wide VLANs 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

15 . Geographic or Local VLANs 2003, Cisco Systems, Inc. All rights reserved. 15 BCMSN v

16 Benefits of Local VLANs in the ECNM Deterministic traffic flow Active redundant paths High availability Finite failure domain Scalable design 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

17 Scalable Network Addressing IT, Human Resources Sales, Marketing Finance, Accounting Allocate IP address spaces in contiguous blocks. Allocate one IP subnet per VLAN. 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

18 Configuring VLANs in Global Mode Switch#configure terminal Switch(config)#vlan 3 Switch(config-vlan)#name Vlan3 Switch(config-vlan)#exit Switch(config)#end 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

19 Configuring VLANs in VLAN Database Mode Switch#vlan database Switch(vlan)#vlan 3 VLAN 3 added: Name: VLAN0003 Switch(vlan)#exit APPLY completed. Exiting , Cisco Systems, Inc. All rights reserved. BCMSN v

20 Deleting VLANs in Global Mode Switch#configure terminal Switch(config)#no vlan 3 Switch(config)#end 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

21 Deleting VLANs in VLAN Database Mode Switch#vlan database Switch(vlan)#no vlan 3 VLAN 3 deleted: Name: VLAN0003 Switch(vlan)#exit APPLY completed. Exiting , Cisco Systems, Inc. All rights reserved. BCMSN v

22 Assigning Access Ports to a VLAN Switch(config)#interface gigabitethernet 1/1 Enters interface configuration mode Switch(config-if)#switchport mode access Configures the interface as an access port Switch(config-if)#switchport access vlan 3 Assigns the access port to a VLAN 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

23 Verifying the VLAN Configuration Switch#show vlan [id name] [vlan_num vlan_name] VLAN Name Status Ports default active Fa0/1, Fa0/2, Fa0/5, Fa0/7 Fa0/8, Fa0/9, Fa0/11, Fa0/12 Gi0/1, Gi0/2 2 VLAN0002 active 51 VLAN0051 active 52 VLAN0052 active VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans enet enet enet enet Remote SPAN VLANs Primary Secondary Type Ports , Cisco Systems, Inc. All rights reserved. BCMSN v

24 Verifying the VLAN Port Configuration Switch#show running-config interface {fastethernet gigabitethernet} slot/port Displays the running configuration of the interface Switch#show interfaces [{fastethernet gigabitethernet} slot/port] switchport Displays the switch port configuration of the interface Switch#show mac-address-table interface interface-id [vlan vlan-id] [ {begin exclude include} expression] Displays the MAC address table information for the specified interface in the specified VLAN 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

25 Troubleshooting VLANs 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

26 Summary A VLAN is a logical grouping of switch ports connecting nodes of virtually any type with no regard to physical location. An end-to-end VLAN spans the entire switched network, while a local VLAN is restricted to a single switch. Static VLANs involve switch ports that you manually assign to a particular VLAN. You can configure VLANs using Cisco IOS commands in VLAN configuration mode. Once a VLAN has been defined, you can assign switch ports to it. You use show commands to confirm that a VLAN and its associated ports have been configured correctly. To troubleshoot VLANs, you should check the physical connections, switch configuration, and VLAN configuration. 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

27 Case Study 2003, Cisco Systems, Inc. All rights reserved. 2-27

28 Topology for this presentation Basic Switch Configuration Configure VLANs Configure Trunking Configure VTP 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

29 Topology for this presentation Basic Switch Configuration Configure VLANs Configure Trunking Configure VTP 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

30 Follow along with Packet Tracer Download: PT-Topology-VLANs.pkt 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

31 Clearing switches Switch# delete vlan.dat Delete filename [vlan.dat]? Delete flash:vlan.dat? [confirm] Switch# Switch# erase startup-config Erasing the nvram filesystem will remove all configuration files! Continue? [confirm] [OK] Erase of nvram: complete Switch# 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

32 Configure Hostname and VLAN 1 Switch# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Switch(config)# hostname DLS1 DLS1(config)# interface vlan 1 DLS1(config-if)# ip address DLS1(config-if)# no shutdown DLS1(config)# end DLS1# Configure hostname Configure VLAN 1 Default: Management VLAN is VLAN 1 Allows us to communicate with the switch over the network (ping, telnet if priviledge and vty passwords configured) Configure DLS1, DLS2, ALS1 and ALS2 switches on Packet Tracer Hostname VLAN , Cisco Systems, Inc. All rights reserved. BCMSN v

33 Configurations for other three switches 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

34 Our Topology Note: We will configure 802.1Q between DLS1 and DLS2.? Redundancy between switches By default, are all links forwarding (active)? Why or why not? No, Spanning Tree Protocol Later we will examine how to make use of these blocked links either with PVST or Etherchannel. How can we determine which links are forwarding and which are blocked? 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

35 Spanning Tree Protocol (More later!) 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

36 Spanning Tree Protocol 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

37 Spanning Tree Protocol 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

38 What does this mean? (All host on same subnet.) Host C pings Host A Host B pings Host D 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

39 Do show vlan on ALS1 Notice default VLAN numbers, names, types. Ports configured to trunk mode will not appear in any of the VLANs. Are there any ports trunking? No All ports are in VLAN 1 by default 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

40 Implementing VLAN Trunks 2003, Cisco Systems, Inc. All rights reserved. 2-40

41 Maintaining Specific VLAN Identification What is a VLAN trunk? Trunks carry traffic for multiple VLANs across the same physical link. Places a unique identifier in each frame Functions at Layer , Cisco Systems, Inc. All rights reserved. BCMSN v

42 Comparing ISL and 802.1Q ISL 802.1Q Proprietary Encapsulated Protocol independent Encapsulates the old frame in a new frame Nonproprietary Tagged Protocol dependent Adds a field to the frame header ISL (Inter-Switch Link) is no longer supported by Cisco, opting for Q. Note: Not all switches support both protocols. 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

43 Trunking with ISL Is a Cisco proprietary protocol Supports PVST Uses an encapsulation process Does not modify the original frame 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

44 Trunking with 802.1Q An IEEE standard Adds a 4-byte tag to the original frame Additional tag includes a priority field Does not tag frames that belong to the native VLAN Supports Cisco IP telephony 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

45 802.1Q Native VLAN Native VLAN frames are carried over the trunk link untagged. 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

46 VLAN Ranges and Mappings VLAN Range Range Usage 0, 4095 Reserved For system use only 1 Normal Cisco default Normal For Ethernet VLANs Normal Cisco defaults for FDDI and Token Ring Extended For Ethernet VLANs only 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

47 Trunking Configuration Commands Trunks can be configured statically or via DTP. DTP provides the ability to negotiate the trunking method. Configuring a Trunk switchport trunk switchport mode switchport nonegotiate 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

48 Switch Ports and Trunk Ports Command switchport mode access Access port Function Sets the switch port to unconditionally be an access port switchport mode trunk Trunk port Sets the switch port to unconditionally become a trunk port switchport mode dynamic Dynamic port Sets the switch port to dynamically negotiate the status (access or trunk) 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

49 Switch Port DTP Modes Mode access trunk nonegotiate dynamic desirable dynamic auto Function Unconditionally sets a switch port to access mode, regardless of other DTP functions Sets the switch port to unconditional trunking mode and negotiates to become a trunk link, regardless of neighbor interface mode Specifies that DTP negotiation packets are not sent on the Layer 2 interface Sets the switch port to actively send and respond to DTP negotiation frames. Default for Ethernet Sets the switch port to respond but not to actively send DTP negotiation frames 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

50 Switchport Mode Interactions Dynamic Auto Dynamic Desirable Note: Table assumes DTP is enabled at both ends. Dynamic Auto Dynamic Desirable Trunk Access Access Trunk Trunk Access Trunk Trunk Trunk Access Trunk Trunk Trunk Trunk Access Access Access Not recommended Not recommended Access 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

51 How to Configure Trunking 1. Enter interface configuration mode. 2. Shut down interface. 3. Select the encapsulation (802.1Q or ISL). 4. Configure the interface as a Layer 2 trunk. 5. Specify the trunking native VLAN (for 802.1Q). 6. Configure the allowable VLANs for this trunk. 7. Use the no shutdown command on the interface to activate the trunking process. 8. Verify the trunk configuration. 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

52 802.1Q Trunk Configuration Switch(config)#interface fastethernet 5/8 Switch(config-if)#shutdown Switch(config-if)#switchport trunk encapsulation dot1q Switch(config-if)#switchport trunk allowed vlan 1,5,11, Switch(config-if)#switchport mode trunk Switch(config-if)#switchport trunk native vlan 99 Switch(config-if)#switchport nonegotiate Switch(config-if)#no shutdown 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

53 Verifying the 802.1Q Configuration Switch#show running-config interface {fastethernet gigabitethernet} slot/port Switch#show interfaces [fastethernet gigabitethernet] slot/port [ switchport trunk ] Switch#show interfaces fastethernet 5/8 switchport Name: fa5/8 Switchport: Enabled Administrative Mode: trunk Operational Mode: trunk Administrative Trunking Encapsulation: dot1q Operational Trunking Encapsulation: dot1q Negotiation of Trunking: Off Access Mode VLAN: 1 (default) Trunking Native Mode VLAN: 99 (trunk_only) Trunking VLANs Enabled: 1,5,11, Pruning VLANs Enabled: , Cisco Systems, Inc. All rights reserved. BCMSN v

54 Verifying a 802.1Q Dynamic Trunk Link Switch#show running-config interface fastethernet 5/8 Building configuration... Current configuration:! interface FastEthernet5/8 switchport mode dynamic desirable switchport trunk encapsulation dot1q Switch#show interfaces fastethernet 5/8 trunk Port Mode Encapsulation Status Native vlan Fa5/8 desirable 802.1q trunking 99 Port Vlans allowed on trunk Fa5/8 1,5,11, Port Vlans allowed and active in management domain Fa5/8 1,5, Port Vlans in spanning tree forwarding state and not pruned Fa5/8 1,5, , Cisco Systems, Inc. All rights reserved. BCMSN v

55 ISL Trunk Configuration Switch(config)#interface fastethernet 2/1 Switch(config-if)#shutdown Switch(config-if)#switchport trunk encapsulation isl Switch(config-if)#switchport trunk allowed vlan 1-5, Switch(config-if)#switchport mode trunk Switch(config-if)#switchport nonegotiate Switch(config-if)#no shutdown 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

56 Verifying ISL Trunking Switch#show running-config interface {fastethernet gigabitethernet} slot/port Switch#show interfaces [fastethernet gigabitethernet] slot/port [ switchport trunk ] Switch#show interfaces fastethernet 2/1 trunk Port Mode Encapsulation Status Native VLAN Fa2/1 trunk isl trunking 99 Port VLANs allowed on trunk Fa2/1 1-5, Port VLANs allowed and active in management domain Fa2/1 1-2, Port VLANs in spanning tree forwarding state and not pruned Fa2/1 1-2, , Cisco Systems, Inc. All rights reserved. BCMSN v

57 Problem: A Device Cannot Establish a Connection Across a Trunk Link Make sure: The Layer 2 interface mode configured on both ends of the link is valid. The trunk encapsulation type configured on both ends of the link is valid. The native VLAN is the same on both ends of the trunk (802.1Q trunks). 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

58 Summary Trunk links carry traffic from multiple VLANs. ISL is Cisco proprietary and encapsulates the Layer 2 frames Q is an IEEE standard for trunking, which implements a 4-byte tag. The 802.1Q native VLANs forward frames without the tag. VLAN numbers have specific ranges and purposes. Various commands are used to configure and verify ISL and 802.1Q trunk links. Allow only required VLANs over the trunk. 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

59 Implementing VLAN Trunk Protocol 2003, Cisco Systems, Inc. All All rights reserved. BCMSN

60 VTP (VLAN Trunking Protocol) Configuring VLANs without VTP. 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

61 VTP (VLAN Trunking Protocol) VTP Message VLAN Trunk Protocol (VTP) reduces administration in a switched network. VLAN information can be configured on a VTP server, which is then distributed through all switches in the domain. Do not have to configure on each switch individually. Cisco-proprietary , Cisco Systems, Inc. All rights reserved. BCMSN v

62 VTP Protocol Features Advertises VLAN configuration information Maintains VLAN configuration consistency throughout a common administrative domain Sends advertisements on trunk ports only 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

63 VTP Modes Creates, modifies, and deletes VLANs Sends and forwards advertisements Synchronizes VLAN configurations Saves configuration in NVRAM Cannot create, change, or delete VLANs Forwards advertisements Synchronizes VLAN configurations Does not save in NVRAM Creates, modifies, and deletes VLANs locally only Forwards advertisements Does not synchronize VLAN configurations Saves configuration in NVRAM 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

64 VTP Operation VTP advertisements are sent as multicast frames. VTP servers and clients are synchronized to the latest revision number. VTP advertisements are sent every 5 minutes or when there is a change. 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

65 VTP Pruning Increases available bandwidth by reducing unnecessary flooded traffic Example: Station A sends broadcast, and broadcast is flooded only toward any switch with ports assigned to the red VLAN. 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

66 VTP Versions All switches in a management domain must run the same version. 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

67 Adding a Switch to an Existing VTP Domain Ensure a new switch has VTP revision 0 before adding it to a network. 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

68 VTP Configuration Guidelines Configure the following: VTP domain name VTP mode (server mode is the default) VTP pruning VTP password VTP trap Use caution when adding a new switch into an existing domain. Add a new switch in client mode to prevent the new switch from propagating incorrect VLAN information. 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

69 Configuring a VTP Server Switch(config)#vtp server Configures VTP server mode Switch(config)#vtp domain domain-name Specifies a domain name Switch(config)#vtp password password Sets a VTP password Switch(config)#vtp pruning Enables VTP pruning in the domain 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

70 Configuring a VTP Server (Cont.) Switch#configure terminal Switch(config)#vtp server Setting device to VTP SERVER mode. Switch(config)#vtp domain Lab_Network Setting VTP domain name to Lab_Network Switch(config)#end 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

71 Verifying the VTP Configuration Switch#show vtp status Switch#show vtp status VTP Version : 2 Configuration Revision : 247 Maximum VLANs supported locally : 1005 Number of existing VLANs : 33 VTP Operating Mode : Client VTP Domain Name : Lab_Network VTP Pruning Mode : Enabled VTP V2 Mode : Disabled VTP Traps Generation : Disabled MD5 digest : 0x45 0x52 0xB6 0xFD 0x63 0xC8 0x49 0x80 Configuration last modified by at :04:49 Switch# 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

72 Verifying the VTP Configuration (Cont.) Switch#show vtp counters Switch#show vtp counters VTP statistics: Summary advertisements received : 7 Subset advertisements received : 5 Request advertisements received : 0 Summary advertisements transmitted : 997 Subset advertisements transmitted : 13 Request advertisements transmitted : 3 Number of config revision errors : 0 Number of config digest errors : 0 Number of V1 summary errors : 0 VTP pruning statistics: Trunk Join Transmitted Join Received Summary advts received from non-pruning-capable device Fa5/ , Cisco Systems, Inc. All rights reserved. BCMSN v

73 Problem: VTP Not Updating Configuration on Other Switches Make sure switches are connected through trunk links. Make sure the VTP domain name is the same on the appropriate switches. Check that the switch is not in VTP transparent mode. Verify the same password used on all switches in the VTP domain. 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

74 Summary VTP is used to distribute and synchronize information about VLANs configured throughout a switched network. If you use VTP in your network, you must decide whether to use VTP version 1 or version 2. Verify the supervisor support for VTP before making your decision. When a network device is in VTP server mode, you can change the VLAN configuration and have it propagate throughout the network. Use show commands to verify the VTP configuration. Problems with VTP configuration can frequently be traced to improperly configured trunk links, domain names, VTP modes, or passwords. 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

75 Case Study 2003, Cisco Systems, Inc. All rights reserved. 2-75

76 Configure the VTP domain name on DLS1 DLS1(config)# vtp domain SWLAB Domain is case sensitive. Changing VTP domain name from NULL to SWLAB Will the other switches receive the domain name in a VTP update? We will see in a moment. Hint: Switches transmit VTP messages only over 802.1Q and ISL trunks. 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

77 Do show vtp status on DLS1 How many VLANs does a 3560 switch support? 1005 VLANs (Model and IOS dependent) How many built-in VLANs are there? , Cisco Systems, Inc. All rights reserved. BCMSN v

78 Same show vtp status on DLS1 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

79 Do show vtp status on ALS1 ALS1# show vtp status VTP Version : 2 Configuration Revision : 0 Maximum VLANs supported locally : 255 Number of existing VLANs : 5 VTP Operating Mode : Server VTP Domain Name : VTP Pruning Mode : Disabled VTP V2 Mode : Disabled VTP Traps Generation : Disabled MD5 digest : 0x7D 0x5A 0xA6 0x0E 0x9A 0x72 0xA0 0x3A Configuration last modified by at :00:00 Local updater ID is on interface Vl1 (lowest numbered VLAN interface found)# How many VLANs does a 2960 switch support? 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

80 Configure DLS1 as a VTP Server and ALS1 as a VTP Client Configure other two switches Configure DLS2 switch as a VTP Server Configure ALS2 switch as a VTP Clients Verify VTP Mode 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

81 VTP Server and Clients Why do these switches not have the VTP domain name configured on DLS1? 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

82 Non-trunking by default Ports on the 2960 and 3560 are set to dynamic auto by default. Does not try to negotiate a trunk unless one side is configured with command. This results in the interface being in access mode (non-trunking) 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

83 DTP (Dynamic Trunking Protocol) and Switchport Mode Interactions Dynamic Auto Dynamic Desirable Trunk Access Dynamic Auto Access Trunk Trunk Access Dynamic Desirable Trunk Trunk Trunk Access Trunk Trunk Trunk Trunk Not recommended Access Access Access Not recommended Access 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

84 Non-trunking by default 2960 and 3560 switches do not try to negotiate a trunk unless the other side is configured with switchport mode trunk command. 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

85 Non-trunking by default Even though trunking is not yet configured between the switches, can the hosts ping each other? Try it! Yes, as long as the hosts are on the same subnet they will be able to ping each other without trunking. (Host A and Host B) This is because all ports are on VLAN 1. Like a switched network with no vlans. So why do we establish VLANs? To segment broadcast domains. Why do we need trunks? To carry traffic for multiple VLANs. 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

86 Without VLANS what does this mean? ARP Request from Host A to Host B. Which hosts will see it? Only Host B is on the same subnet as Host A, but the entire network (all hosts) will receive the broadcast. Why are not all of the links used? Spanning Tree Protocol is keeping the network loop free. 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

87 With VLANS what does this mean? X X ARP Request from Host A to Host B. Which hosts will see it? Only Host B is on the same VLAN as Host A, so other hosts will not receive the broadcast. With VTP pruning broadcasts (dashed lines) within their VLAN will be kept within their VLAN. 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

88 Configure DLS1 for Trunking ALS1(config)# interface range fastethernet 0/11-12 ALS1(config-if-range)# switchport mode trunk ALS1(config-if-range)# What will this do to these two links? Does ALS2 need to be configured as a trunk? 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

89 Default ALS1(config)# interface range fastethernet 0/11-12 ALS1(config-if-range)# switchport mode trunk Trunking! We will verify this on ALS1 in a moment. 2003, Cisco Systems, Inc. All rights reserved. 89 BCMSN v

90 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

91 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

92 ALS2 Default Dynamic Auto Trunk Dynamic Auto What is the DTP setting on ALS2? (This did not change.) Is this the default on a 3560 switch? Yes Notice it is now trunking because the other end is set to trunk. 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

93 ALS2 Default Dynamic Auto Trunk Dynamic Auto Verifying trunks on ALS2 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

94 Switches that support both ISL and 802.1Q What happens when we use the switchport mode trunk command without specifying the encapsulation on switches that support both protocols? On switches that support multiple trunking encapsulations (802.1Q and ISL), you must first configure the trunking encapsulation before setting the interface to trunk mode. The switchport trunk encapsulation command must be configured before the switchport mode trunk. 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

95 Configure the rest of the trunk links What about the VTP domain names on DLS1 and DLS2? No other trunk links configured so DLS1 and DLS2 still have no VTP domain name. Trunking only configured between ALS1 and ALS2. Configure the rest if the trunk links as shown in the topology. Packet Tracer only supports 802.1Q trunks, not ISL. 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

96 Configure the VLAN on the access port for ALS1 ALS1(config)# inter fa 0/6 ALS1(config-if)# switchport mode? access Set trunking mode to ACCESS unconditionally dynamic Set trunking mode to dynamically negotiate access or trunk mode trunk Set trunking mode to TRUNK unconditionally ALS1(config-if)# switchport mode access With a single host attached will we ever need trunking on this port? No, so we configure it for access mode, permanent non-trunking. (We will discuss Voice VLANs later.) Configure access ports on other three switches (DLS1, DLS2, ALS2). 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

97 Correcting Common VLAN Configuration Errors 2003, Cisco Systems, Inc. All rights reserved. 2-98

98 Issues with 802.1Q Native VLAN Native VLAN frames are carried over the trunk link untagged. A native VLAN mismatch will merge traffic between VLANs. 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

99 802.1Q Native VLAN Considerations Native VLAN must match at ends of trunk; otherwise, frames will leak from one VLAN to another. By default, the native VLAN will be VLAN1. Avoid using VLAN1 for management purposes. Eliminate native VLANs from 802.1Q trunks by making the native VLAN an unused VLAN. 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

100 Explaining Trunk Link Problems Trunks can be configured statically or autonegotiated with DTP. For trunking to be autonegotiated, the switches must be in the same VTP domain. Some trunk configuration combinations will successfully configure a trunk, some will not. Will any of the above combinations result in an operational trunk? 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

101 Resolving Trunk Link Problems When using DTP, ensure that both ends of the link are in the same VTP domain. Ensure that the trunk encapsulation type configured on both ends of the link is valid. On links where trunking is not required, DTP should be turned off. Best practice is to configure trunk and nonegotiate where trunks are required. 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

102 Common Problems with VTP Configuration Updates not received as expected VTP domain and password must match. Missing VLANs Configuration has been overwritten by another VTP device. Too many VLANs Consider making VTP domain smaller. 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

103 Example of New Switch Overwriting an Existing VTP Domain New switch not connected VTP Version : 2 Configuration Revision : 2 Maximum VLANs supported locally : 1005 Number of existing VLANs : 7 VTP Operating Mode : Client VTP Domain Name : building1 VTP Version : 2 Configuration Revision : 1 Maximum VLANs supported locally : 1005 Number of existing VLANs : 6 VTP Operating Mode : Server VTP Domain Name : building1 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

104 Example of New Switch Overwriting an Existing VTP Domain (Cont.) New switch connected VTP Version : 2 Configuration Revision : 2 Maximum VLANs supported locally : 1005 Number of existing VLANs : 7 VTP Operating Mode : Client VTP Domain Name : building1 VTP Version : 2 Configuration Revision : 2 Maximum VLANs supported locally : 1005 Number of existing VLANs : 7 VTP Operating Mode : Server VTP Domain Name : building1 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

105 Implementing VTP in the ECNM Plan VTP domain boundaries. Have only one or two VTP servers. Configure a VTP password. Manually configure the VTP domain name on all devices. When setting up a new domain: Configure VTP client switches first so that they participate passively. When cleaning up an existing VTP domain: Configure passwords on servers first because clients may need to maintain current VLAN information until the server is verified as complete. 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

106 Summary 802.1Q native VLAN can cause security issues. Configure the native VLAN to be an unused VLAN. Some trunk link configuration combinations can result in problems on the link. Best practice is to configure trunks statically rather than with DTP. Misconfiguration of VTP can give unexpected results. Make only one or two VTP servers; keep the remainder as clients. 2003, Cisco Systems, Inc. All rights reserved. BCMSN v

VLANs. 2003, Cisco Systems, Inc. All rights reserved. 2-1

VLANs. 2003, Cisco Systems, Inc. All rights reserved. 2-1 VLANs 2003, Cisco Systems, Inc. All rights reserved. 2-1 Traditional Campus Networks Broadcast Domain Collision Domain 1 Collision Domain 2 Bridges terminate collision domains 2003, Cisco Systems, Inc.

More information

VLANs. Traditional Campus Networks. Performance Issues. Broadcast Issues. Bridges terminate collision domains

VLANs. Traditional Campus Networks. Performance Issues. Broadcast Issues. Bridges terminate collision domains Traditional Campus Networks Broadcast Domain VLANs Collision Domain 1 Collision Domain 2 Bridges terminate collision domains 2003, Cisco Systems, Inc. All rights reserved. 2-1 2003, Cisco Systems, Inc.

More information

Maintaining Specific VLAN Identification. Comparing ISL and 802.1Q. VLAN Trunking

Maintaining Specific VLAN Identification. Comparing ISL and 802.1Q. VLAN Trunking Maintaining Specific VLAN Identification Specifically developed for multi-vlan interswitch communications Places a unique identifier in each frame Functions at Layer 2 2003, Cisco Systems, Inc. All rights

More information

Note: Use two 2960 switches for ALS1 and ALS2 and two 3560 switches for DLS1 and DLS2

Note: Use two 2960 switches for ALS1 and ALS2 and two 3560 switches for DLS1 and DLS2 LAB 2 - Part I - VLANs, VLAN Trunking, and VTP Domains Topology: Objectives Set up a VTP domain. Create and maintain VLANs. Configure 802.1Q trunking. Background VLANs logically segment a network by function,

More information

Chapter 2 Lab 2-1, Static VLANS, VLAN Trunking, and VTP Domains and Modes

Chapter 2 Lab 2-1, Static VLANS, VLAN Trunking, and VTP Domains and Modes Chapter 2 Lab 2-1, Static VLANS, VLAN Trunking, and VTP Domains and Modes Topology Objectives Background Set up a VTP domain. Create and maintain VLANs. Configure ISL and 802.1Q trunking. VLANs logically

More information

Lab Catalyst 2950T and 3550 Series VTP Domain and VLAN Trunking

Lab Catalyst 2950T and 3550 Series VTP Domain and VLAN Trunking Lab 2.9.2 Catalyst 2950T and 3550 Series VTP Domain and VLAN Trunking Objective Configure a VLAN trunk between two Cisco Catalyst WS-C2950T-24-EI switches and a Cisco Catalyst WS-C3550-24-EMI switch in

More information

Lab Catalyst 2950T and 3550 Series VTP Domain and VLAN Trunking

Lab Catalyst 2950T and 3550 Series VTP Domain and VLAN Trunking Lab 2.3.7.1 Catalyst 2950T and 3550 Series VTP Domain and VLAN Trunking Objective Configure a VLAN trunk between two Cisco Catalyst WS-C2950T-24-EI switches and a Cisco Catalyst WS-C3550-24-EMI switch

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 12 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on the switch. It includes information about VLAN membership

More information

Lab Inter-VLAN Routing with the Internal Route Processor

Lab Inter-VLAN Routing with the Internal Route Processor Lab 5.3.4.1 Inter-VLAN Routing with the Internal Route Processor Objective Scenario The purpose of this lab is to configure Inter-VLAN routing using a switch with an internal route processor. The network

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 11 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on your Catalyst 3550 switch. It includes information about VLAN

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 10 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on the switch. It includes information about VLAN membership

More information

Lab Catalyst 2950T and 3550 Series Static VLANS

Lab Catalyst 2950T and 3550 Series Static VLANS Lab 2.9.1 Catalyst 2950T and 3550 Series Static VLANS Objective Create and maintain VLANs on a Cisco Catalyst 2950T or 3550 series Ethernet switch using the command-line interface (CLI) mode. Scenario

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 14 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on the Catalyst 3750 switch. It includes information about VLAN

More information

Route between VLANs using a 3560 switch with an internal route processor using Cisco Express Forwarding (CEF).

Route between VLANs using a 3560 switch with an internal route processor using Cisco Express Forwarding (CEF). Lab 3- Part I Inter-VLAN routing with a Multilayer Switch Configuration and Management of Networks - 2014 Topology Objective Route between VLANs using a 3560 switch with an internal route processor using

More information

Understanding and Configuring VTP

Understanding and Configuring VTP 27 CHAPTER This chapter describes the VLAN Trunking Protocol (VTP) on the Catalyst 4500 series switch. It also provides guidelines, procedures, and configuration examples. This chapter includes the following

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 9 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094). It includes information about VLAN membership modes, VLAN configuration

More information

Configuring VTP. Understanding How VTP Works CHAPTER

Configuring VTP. Understanding How VTP Works CHAPTER CHAPTER 13 This chapter describes how to configure the VLAN Trunking Protocol (VTP) on the Cisco 7600 series routers. For complete syntax and usage information for the commands used in this chapter, refer

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 16 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on your Catalyst 2950 or Catalyst 2955 switch. It includes information

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 14 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094). It includes information about VLAN modes and the VLAN Membership

More information

Internetwork Expert s CCNP Bootcamp. VLANs, Trunking, & VTP. VLANs Overview

Internetwork Expert s CCNP Bootcamp. VLANs, Trunking, & VTP. VLANs Overview Internetwork Expert s CCNP Bootcamp VLANs, Trunking, & VTP http:// VLANs Overview Virtual Local Area Network Hosts in the same VLAN share the same broadcast domain Switches create a separate CAM table

More information

Chapter 4 Lab 4-1, Inter-VLAN Routing with an External Router

Chapter 4 Lab 4-1, Inter-VLAN Routing with an External Router Chapter 4 Lab 4-1, Inter-VLAN Routing with an External Router Topology Objective Background Configure inter-vlan routing using an external router, also known as a router on a stick. Inter-VLAN routing

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER 7 CHAPTER This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on the Cisco MWR 2941 router. It includes information about VLAN

More information

For information about configuring these settings from Cluster Management Suite (CMS), refer to the online help.

For information about configuring these settings from Cluster Management Suite (CMS), refer to the online help. Configuring VLANs This chapter provides information about configuring virtual LANs (VLANs). It includes command-line interface (CLI) procedures for using commands that have been specifically created or

More information

Chapter 3: VLANs. Routing & Switching

Chapter 3: VLANs. Routing & Switching Chapter 3: VLANs Routing & Switching VLAN Definitions A VLAN is a logical partition of a Layer 2 network. VLANs logically group hosts, regardless of physical location. Multiple partitions can be created,

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 11 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on the Cisco ME 3400 Ethernet Access switch. It includes information

More information

VLAN Configuration. Understanding VLANs CHAPTER

VLAN Configuration. Understanding VLANs CHAPTER CHAPTER 11 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on the CGR 2010 ESM. It includes information about VLAN membership

More information

CCNP SWITCH 6.0 Student Lab Manual

CCNP SWITCH 6.0 Student Lab Manual CCNP SWITCH 6.0 Student Lab Manual This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for non-commercial distribution and exclusive use by

More information

All Transparent VTP Domain to Server Client VTP Domain Migration Configuration Example

All Transparent VTP Domain to Server Client VTP Domain Migration Configuration Example All Transparent VTP Domain to Server Client VTP Domain Migration Configuration Example Document ID: 81682 Contents Introduction Prerequisites Requirements Components Used Conventions Background Information

More information

The following graphic shows a single switch VLAN configuration.

The following graphic shows a single switch VLAN configuration. 7.1. VLAN A Virtual LAN (VLAN) can be defined as: Broadcast domains defined by switch port rather than network address. A grouping of devices based on service need, protocol, or other criteria rather than

More information

Upon completion of this chapter, you will be able to perform the following tasks: Identify what a VLAN is and how it operates. Configure a VLAN to

Upon completion of this chapter, you will be able to perform the following tasks: Identify what a VLAN is and how it operates. Configure a VLAN to Upon completion of this chapter, you will be able to perform the following tasks: Identify what a VLAN is and how it operates. Configure a VLAN to improve network performance. Identify what role the switch

More information

Troubleshooting VLAN Trunk Protocol (VTP)

Troubleshooting VLAN Trunk Protocol (VTP) Troubleshooting VLAN Trunk Protocol (VTP) Document ID: 98155 Contents Introduction Prerequisites Requirements Components Used Conventions Understand VTP Configure VTP VTP Troubleshooting and Caveats Unable

More information

Question 5.1. Every port on a switch is a collision domain. Every port on a router is a collision domain.

Question 5.1. Every port on a switch is a collision domain. Every port on a router is a collision domain. Question 5.1 Q 5.1.1 Number of Collision Domains: = 14 Every port on a switch is a collision domain. Every port on a router is a collision domain. Number of Broadcast Domains: = 5 Every port on a router

More information

RealCiscoLAB.com. Configure inter-vlan routing with HSRP to provide redundant, fault-tolerant routing to the internal network.

RealCiscoLAB.com. Configure inter-vlan routing with HSRP to provide redundant, fault-tolerant routing to the internal network. RealCiscoLAB.com CCNPv6 SWITCH Hot Standby Router Protocol Topology Objective Background Configure inter-vlan routing with HSRP to provide redundant, fault-tolerant routing to the internal network. Hot

More information

Lab - Configuring VLANs and Trunking (Solution)

Lab - Configuring VLANs and Trunking (Solution) (Solution) Topology Addressing Table Objectives Device Interface IP Address Subnet Mask Default Gateway S1 VLAN 1 192.168.1.11 255.255.255.0 N/A S2 VLAN 1 192.168.1.12 255.255.255.0 N/A PC-A NIC 192.168.10.3

More information

Lab 5-1 Hot Standby Router Protocol

Lab 5-1 Hot Standby Router Protocol Lab 5-1 Hot Standby Router Protocol Topology Diagram Objective Configure inter-vlan routing with HSRP to provide redundant, fault tolerant routing to the internal network. Scenario Step 1 HSRP provides

More information

VLAN Trunking Protocol (VTP)

VLAN Trunking Protocol (VTP) 24 CHAPTER Prerequisites for VTP, page 24-1 Restrictions for VTP, page 24-1 Information About VTP, page 24-2 Default Settings for VTP, page 24-9 How to Configure VTP, page 24-10 For complete syntax and

More information

Chapter 3 Lab 3-1 Static VLANS, Trunking, and VTP

Chapter 3 Lab 3-1 Static VLANS, Trunking, and VTP CCNPv7.1 SWITCH Chapter 3 Lab 3-1 Static VLANS, Trunking, and VTP INSTRUCTOR VERSION Topology Objectives Setup a VTP v2 Domain. Create and maintain VLANs. Configure 802.1Q Trunking. Setup a VTP v3 Domain.

More information

Configuring Private VLANs

Configuring Private VLANs CHAPTER 15 This chapter describes how to configure private VLANs on the Cisco 7600 series routers. Note For complete syntax and usage information for the commands used in this chapter, refer to the Cisco

More information

Configuring VLANs. Finding Feature Information. Prerequisites for VLANs

Configuring VLANs. Finding Feature Information. Prerequisites for VLANs Finding Feature Information, page 1 Prerequisites for VLANs, page 1 Restrictions for VLANs, page 2 Information About VLANs, page 2 How to Configure VLANs, page 7 Monitoring VLANs, page 19 Where to Go Next,

More information

RealCiscoLAB.com. Inter-VLAN Routing with an Internal Route Processor and Monitoring CEF Functions

RealCiscoLAB.com. Inter-VLAN Routing with an Internal Route Processor and Monitoring CEF Functions RealCiscoLAB.com CCNPv6 SWITCH Inter-VLAN Routing with an Internal Route Processor and Monitoring CEF Functions Topology Objective Background Route between VLANs using a 3560 switch with an internal route

More information

Configuring VLAN Trunks

Configuring VLAN Trunks Finding Feature Information, page 1 Prerequisites for VLAN Trunks, page 1 Information About VLAN Trunks, page 2 How to Configure VLAN Trunks, page 5 Configuration Examples for VLAN Trunking, page 20 Where

More information

Lab 5: Inter-VLANs Routing

Lab 5: Inter-VLANs Routing Lab 5: Inter-VLANs Routing Network Topology:- Device Interface IP Address Subnet Mask Gateway/Clock Rate Fa 0/0.10 10.5.0.1 255.255.255.192 ----- R1 Fa 0/0.20 10.6.0.1 255.255.255.192 ----- Fa 0/0.30 10.10.0.1

More information

VLANs and Trunking C H A P T E R. 6-1: VLAN Configuration. Section 6-1

VLANs and Trunking C H A P T E R. 6-1: VLAN Configuration. Section 6-1 C H A P T E R 6 Section 6-1 VLANs and Trunking See the following sections for configuration information about these topics: 6-1: VLAN Configuration Describes the method for configuring, creating, and configuring

More information

Extending Switched Networks with Virtual LANs. 2000, Cisco Systems, Inc. 7-1

Extending Switched Networks with Virtual LANs. 2000, Cisco Systems, Inc. 7-1 Extending Switched Networks with Virtual LANs 2000, Cisco Systems, Inc. 7-1 Objectives Upon completion of this chapter, you will be able to perform the following tasks: Configure a VLAN Configure VLAN

More information

Configuring VTP. Understanding How VTP Version 1 and Version 2 Work CHAPTER

Configuring VTP. Understanding How VTP Version 1 and Version 2 Work CHAPTER 10 CHAPTER This chapter describes how to configure the VLAN Trunking Protocol (VTP) on the Catalyst 6500 series switches For complete syntax and usage information for the commands that are used in this

More information

Lab - Configuring VLANs and Trunking

Lab - Configuring VLANs and Trunking Topology Addressing Table Objectives Device Interface IP Address Subnet Mask Default Gateway S1 VLAN 1 192.168.1.11 255.255.255.0 N/A S2 VLAN 1 192.168.1.12 255.255.255.0 N/A PC-A NIC 192.168.10.3 255.255.255.0

More information

Lab Routing Between an External Router and an Internal Route Processor

Lab Routing Between an External Router and an Internal Route Processor Lab 5.3.4.2 Routing Between an External Router and an Internal Route Processor Objective Scenario The purpose of this lab is to configure routing between an internal route processor and an external router.

More information

Switches running the LAN Base feature set support only static routing on SVIs.

Switches running the LAN Base feature set support only static routing on SVIs. Finding Feature Information, on page 1 Prerequisites for VLANs, on page 1 Restrictions for VLANs, on page 2 Information About VLANs, on page 2 How to Configure VLANs, on page 6 Monitoring VLANs, on page

More information

This chapter describes how to configure VLANs on the Cisco 7600 series routers.

This chapter describes how to configure VLANs on the Cisco 7600 series routers. CHAPTER 14 This chapter describes how to configure VLANs on the Cisco 7600 series routers. For complete syntax and usage information for the commands used in this chapter, refer to the Cisco 7600 Series

More information

1. Which two statements are true about VLAN implementation? (Choose two.)

1. Which two statements are true about VLAN implementation? (Choose two.) CCNA 2 Chapter 3 v5.0 Exam Answers 2015 (100%) 1. Which two statements are true about VLAN implementation? (Choose two.) The size of the collision domain is reduced. The number of required switches in

More information

Lab - Configuring VLANs and Trunking

Lab - Configuring VLANs and Trunking Topology Addressing Table Objectives Device Interface IP Address Subnet Mask Default Gateway S1 VLAN 1 192.168.1.11 255.255.255.0 N/A S2 VLAN 1 192.168.1.12 255.255.255.0 N/A PC-A NIC 192.168.10.3 255.255.255.0

More information

Lab Configuring Fast EtherChannel

Lab Configuring Fast EtherChannel Lab 3.7.5 Configuring Fast EtherChannel Objective Scenario The purpose of this lab is to provide more bandwidth between Ethernet switches. Two 100-Mb links will be combined together to form a full duplex

More information

Lab 8-2 Securing Spanning Tree Protocol

Lab 8-2 Securing Spanning Tree Protocol Lab 8-2 Securing Spanning Tree Protocol Learning Objectives Secure the Layer 2 spanning tree topology with BPDU guard Protect the primary and secondary root bridge with root guard Protect switchports from

More information

IEEE 802.1Q Configuration

IEEE 802.1Q Configuration CHAPTER15 This chapter describes: IP Routing over IEEE 802.1Q InterVLAN Routing and 802.1Q Trunking IP Routing over IEEE 802.1Q This section provides procedures for configuring protocols supported with

More information

Cisco Exploration 3 Module 3 LAN Switching and Wireless Jim Johnston Class Notes September 9, 2008

Cisco Exploration 3 Module 3 LAN Switching and Wireless Jim Johnston Class Notes September 9, 2008 Cisco Exploration 3 Module 3 LAN Switching and Wireless Jim Johnston Class Notes September 9, 2008 VLAN is a logically separate IP subnetwork. This allows multiple networks to exist on a switch and provide

More information

Configuring VLANs. Finding Feature Information. Prerequisites for VLANs

Configuring VLANs. Finding Feature Information. Prerequisites for VLANs Finding Feature Information, page 1 Prerequisites for VLANs, page 1 Restrictions for VLANs, page 2 Information About VLANs, page 2 How to Configure VLANs, page 8 Monitoring VLANs, page 22 Where to Go Next,

More information

Ch. 9 VTP (Trunking, VTP, Inter-VLAN Routing) CCNA 3 version 3.0

Ch. 9 VTP (Trunking, VTP, Inter-VLAN Routing) CCNA 3 version 3.0 Ch. 9 VTP (Trunking, VTP, Inter-VLAN Routing) CCNA 3 version 3.0 Overview Explain the origins and functions of VLAN trunking Describe how trunking enables the implementation of VLANs in a large network

More information

Lab 6.4.1: Basic Inter-VLAN Routing

Lab 6.4.1: Basic Inter-VLAN Routing Topology Diagram Addressing Table Device (Hostname) Interface IP Address Subnet Mask Default Gateway S1 VLAN 99 172.17.99.11 255.255.255.0 172.17.99.1 S2 VLAN 99 172.17.99.12 255.255.255.0 172.17.99.1

More information

Implement VTP. LAN Switching and Wireless Chapter 4 Modified by Tony Chen 10/01/2008

Implement VTP. LAN Switching and Wireless Chapter 4 Modified by Tony Chen 10/01/2008 Implement VTP LAN Switching and Wireless Chapter 4 Modified by Tony Chen 10/01/2008 ITE I Chapter 6 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Notes: If you see any mistake on my PowerPoint

More information

Configuring EtherChannels and Link-State Tracking

Configuring EtherChannels and Link-State Tracking CHAPTER 37 Configuring EtherChannels and Link-State Tracking This chapter describes how to configure EtherChannels on Layer 2 and Layer 3 ports on the switch. EtherChannel provides fault-tolerant high-speed

More information

Configuring VTP. Understanding VTP CHAPTER

Configuring VTP. Understanding VTP CHAPTER CHAPTER 14 This chapter describes how to use the VLAN Trunking Protocol (VTP) and the VLAN database for managing VLANs with the Catalyst 3750 switch. Unless otherwise noted, the term switch refers to a

More information

CCNP SWITCH Lab Manual

CCNP SWITCH Lab Manual CCNP SWITCH Lab Manual Cisco Networking Academy Cisco Press 800 East 96th Street Indianapolis, Indiana 46240 USA ii CCNP SWITCH Lab Manual CCNA SWITCH Lab Manual Cisco Networking Academy Copyright 2011

More information

Configuring VTP. Understanding VTP CHAPTER

Configuring VTP. Understanding VTP CHAPTER CHAPTER 15 This chapter describes how to use the VLAN Trunking Protocol (VTP) and the VLAN database for managing VLANs with the Catalyst 3560 switch. For complete syntax and usage information for the commands

More information

Lab Configure Extended VLANs, VTP, and DTP

Lab Configure Extended VLANs, VTP, and DTP Topology Addressing Table Objectives Part 1: Configure VTP Part 2: Configure DTP Table Heading Interface IP Address Subnet Mask S1 VLAN 99 192.168.99.1 255.255.255.0 S2 VLAN 99 192.168.99.2 255.255.255.0

More information

PT Activity 4.4.1: Basic VTP Configuration

PT Activity 4.4.1: Basic VTP Configuration Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway S1 VLAN 99 172.17.99.11 255.255.255.0 N/A S2 VLAN 99 172.17.99.12 255.255.255.0 N/A S3 VLAN 99 172.17.99.13 255.255.255.0

More information

Lab 6-1 Configuring a WLAN Controller

Lab 6-1 Configuring a WLAN Controller Lab 6-1 Configuring a WLAN Controller Topology Diagram Scenario Step 1 In the next two labs, you will configure a wireless solution involving a WLAN controller, two lightweight wireless access points,

More information

LAN Troubleshooting. Ethernet Troubleshooting

LAN Troubleshooting. Ethernet Troubleshooting CCIE Routing & Switching Advanced Troubleshooting Bootcamp LAN Troubleshooting http:// Ethernet Troubleshooting No Ethernet switching troubleshooting in Troubleshooting Section, but it can be included

More information

CCNA Routing & Switching Lab Workbook - Full-Scale Lab 1

CCNA Routing & Switching Lab Workbook - Full-Scale Lab 1 CCNA Routing & Switching Lab Workbook - Full-Scale Lab 1 Task 1.1 Tasks You must load the initial configuration files for the section, FS Lab-1 Initial, which can be found in CCNA Routing & Switching Topology

More information

Configuring Private VLANs

Configuring Private VLANs 36 CHAPTER This chapter describes private VLANs (PVLANs) on Catalyst 4500 series switches. It also provides restrictions, procedures, and configuration examples. This chapter includes the following major

More information

CCNA Semester 3 labs. Labs for chapters 2 10

CCNA Semester 3 labs. Labs for chapters 2 10 CCNA Semester 3 labs Labs for chapters 2 10 2.1.4.5 Lab - Configure Extended VLANs, VTP, and DTP 2.2.2.5 Lab - Troubleshooting Inter-VLAN Routing 3.1.2.12 Lab - Building a Switched Network with Redundant

More information

1 of :22

1 of :22 Feedback: Help us help you Please rate this document. Excellent Good Average Fair Poor This document solved my problem. Yes No Just Browsing Suggestions to improve this document. (512 character limit)

More information

the larger the number of users and devices, the more broadcasts and packets each switch must handle.

the larger the number of users and devices, the more broadcasts and packets each switch must handle. VLANs Introduction By default, routers allow broadcasts to occur only within the originating network, while switches forward broadcasts to all segments. Flat network = one broadcast domain. that the largest

More information

VLAN. Command Reference, Cisco IOS XE Everest 16.6.x (Catalyst 3850 Switches) 1

VLAN. Command Reference, Cisco IOS XE Everest 16.6.x (Catalyst 3850 Switches) 1 clear vtp counters, page 2 debug platform vlan, page 3 debug sw-vlan, page 4 debug sw-vlan ifs, page 6 debug sw-vlan notification, page 7 debug sw-vlan vtp, page 9 interface vlan, page 11 private-vlan,

More information

ISP /24. Fas0/0. Fas1/0/1. Fas1/0/22 NYCORE1. Cisco PS. Fas0/1. Lab Nic /24

ISP /24. Fas0/0. Fas1/0/1. Fas1/0/22 NYCORE1. Cisco PS. Fas0/1. Lab Nic /24 Introduction The Configuring VLANs and Trunks module provides you with the instructions and Cisco hardware to develop your hands on skills in configuring layer 2 technologies VLANs and trunking. This module

More information

Lab 9.1.5a Trunking with ISL 2924XL Series

Lab 9.1.5a Trunking with ISL 2924XL Series Lab 9.1.5a Trunking with ISL 2924XL Series Objective Create a basic switch configuration and verify it. Create multiple VLANs, name them and assign multiple member ports to them. Create an ISL trunk line

More information

Table of Contents. isco Configuring 802.1q Trunking Between a Catalyst 3550 and Catalyst Switches Running Integrated Cisco IOS (Nativ

Table of Contents. isco Configuring 802.1q Trunking Between a Catalyst 3550 and Catalyst Switches Running Integrated Cisco IOS (Nativ king Between a Catalyst 3550 and Catalyst Switches Running isco Configuring 802.1q Trunking Between a Catalyst 3550 and Catalyst Switches Running Integrated Cisco IOS (Nativ Table of Contents Configuring

More information

EtherSwitch Service Module (ES) Configuration Example

EtherSwitch Service Module (ES) Configuration Example EtherSwitch Service Module (ES) Configuration Example Document ID: 82288 Contents Introduction Prerequisites Requirements Components Used Related Products Conventions EtherSwitch Modules Concepts Configure

More information

VLANs. CCNA Exploration Semester 3 Chapter Sep-13

VLANs. CCNA Exploration Semester 3 Chapter Sep-13 VLANs CCNA Exploration Semester 3 Chapter 3 1 Topics The role of VLANs in a network Trunking VLANs Configure VLANs on switches Troubleshoot common VLAN problems 2 Semester 3 LAN Design Basic Switch Concepts

More information

Configuring SPAN and RSPAN

Configuring SPAN and RSPAN Finding Feature Information, page 1 Prerequisites for SPAN and RSPAN, page 1 Restrictions for SPAN and RSPAN, page 2 Information About SPAN and RSPAN, page 3 How to Configure SPAN and RSPAN, page 14 Monitoring

More information

Configuring EtherChannels and Layer 2 Trunk Failover

Configuring EtherChannels and Layer 2 Trunk Failover 35 CHAPTER Configuring EtherChannels and Layer 2 Trunk Failover This chapter describes how to configure EtherChannels on Layer 2 and Layer 3 ports on the switch. EtherChannel provides fault-tolerant high-speed

More information

Lab - Troubleshooting VLAN Configurations (Instructor Version Optional Lab)

Lab - Troubleshooting VLAN Configurations (Instructor Version Optional Lab) (Instructor Version Optional Lab) Instructor Note: Red font color or gray highlights indicate text that appears in the instructor copy only. Optional activities are designed to enhance understanding and/or

More information

Configuring IEEE 802.1Q Tunneling and Layer 2 Protocol Tunneling

Configuring IEEE 802.1Q Tunneling and Layer 2 Protocol Tunneling CHAPTER 14 Configuring IEEE 802.1Q Tunneling and Layer 2 Protocol Tunneling With Release 12.1(13)E and later, the Catalyst 6500 series switches support IEEE 802.1Q tunneling and Layer 2 protocol tunneling.

More information

VLAN Commands. Command Reference, Cisco IOS XE Denali 16.3.x (Catalyst 3650 Switches) 1

VLAN Commands. Command Reference, Cisco IOS XE Denali 16.3.x (Catalyst 3650 Switches) 1 client vlan, page 2 clear vtp counters, page 3 debug platform vlan, page 4 debug sw-vlan, page 5 debug sw-vlan ifs, page 7 debug sw-vlan notification, page 8 debug sw-vlan vtp, page 10 interface vlan,

More information

Behavior of Cisco Discovery Protocol between Routers and Switches

Behavior of Cisco Discovery Protocol between Routers and Switches Behavior of Cisco Discovery Protocol between Routers and Switches Document ID: 118736 Contributed by Meghana Tandon, Sumanth Srinath, and Vishnu Asok, Cisco TAC Engineers. May 06, 2015 Contents Introduction

More information

Configuring Interface Characteristics

Configuring Interface Characteristics CHAPTER 10 This chapter defines the types of interfaces on the switch and describes how to configure them. Unless otherwise noted, the term switch refers to a standalone switch and to a switch stack. The

More information

Lab 1 Implementing VLANs

Lab 1 Implementing VLANs Lab 1 Implementing VLANs Task 1 Create VLAN 20 and VLAN 30 and assign name Admin and Engineer to each VLAN. Configure ports g0/0 g 0/3 as access-ports and assign VLAN 20 to ports g0/0 and g0/2. Assign

More information

Lab 6-1 Configuring a WLAN Controller

Lab 6-1 Configuring a WLAN Controller Lab 6-1 Configuring a WLAN Controller Topology Diagram Scenario In the next two labs, you will configure a wireless solution involving a WLAN controller, two lightweight wireless access points, and a switched

More information

Chapter 4 Lab 4-2 Multiple Spanning Tree INSTRUCTOR VERSION

Chapter 4 Lab 4-2 Multiple Spanning Tree INSTRUCTOR VERSION CCNPv7.1 SWITCH Chapter 4 Lab 4-2 Multiple Spanning Tree INSTRUCTOR VERSION Topology Objectives Implement Multiple Spanning Tree Leverage VTP version 3 with MST Background Cisco s Per VLAN Spanning Tree

More information

CHAPTER 1 LAN Design

CHAPTER 1 LAN Design CHAPTER 1 LAN Design As a business grows, so does its networking requirements. To keep pace with a business s expansion and new emerging technologies, a network must be designed to scale. A network that

More information

Table of Contents. Cisco Understanding and Configuring VLAN Trunk Protocol (VTP)

Table of Contents. Cisco Understanding and Configuring VLAN Trunk Protocol (VTP) Table of Contents Understanding and Configuring VLAN Trunk Protocol (VTP)...1 Document ID: 10558...1 Interactive: This document offers customized analysis of your Cisco device...1 This document contains

More information

Configuring VLAN Trunk Protocol (VTP)

Configuring VLAN Trunk Protocol (VTP) Configuring VLAN Trunk Protocol (VTP) Document ID: 98154 Contents Introduction Prerequisites Requirements Components Used Conventions Understand VTP VTP Configuration Guidelines VTP Configuration on Catalyst

More information

Configuring Private VLANs

Configuring Private VLANs 36 CHAPTER This chapter describes private VLANs (PVLANs) on Catalyst 4500 series switches. It also provides restrictions, procedures, and configuration examples. This chapter includes the following major

More information

Configuring Q-in-Q VLAN Tunnels

Configuring Q-in-Q VLAN Tunnels This chapter describes how to configure Q-in-Q VLAN tunnels. Finding Feature Information, page 1 Feature History for Q-in-Q Tunnels and Layer 2 Protocol Tunneling, page 1 Information About Q-in-Q Tunnels,

More information

Chapter 6 Lab 6-1, First Hop Redundancy Protocols HSRP and VRRP INSTRUCTOR VERSION

Chapter 6 Lab 6-1, First Hop Redundancy Protocols HSRP and VRRP INSTRUCTOR VERSION CCNPv7.1 SWITCH Chapter 6 Lab 6-1, First Hop Redundancy Protocols HSRP and VRRP INSTRUCTOR VERSION Topology Objectives Configure inter-vlan routing with HSRP and load balancing Configure HSRP authentication

More information

Configuring Interface Characteristics

Configuring Interface Characteristics CHAPTER 11 This chapter defines the types of interfaces on the Catalyst 3750 switch and describes how to configure them. Unless otherwise noted, the term switch refers to a standalone switch and a switch

More information

CHAPTER 1: VLANS. Routing & Switching

CHAPTER 1: VLANS. Routing & Switching CHAPTER 1: VLANS Routing & Switching CHAPTER 1 1.1 VLAN Segmentation 1.2 VLAN Implementation 1.3 VLAN Security and Design 1.4 Summary CHAPTER 1 : OBJECTIVES Explain the purpose of VLANs in a switched network.

More information

Configuring EtherChannels and Layer 2 Trunk Failover

Configuring EtherChannels and Layer 2 Trunk Failover 28 CHAPTER Configuring EtherChannels and Layer 2 Trunk Failover This chapter describes how to configure EtherChannels on Layer 2 ports on the switch. EtherChannel provides fault-tolerant high-speed links

More information

Lab 5: Basic VLAN Configuration

Lab 5: Basic VLAN Configuration Topology Diagram Addressing Table Device (Hostname) Interface IP Address Subnet Mask Default Gateway S1 VLAN 99 172.17.99.11 255.255.255.0 N/A S2 VLAN 99 172.17.99.12 255.255.255.0 N/A S3 VLAN 99 172.17.99.13

More information

Configuring SPAN and RSPAN

Configuring SPAN and RSPAN CHAPTER 32 This chapter describes how to configure Switched Port Analyzer (SPAN) and Remote SPAN (RSPAN) on the Catalyst 3750-X or 3560-X switch. Unless otherwise noted, the term switch refers to a Catalyst

More information

Configuring EtherChannels

Configuring EtherChannels 27 CHAPTER This chapter describes how to configure EtherChannel on Layer 2 interfaces. EtherChannel provides fault-tolerant high-speed links between switches, routers, and servers. You can use it to increase

More information