Understanding & Configuring VLAN Trunk Protocol
Understanding & Configuring VLAN Trunk Protocol
Page 1 of 34
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.
Contents
(512 character limit)
If you have provided a suggestion, please enter your full name and e-mail address. This information is optional and allows us to contact you if necessary. Name: E-mail:
Submit
Introduction Prerequisites Requirements Components Used Conventions Understand VTP Flash Animation: VTP VTP Messages in Detail Other VTP Options VTP V2 VTP Password VTP Pruning Use VTP in a Network VTP Configuration on Catalyst Switches Catalyst 6500/6000 Series Cisco IOS Software/Catalyst 4500/4000 Cisco III/Supervisor Engine IV), Catalyst 2950, 3550, and 3750 Series Switches Catalyst 4500/4000, 5500/5000, or 6500/6000 Series CatOS Catalyst 2900XL, 3500XL, 2950, and 3550 Catalyst Express 500 Series Switches Practical Examples VTP Troubleshooting and Caveats Unable to See VLAN Details in the show run Command Output Catalyst Switches Do Not Exchange VTP Information Catalyst Switch Automatically Changes VTP Mode from Client to Transpa CatOS Switch Changes to VTP Transparent Mode, VTP-4-UNSUPPORTE How a Recently Inserted Switch Can Cause Network Problems Reset the Configuration Revision number All Ports Inactive After Power Cycle Trunk Down, Which Causes VTP Problems VTP and STP (Logical Spanning Tree Port) The Case of VLAN 1 Troubleshoot VTP Configuration Revision Number Errors That Are Seen i Command Output Troubleshoot VTP Configuration Digest Errors That Are Seen in the show
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c5... 10/14/2006
Understanding and Configuring VLAN Trunk Protocol (VTP) [Virtual LANs/VLAN Tru... Page 2 of 34
Introduction
VLAN Trunk Protocol (VTP) reduces administration in a switched network. When you server, the VLAN is distributed through all switches in the domain. This reduces the n everywhere. VTP is a Cisco-proprietary protocol that is available on most of the Cisc Note: This document does not cover VTP Version 3. VTP Version 3 differs from VTP it is only available on Catalyst OS (CatOS) 8.1(1) or later. VTP Version 3 incorporate Make certain that you understand the differences between VTP Version 3 and prior v configuration. Refer to one of these sections of the document Configuring VTP for m Understanding How VTP Version 3 Works Interaction with VTP Version 1 and VTP Version 2 (VTP Version 3)
Prerequisites Requirements
There are no specific requirements for this document.
Components Used
This document is not restricted to specific software or hardware versions.
Conventions
Refer to Cisco Technical Tips Conventions for more information on document conve
Refer to the VTP Flash animation Introduction to VTP VTP domain and VTP modes
Common VTP problems and solutions Note: This document does not cover VTP Version 3. VTP Version 3 differs from VTP CatOS 8.1(1) or later. Refer to one of these sections of the document Configuring VT Understanding How VTP Version 3 Works Interaction with VTP Version 1 and VTP Version 2 (VTP Version 3)
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c5... 10/14/2006
Understanding and Configuring VLAN Trunk Protocol (VTP) [Virtual LANs/VLAN Tru... Page 3 of 34
Of course, you can have a VTP packet inside 802.1Q frames. In that case, the ISL h (CRC) is replaced by dot1q tagging. Now consider the detail of a VTP packet. The format of the VTP header can vary, ba VTP packets contain these fields in the header: VTP protocol version: 1, 2, or 3 VTP message types: Summary advertisements Subset advertisement Advertisement requests VTP join messages Management domain length Management domain name
Summary Advertisements
By default, Catalyst switches issue summary advertisements in five-minute incremen adjacent Catalysts of the current VTP domain name and the configuration revision nu When the switch receives a summary advertisement packet, the switch compares the domain name. If the name is different, the switch simply ignores the packet. If the na compares the configuration revision to its own revision. If its own configuration revisio
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c5... 10/14/2006
Understanding and Configuring VLAN Trunk Protocol (VTP) [Virtual LANs/VLAN Tru... Page 4 of 34
This list clarifies what the fields means in the summary advertisement packet: The Followers field indicates that this packet is followed by a Subset Advertise The Updater Identity is the IP address of the switch that is the last to have inc The Update Timestamp is the date and time of the last increment of the config Message Digest 5 (MD5) carries the VTP password, if MD5 is configured and VTP update.
Subset Advertisements
When you add, delete, or change a VLAN in a Catalyst, the server Catalyst where th configuration revision and issues a summary advertisement. One or several subset a advertisement. A subset advertisement contains a list of VLAN information. If there a advertisement can be required in order to advertise all the VLANs.
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c5... 10/14/2006
Understanding and Configuring VLAN Trunk Protocol (VTP) [Virtual LANs/VLAN Tru... Page 5 of 34
This formatted example shows that each VLAN information field contains information lowered-valued ISL VLAN IDs occur first:
Most of the fields in this packet are easy to understand. These are two clarifications: CodeThe format for this is 0x02 for subset advertisement. Sequence numberThis is the sequence of the packet in the stream of pack advertisement. The sequence starts with 1.
Advertisement Requests
A switch needs a VTP advertisement request in these situations: The switch has been reset. The VTP domain name has been changed. The switch has received a VTP summary advertisement with a higher configu
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c5... 10/14/2006
Understanding and Configuring VLAN Trunk Protocol (VTP) [Virtual LANs/VLAN Tru... Page 6 of 34
Upon receipt of an advertisement request, a VTP device sends a summary advertise advertisements follow the summary advertisement. This is an example:
CodeThe format for this is 0x03 for an advertisement request. Start-ValueThis is used in cases in which there are several subset advertis advertisement has been received and the subsequent one (n+1) has not been advertisements from the (n+1)th one.
VTP Password
If you configure a password for VTP, you must configure the password on all switche must be the same password on all those switches. The VTP password that you confi byte word (MD5 value) that is carried in all summary-advertisement VTP packets.
VTP Pruning
VTP ensures that all switches in the VTP domain are aware of all VLANs. But, there unnecessary traffic. All unknown unicasts and broadcasts in a VLAN are flooded ove network receive all broadcasts, even in situations in which few users are connected i that you use in order to eliminate or prune this unnecessary traffic.
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c5... 10/14/2006
Understanding and Configuring VLAN Trunk Protocol (VTP) [Virtual LANs/VLAN Tru... Page 7 of 34
manually set a different VTP domain name. Dynamic Trunking Protocol (DTP) sends the VTP domain name in a DTP pac link that belong to different VTP domains, the trunk does not come up if you u configure the trunk mode as on or nonegotiate, on both sides, in order to a negotiation agreement. If the domain has a single VTP server and it crashes, the best and easiest wa any of the VTP clients in that domain to a VTP server. The configuration revis clients, even if the server crashes. Therefore, VTP works properly in the doma
Catalyst 6500/6000 Series Cisco IOS Software/Catalyst 4500/4000 Cisco IOS III/Supervisor Engine IV), Catalyst 2950, 3550, and 3750 Series Switches
There are two methods that you can use in order to configure VTP, as this section sh mode method) is not available in earlier software on Catalyst 6500 series switches th 1. In VLAN database mode: In Cisco IOS Software, you can configure the VTP domain name, the VTP mo configuration mode. a. In EXEC mode, issue this command in order to enter VLAN configurat Router#vlan database !--- Issue this command in privileged EXEC mode !--- not in global configuration mode. Router(vlan)# !--- This is VLAN configuration mode.
b. Issue this command in order to set the VTP domain name: Router(vlan)#vtp mode {client | server | transp c. Issue the exit command in order to exit VLAN configuration mode. Note: The end command and the Ctrl-Z command do not work in this Router(vlan)#end Router(vlan)#^Z % Invalid input detected at '^' marker. Router(vlan)#
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c5... 10/14/2006
Understanding and Configuring VLAN Trunk Protocol (VTP) [Virtual LANs/VLAN Tru... Page 8 of 34
Router(vlan)#exit APPLY completed. Exiting.... Router# 2. In global configuration mode: In Cisco IOS Software global configuration mode, you can configure all VTP p commands. This is the command format: Router(config)#vtp ? domain file interface mode password pruning version Set the name of the VTP administrative do Configure IFS filesystem file where VTP c Configure interface as the preferred sour address. Configure VTP device mode Set the password for the VTP administrati Set the administrative domain to permit p Set the administrative domain to VTP vers
In order to monitor VTP operation and status, issue these commands: Router#show vtp status Router#show vtp counters
Issue this command in order to set the mode: set vtp mode [server | client | transparent] Issue these commands in order to monitor the VTP operation and status: show vtp domain show vtp status
From enable mode, issue these commands in order to monitor VTP operation: show vtp counters
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c5... 10/14/2006
Understanding and Configuring VLAN Trunk Protocol (VTP) [Virtual LANs/VLAN Tru... Page 9 of 34
show vtp status Note: The Catalyst 2900XL series switches with Cisco IOS Software Release 11.2(8 Cisco IOS Software Release 11.2(8)SA3 and earlier code do not support VTP protoc
Practical Examples
This first example involves two Catalyst 4000 switches that are connected by a Fast 1. Bing is a new switch that has no VTP domain name and no VLAN. Clic is an e the VTP domain test. 2. In this sample output from the show vtp domain command, you can see that that the switch is VTP V2-capable. But the switch does not run VTP V2 in this V2 mode is enabled with the set vtp v2 enable command: bing (enable) show vtp domain Domain Name Domain Index VTP Ve -------------------------------- ------------ -----1 2 Vlan-count Max-vlan-storage Config Revision Notifica ---------- ---------------- --------------- -------5 1023 0 disabled Last Updater V2 Mode Pruning PruneEligible on V --------------- -------- -------- -----------------0.0.0.0 disabled disabled 2-1000 bing (enable) bing (enable) show vlan VLAN Name Status IfIn ---- -------------------------------- --------- ---1 default active 67 1002 1003 1004 1005 fddi-default token-ring-default fddinet-default trnet-default show vtp domain active active active active 68 71 69 70
clic (enable)
Domain Name Domain Index VTP Ve -------------------------------- ------------ -----test 1 2 Vlan-count Max-vlan-storage Config Revision Notifica ---------- ---------------- --------------- --------
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c5... 10/14/2006
Understanding and Configuring VLAN Trunk Protocol (VTP) [Virtual LANs/VLAN ...
Page 10 of 34
12
1023
11
disabled
Last Updater V2 Mode Pruning PruneEligible on V --------------- -------- -------- -----------------0.0.0.0 disabled disabled 2-1000 clic (enable) show vlan VLAN ---1 2 3 4 5 6 7 10 1002 1003 1004 1005 Name -------------------------------default VLAN0002 VLAN0003 VLAN0004 VLAN0005 VLAN0006 VLAN0007 VLAN0010 fddi-default token-ring-default fddinet-default trnet-default Status --------active active active active active active active active active active active active IfIn ---65 77 78 79 73 74 76 80 66 69 67 68
3. At this stage, a trunk is created between the two switches. Notice how they sy exchange: MAC 005014BB63FD is clic MAC 003019798CFD is bing 4. Clic sends a summary advertisement to bing. Bing learns the VTP domain na sample output:
!--- On bing: received vtp packet: mNo = 2 pNo = 1 VTP: i summary, domain = test, rev = 11, followers = !--- This indicates that bing has received its !--- first summary advertisement. domain change notification sent VTP: transitioning from null to test domain !--- This is where bing gets the VTP domain name. VTP: summary packet rev 11 greater than domain test VTP: domain test currently not in updating state VTP: summary packet with followers field zero ------------------FRAME 1--------------------------DLC: ----- DLC Header ----DLC: DLC: Frame 1988 arrived at 15:01:00.1223; fr DLC: Destination = Multicast 01000CCCCCCC DLC: Source = Station 005014BB63FD DLC: 802.3 length = 85 DLC: LLC: ----- LLC Header ----LLC:
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c5... 10/14/2006
Understanding and Configuring VLAN Trunk Protocol (VTP) [Virtual LANs/VLAN ...
Page 11 of 34
LLC: DSAP Address = AA, DSAP IG Bit = 00 (Ind LLC: SSAP Address = AA, SSAP CR Bit = 00 (Com LLC: Unnumbered frame: UI LLC: SNAP: ----- SNAP Header ----SNAP: SNAP: Vendor ID = Cisco1 SNAP: Type = 2003 (VTP) SNAP: VTP: ----- Cisco Virtual Trunk Protocol (VTP) Packet VTP: VTP: Version = 1 VTP: Message type = 0x01 ( VTP: Number of Subset-Advert messages = 0 VTP: Length of management domain name = 4 VTP: Management domain name = "test" VTP: Number of Padding bytes = 28 VTP: Configuration revision number = 0x0000 VTP: Updater Identity IP address = 0.0.0. VTP: Update Timestamp = "93052 VTP: MD5 Digest value = 0x8576 VTP: 0x220A ---------------------------------------------------5. With trace set, bing receives a summary advertisement with no followers. The and sends advertisement requests to obtain the VLAN information, in FRAME
!--- On bing: VTP: tx vtp request, domain test, start value 0 !--- This is where the advertisement request is sent ----------------------FRAME 2----------------------DLC: ----- DLC Header ----DLC: DLC: Frame 1683 arrived at 17:38:55.9383; fr DLC: Destination = Multicast 01000CCCCCCC DLC: Source = Station 003019798CFD DLC: 802.3 length = 46 DLC: LLC: ----- LLC Header ----LLC: LLC: DSAP Address = AA, DSAP IG Bit = 00 (Ind LLC: SSAP Address = AA, SSAP CR Bit = 00 (Com LLC: Unnumbered frame: UI LLC: SNAP: ----- SNAP Header ----SNAP: SNAP: Vendor ID = Cisco1 SNAP: Type = 2003 (VTP) SNAP: VTP: ----- Cisco Virtual Trunk Protocol (VTP) Packet VTP: VTP: Version = 1 VTP: Message type = 0x03 ( VTP: Reserved VTP: Length of management domain name = 4 VTP: Management domain name = "test" VTP: Padding bytes = 28
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c5... 10/14/2006
Understanding and Configuring VLAN Trunk Protocol (VTP) [Virtual LANs/VLAN ...
Page 12 of 34
VTP: Start value = 0 (all ---------------------------------------------------6. Clic sends another summary advertisement with field followers to VLAN 1. Th VLANs, in FRAME 3 in this output, follows this packet. Then bing configures a
!--- On bing: received vtp packet: mNo = 2 pNo = 1 VTP: i summary, domain = test, rev = 11, followers = !--- Bing has received its second summary advertisem VTP: domain test, current rev = 0 found for summary VTP: summary packet rev 11 greater than domain test !--- This configuration revision is higher than that VTP: domain test currently not in updating state received vtp packet: mNo = 2 pNo = 1 VTP: i subset, domain = test, rev = 11, seq = 1, len !--- Bing has received its subset advertisement. VTP: domain test, current rev = 0 found for subset p domain change notification sent vlan 1 unknown tlv change notification sent vlan 2 unknown tlv change notification sent vtp_vlan_change_notification: vlan = 2, mode = 1 (ADD,ACTIVE), mNo = 2 pNo = 1 vlan = 2 vlan 3 unknown tlv change notification sent vtp_vlan_change_notification: vlan = 3, mode = 1 (ADD,ACTIVE), mNo = 2 pNo = 1 vlan = 3 vlan 4 unknown tlv change notification sent vtp_vlan_change_notification: vlan = 4, mode = 1 (ADD,ACTIVE), mNo = 2 pNo = 1 vlan = 4 vlan 5 unknown tlv change notification sent vtp_vlan_change_notification: vlan = 5, mode = 1 (ADD,ACTIVE), mNo = 2 pNo = 1 vlan = 5 vlan 6 unknown tlv change notification sent vtp_vlan_change_notification: vlan = 6, mode = 1 (ADD,ACTIVE), mNo = 2 pNo = 1 vlan = 6 vlan 7 unknown tlv change notification sent vtp_vlan_change_notification: vlan = 7, mode = 1 (ADD,ACTIVE), mNo = 2 pNo = 1 vlan = 7 -----------------FRAME 3---------------------------DLC: ----- DLC Header ----DLC: DLC: Frame 2008 arrived at 15:01:03.9661; fr DLC: Destination = Multicast 01000CCCCCCC DLC: Source = Station 003019798CFD DLC: 802.3 length = 85 DLC: LLC: ----- LLC Header ----LLC: LLC: DSAP Address = AA, DSAP IG Bit = 00 (Ind LLC: SSAP Address = AA, SSAP CR Bit = 00 (Com LLC: Unnumbered frame: UI LLC:
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c5... 10/14/2006
Understanding and Configuring VLAN Trunk Protocol (VTP) [Virtual LANs/VLAN ...
Page 13 of 34
SNAP: ----- SNAP Header ----SNAP: SNAP: Vendor ID = Cisco1 SNAP: Type = 2003 (VTP) SNAP: VTP: ----- Cisco Virtual Trunk Protocol (VTP) VTP: VTP: Version = VTP: Message type = VTP: Number of Subset-Advert messages = !--- Here are the numbers. VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: DLC: Length of management domain name Management domain name Number of Padding bytes Configuration revision number Updater Identity IP address Update Timestamp MD5 Digest value = = = = = = =
Packet 1 0x01 ( 1
----- DLC Header ----DLC: DLC: Frame 2009 arrived at 15:01:03.9664; fr DLC: Destination = Multicast 01000CCCCCCC DLC: Source = Station 003019798CFD DLC: 802.3 length = 352 DLC: LLC: ----- LLC Header ----LLC: LLC: DSAP Address = AA, DSAP IG Bit = 00 (Ind LLC: SSAP Address = AA, SSAP CR Bit = 00 (Com LLC: Unnumbered frame: UI LLC: SNAP: ----- SNAP Header ----SNAP: SNAP: Vendor ID = Cisco1 SNAP: Type = 2003 (VTP) SNAP: VTP: ----- Cisco Virtual Trunk Protocol (VTP) Packet VTP: VTP: Version = 1 VTP: Message type = 0x02 ( VTP: Sequence number = 1 VTP: Management Domain Name length = 4 VTP: Management Domain Name = "test" VTP: Number of Padding bytes = 28 VTP: Configuration revision number = 0x0000 VTP: VTP: VLAN Information Field # 1: VTP: VLAN information field length = 20 VTP: VLAN Status = 00 (Op VTP: VLAN type = 1 (Eth VTP: Length of VLAN name = 7 VTP: ISL VLAN-id = 1 VTP: MTU size = 1500 VTP: 802.10 SAID field = 100001 VTP: VLAN Name = "defau VTP: # padding bytes in VLAN Name = 1 VTP: VTP: VLAN Information Field # 2:
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c5... 10/14/2006
Understanding and Configuring VLAN Trunk Protocol (VTP) [Virtual LANs/VLAN ...
Page 14 of 34
VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP: VTP:
VLAN information field length VLAN Status VLAN type Length of VLAN name ISL VLAN-id MTU size 802.10 SAID field VLAN Name # padding bytes in VLAN Name VLAN Information Field # 3: VLAN information field length VLAN Status VLAN type Length of VLAN name ISL VLAN-id MTU size 802.10 SAID field VLAN Name # padding bytes in VLAN Name VLAN Information Field # 4: VLAN information field length VLAN Status VLAN type Length of VLAN name ISL VLAN-id MTU size 802.10 SAID field VLAN Name # padding bytes in VLAN Name VLAN Information Field # 5: VLAN information field length VLAN Status VLAN type Length of VLAN name ISL VLAN-id MTU size 802.10 SAID field VLAN Name # padding bytes in VLAN Name VLAN Information Field # 6: VLAN information field length VLAN Status VLAN type Length of VLAN name ISL VLAN-id MTU size 802.10 SAID field VLAN Name # padding bytes in VLAN Name VLAN Information Field # 7: VLAN information field length VLAN Status VLAN type Length of VLAN name ISL VLAN-id MTU size 802.10 SAID field
= = = = = = = = =
= = = = = = = = =
= = = = = = = = =
= = = = = = = = =
= = = = = = = = =
= = = = = = =
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c5... 10/14/2006
Understanding and Configuring VLAN Trunk Protocol (VTP) [Virtual LANs/VLAN ...
Page 15 of 34
VTP: VLAN Name = "VLAN0 VTP: # padding bytes in VLAN Name = 0 VTP: VTP: VLAN Information Field # 8: VTP: VLAN information field length = 20 VTP: VLAN Status = 00 (Op VTP: VLAN type = 1 (Eth VTP: Length of VLAN name = 8 VTP: ISL VLAN-id = 10 VTP: MTU size = 1500 VTP: 802.10 SAID field = 100010 VTP: VLAN Name = "VLAN0 VTP: # padding bytes in VLAN Name = 0 VTP: VTP: VLAN Information Field # 9: VTP: VLAN information field length = 32 VTP: VLAN Status = 00 (Op VTP: VLAN type = 2 (FDD VTP: Length of VLAN name = 12 VTP: ISL VLAN-id = 1002 VTP: MTU size = 1500 VTP: 802.10 SAID field = 101002 VTP: VLAN Name = "fddiVTP: # padding bytes in VLAN Name = 0 VTP: Reserved 8 bytes VTP: VTP: VLAN Information Field # 10: VTP: VLAN information field length = 40 VTP: VLAN Status = 00 (Op VTP: VLAN type = 3 (Tok VTP: Length of VLAN name = 18 VTP: ISL VLAN-id = 1003 VTP: MTU size = 1500 VTP: 802.10 SAID field = 101003 VTP: VLAN Name = "token VTP: # padding bytes in VLAN Name = 2 VTP: Reserved 8 bytes VTP: VTP: VLAN Information Field # 11: VTP: VLAN information field length = 36 VTP: VLAN Status = 00 (Op VTP: VLAN type = 4 (FDD VTP: Length of VLAN name = 15 VTP: ISL VLAN-id = 1004 VTP: MTU size = 1500 VTP: 802.10 SAID field = 101004 VTP: VLAN Name = "fddin VTP: # padding bytes in VLAN Name = 1 VTP: Reserved 8 bytes VTP: VTP: VLAN Information Field # 12: VTP: VLAN information field length = 36 VTP: VLAN Status = 00 (Op VTP: VLAN type = 5 (TRVTP: Length of VLAN name = 13 VTP: ISL VLAN-id = 1005 VTP: MTU size = 1500 VTP: 802.10 SAID field = 101005 VTP: VLAN Name = "trnet VTP: # padding bytes in VLAN Name = 3 VTP: Reserved 8 bytes ----------------------------------------------------
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c5... 10/14/2006
Understanding and Configuring VLAN Trunk Protocol (VTP) [Virtual LANs/VLAN ...
Page 16 of 34
7. At this point, both switches are synchronized: bing (enable) show vtp domain Domain Name Domain Index VTP Ve ------------------------------- ------------ ------test 1 2 Vlan-count Max-vlan-storage Config Revision Notifica ---------- ---------------- --------------- -------12 1023 11 disabled Last Updater V2 Mode Pruning PruneEligible on V --------------- -------- -------- -----------------0.0.0.0 disabled disabled 2-1000 bing (enable) show vlan VLAN Name Status IfIn ---- -------------------------------- --------- ---1 default active 127 2 3 4 5 6 7 10 1002 1003 1004 1005 VLAN0002 VLAN0003 VLAN0004 VLAN0005 VLAN0006 VLAN0007 VLAN0010 fddi-default token-ring-default fddinet-default trnet-default active active active active active active active active active active active 132 133 134 135 136 137 138 128 131 129 130
This example shows how to verify the VTP configuration on a Catalyst 6000 t Router#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 0.0.0.0 at 8-12-99 15 Router# This example shows how to display VTP statistics on a Catalyst 6000 that run Router#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
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c5... 10/14/2006
Understanding and Configuring VLAN Trunk Protocol (VTP) [Virtual LANs/VLAN ...
Page 17 of 34
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 S f ---------------- ---------------- ---------------- Fa5/8 43071 42766 Join Transmitted Join Received
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c5... 10/14/2006
Understanding and Configuring VLAN Trunk Protocol (VTP) [Virtual LANs/VLAN ...
Page 18 of 34
vlan 1002 tb-vlan1 1 tb-vlan2 1003 vlan 1003 tb-vlan1 1 tb-vlan2 1002 vlan 1004 vlan 1005 Router#show run | include vtp vtp domain cisco vtp mode transparent
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c5... 10/14/2006
Understanding and Configuring VLAN Trunk Protocol (VTP) [Virtual LANs/VLAN ...
Page 19 of 34
The SAID for VLAN 4050 is 104050. Only VTP servers can update the VTP client and server configurations. The V or client configurations. But, the updates from the VTP server do not get upda a higher VTP revision number. Also, the client does not allow these updates t the client has a higher revision number than the one that the VTP server send
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c5... 10/14/2006
Understanding and Configuring VLAN Trunk Protocol (VTP) [Virtual LANs/VLAN ...
Page 20 of 34
How Does CatOS Version 6.3(3) Protect My Switch from a Watchdog Timeo
There is a protective feature in order to prevent a watchdog timeout in this CatOS ve VTP server/client to VTP transparent mode.
What Are the Negative Effects When the Switch Goes to VTP Transparent M
1. If pruning is enabled, the trunks go down. 2. If the trunks go down and no other ports are in that VLAN, the VLAN interface Card (MSFC) goes down. If these effects occur, and this switch is in the core of your network, your network can
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c5... 10/14/2006
Understanding and Configuring VLAN Trunk Protocol (VTP) [Virtual LANs/VLAN ...
Page 21 of 34
Any Cisco IOS Software-based switch, such as the switches in this list, can supply th A Catalyst 2900/3500XL A Cisco IOS Software Catalyst 6500 A Cisco IOS Software-based Catalyst 4000 These products translate the 1003 VLAN to VLAN 1 by default.
Catalyst Switch
Fixed Releases
5.5(14) and later
CatOS switches
Catalyst 4000 (Supervisor Engine III) Catalyst 6500 (Supervisor Engine Cisco IOS Software) Catalyst 2900 and 3500XL
Not affected Cisco IOS Software Release 12.1 (8a)EX and later Cisco IOS Software Release 12.0 (5)WC3 and later
If you cannot upgrade to images that have these fixes integrated, you can modify the based switches. Use this procedure if the switch is a VTP server: goss#vlan data goss(vlan)#no vlan 1 tb-vlan1 tb-vlan2 Resetting translation bridge VLAN 1 to default Resetting translation bridge VLAN 2 to default goss(vlan)#no vlan 1003 tb-vlan1 tb-vlan2 Resetting translation bridge VLAN 1 to default Resetting translation bridge VLAN 2 to default goss(vlan)#apply APPLY completed. goss(vlan)#exit APPLY completed. Exiting.... The 1002 VLAN can be translated, but you can also remove it if you include this in yo
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c5... 10/14/2006
Understanding and Configuring VLAN Trunk Protocol (VTP) [Virtual LANs/VLAN ...
Page 22 of 34
goss(vlan)#no vlan 1002 tb-vlan1 tb-vlan2 Resetting translation bridge VLAN 1 to default Resetting translation bridge VLAN 2 to default
Example 1 These are the initial conditions: Both the Catalyst 6500 and the Catalyst 3500XL are VTP servers with number. Both servers have the same VTP domain name and the same VTP pa The Catalyst 3500XL has the translated Token Ring VLAN. You start the servers while they are disconnected. If you connect these two switches, the Catalyst 6500 goes to VTP transparen the Cisco 3500XL has a higher VTP configuration revision number than the C number. Moreover, if the switch to VTP transparent mode happens when you can reasonably assume that the change would also happen if you booted the switch was already connected. Example 2 These are the initial conditions: The Catalyst 6500 is a VTP server. The Catalyst 3500XL is a VTP client. The Catalyst 3500XL has a higher VTP configuration revision number revision number. Both switches have the same VTP domain and the same VTP passwo The Catalyst 3500XL has the translated Token Ring VLAN. You start the servers while they are disconnected. If you connect these two switches, the Catalyst 6500 goes to VTP transparen 3500XL has a lower configuration revision number than the Catalyst 6500 con
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c5... 10/14/2006
Understanding and Configuring VLAN Trunk Protocol (VTP) [Virtual LANs/VLAN ...
Page 23 of 34
6500 does not switch to VTP transparent mode. If the Catalyst 3500XL has th the Catalyst 6500 does not go to VTP transparent mode. But the translation is
Solution
Quickly reconfigure all of the VLANs on one of the VTP servers.
What to Remember
Always make sure that the configuration revision number of all switches that you inse configuration revision number of the switches that are already in the VTP domain. If you have the output of a show tech-support command from your Cisco device, yo ( registered customers only) in order to display potential issues and fixes.
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c5... 10/14/2006
Understanding and Configuring VLAN Trunk Protocol (VTP) [Virtual LANs/VLAN ...
Page 24 of 34
Example
Complete these steps in order to see an example of this problem: 1. Issue these commands in order to see that clic has 7 VLANs (1, 2, 3, and the domain named test, and port 2/3 is in VLAN 3: clic (enable) show vlan 1993 VLAN ---1 2 3 1002 1003 1004 1005 May 25 05:09:50 %PAGP-5-PORTTOSTP:Port 2/1 Name Status -------------------------------- --------default active VLAN0002 active VLAN0003 active fddi-default active token-ring-default active fddinet-default active trnet-default active join IfIn ---65 70 71 66 69 67 68
clic (enable) show vtp domain Domain Name Domain Index VTP Ve -------------------------------- ------------ -----test 1 2 Vlan-count Max-vlan-storage Config Revision Notifica ---------- ---------------- --------------- -------7 1023 0 disabled Last Updater V2 Mode Pruning PruneEligible on V --------------- -------- -------- -----------------0.0.0.0 disabled disabled 2-1000 clic (enable) show port 2/3 Port Name Status Vlan Level ----- ------------------ ---------- ---------- ----2/3 connected 3 normal 2. Connect bing, which is a lab switch on which VLANs 4, 5, and 6 were created Note: The configuration revision number is 3 in this switch. bing (enable) show vlan VLAN Name Status IfIn ---- -------------------------------- --------- ---1 default active 4 4 5 6 1002 1003 1004 1005 VLAN0004 VLAN0005 VLAN0006 fddi-default token-ring-default fddinet-default trnet-default active active active active active active active 63 64 65 5 8 6 7
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c5... 10/14/2006
Understanding and Configuring VLAN Trunk Protocol (VTP) [Virtual LANs/VLAN ...
Page 25 of 34
bing (enable) show vtp domain Domain Name Domain Index VTP Ve -------------------------------- ------------ -----test 1 2 Vlan-count Max-vlan-storage Config Revision Notifica ---------- ---------------- --------------- -------8 1023 3 disabled Last Updater V2 Mode Pruning PruneEligible on V --------------- -------- -------- -----------------10.200.8.38 disabled disabled 2-1000 4. Configure the trunk between the two switches in order to integrate bing in the Bing erased the clic VLAN, and now clic has VLANs 4, 5, and 6. But, clic no lo inactive. clic (enable) show vtp domain Domain Name Domain Index VTP Ve -------------------------------- ------------ -----test 1 2 Vlan-count Max-vlan-storage Config Revision Notifica ---------- ---------------- --------------- -------8 1023 3 disabled Last Updater V2 Mode Pruning PruneEligible on V --------------- -------- -------- -----------------10.200.8.38 disabled disabled 2-1000 clic (enable) clic (enable) show vlan VLAN ---1 4 5 6 1002 1003 1004 1005 Name -------------------------------default VLAN0004 VLAN0005 VLAN0006 fddi-default token-ring-default fddinet-default trnet-default Status --------active active active active active active active active IfIn ---65 72 73 74 66 69 67 68
clic (enable) show port 2/3 Port Name Status Vlan Level ----- ------------------ ---------- ---------- ----2/3 inactive 3 norma
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c5... 10/14/2006
Understanding and Configuring VLAN Trunk Protocol (VTP) [Virtual LANs/VLAN ...
Page 26 of 34
1. Issue this command in order to see that the configuration is empty: clic (enable) show vtp domain Domain Name Domain Index VTP Ve -------------------------------- ------------ -----1 2 Vlan-count Max-vlan-storage Config Revision Notifica ---------- ---------------- --------------- -------5 1023 0 disabled Last Updater V2 Mode Pruning PruneEligible on V --------------- -------- -------- -----------------0.0.0.0 disabled disabled 2-1000 clic (enable) 2. Configure the domain name, which is test in this example, and create two VLA The configuration revision number goes up to 2: clic (enable) set vtp domain test VTP domain test modified clic (enable) set vlan 2 Vlan 2 configuration successful clic (enable) set vlan 3 Vlan 3 configuration successful clic (enable) show vtp domain Domain Name Domain Index VTP Ve -------------------------------- ------------ -----test 1 2 Vlan-count Max-vlan-storage Config Revision Notifica ---------- ---------------- --------------- -------7 1023 2 disabled Last Updater V2 Mode Pruning PruneEligible on V --------------- -------- -------- -----------------0.0.0.0 disabled disabled 2-1000 clic (enable) 3. Change the domain name from test to cisco. The configuration revision number is back to 0, and all the VLANs are still pre clic (enable) set vtp domain cisco VTP domain cisco modified clic (enable) show vtp domain Domain Name Domain Index VTP Ve -------------------------------- ------------ ------
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c5... 10/14/2006
Understanding and Configuring VLAN Trunk Protocol (VTP) [Virtual LANs/VLAN ...
Page 27 of 34
cisco
Vlan-count Max-vlan-storage Config Revision Notifica ---------- ---------------- --------------- -------7 1023 0 disabled Last Updater V2 Mode Pruning PruneEligible on V --------------- -------- -------- -----------------0.0.0.0 disabled disabled 2-1000 4. Change the VTP domain name from cisco back to test. The configuration revision is 0. There is no risk that anything can be erased, a remain: clic (enable) set vtp domain test VTP domain test modified clic (enable) show vtp domain Domain Name Domain Index VTP Ve -------------------------------- ------------ -----test 1 2 Vlan-count Max-vlan-storage Config Revision Notifica ---------- ---------------- --------------- -------7 1023 0 disabled Last Updater V2 Mode Pruning PruneEligible on V --------------- -------- -------- -----------------0.0.0.0 disabled disabled 2-1000 clic (enable)
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c5... 10/14/2006
Understanding and Configuring VLAN Trunk Protocol (VTP) [Virtual LANs/VLAN ...
Page 28 of 34
clic (enable) set vtp domain test VTP domain test modified clic (enable) set vlan 2 Vlan 2 configuration successful clic (enable) set vlan 3 Vlan 3 configuration successful clic (enable) show vtp domain Domain Name Domain Index VTP Ve -------------------------------- ------------ -----test 1 2 Vlan-count Max-vlan-storage Config Revision Notifica ---------- ---------------- --------------- -------7 1023 2 disabled Last Updater V2 Mode Pruning PruneEligible on V --------------- -------- -------- -----------------0.0.0.0 disabled disabled 2-1000 clic (enable) 3. Change the VTP mode from server to transparent. The configuration revision number is back to 0, and all the VLANs are still pre clic (enable) set vtp mode transparent VTP domain test modified clic (enable) show vtp domain Domain Name Domain Index VTP Ve -------------------------------- ------------ -----test 1 2 Vlan-count Max-vlan-storage Config Revision Notifica ---------- ---------------- --------------- -------7 1023 0 disabled Last Updater V2 Mode Pruning PruneEligible on V --------------- -------- -------- -----------------0.0.0.0 disabled disabled 2-1000 4. Change the VTP mode from transparent to server or client. The configuration revision is 0. There is no risk that anything can be erased, a remain: clic (enable) set vtp mode server VTP domain test modified clic (enable) show vtp domain
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c5... 10/14/2006
Understanding and Configuring VLAN Trunk Protocol (VTP) [Virtual LANs/VLAN ...
Page 29 of 34
Domain Name Domain Index VTP Ve -------------------------------- ------------ -----test 1 2 Vlan-count Max-vlan-storage Config Revision Notifica ---------- ---------------- --------------- -------7 1023 0 disabled Last Updater V2 Mode Pruning PruneEligible on V --------------- -------- -------- -----------------0.0.0.0 disabled disabled 2-1000 clic (enable)
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c5... 10/14/2006
Understanding and Configuring VLAN Trunk Protocol (VTP) [Virtual LANs/VLAN ...
Page 30 of 34
When you have a large VTP domain, you also have a large STP domain. VLAN 1 mu Therefore, one unique STP is run for that VLAN in the whole domain. When VTP is used and a new VLAN is created, the VLAN is propagated through the created in all switches in the VTP domain. All Cisco switches use PVST, which mean for each VLAN. This adds to the CPU load of the switch. You must refer to the maxim that are supported on the switch in order to have an idea of the number of STPs that number of logical ports is roughly the number of ports that run STP. Note: A trunk port runs one instance of STP for each active VLAN on the trunk. You can perform a rapid evaluation of this value for your switch with this formula: (Number of active VLANs x Number of trunks) + Number of a This number, the maximum number of logical ports for STP, varies from switch to sw notes for each product. For example, on a Catalyst 5000 with a Supervisor Engine 2 instances. Each time you create a new VLAN with VTP, the VLAN is propagated by d active on all ports. You might need to prune unnecessary VLANs from the trunk in or logical ports. Note: Pruning unnecessary VLANs from the trunk can be done with one of two meth Manual pruning of the unnecessary VLAN on the trunkThis is the best m spanning tree. Instead, the method runs the pruned VLAN on trunks. The VTP describes manual pruning further. VTP pruningAvoid this method if the goal is to reduce the number of STP i are still part of the spanning tree. Therefore, VTP-pruned VLANs do not reduc instances.
VTP Pruning
VTP pruning increases the available bandwidth. VTP pruning restricts flooded traffic use in order to access the appropriate network devices. By default, VTP pruning is d on a VTP server enables pruning for the entire management domain. The set vtp pr automatically and stops the inefficient flooding of frames where the frames are not ne are pruning eligible. VTP pruning does not prune traffic from pruning-ineligible VLAN traffic from VLAN 1 cannot be pruned. Note: Unlike manual VLAN pruning, automatic pruning does not limit the spanning tr All devices in the management domain must support VTP pruning in order for VTP p not support VTP pruning, you must manually configure the VLANs that are allowed o pruning of the VLAN from the trunk with the clear trunk mod/port command and the example, you can choose to only allow, on each trunk, a core switch to the VLANs th reduce the load on the CPUs of all switches (core switches and access switches) an that extend through the entire network. This pruning limits STP problems in the VLAN This is an example: TopologyThe topology is two core switches that are connected to each oth different access switches. With this design, each core switch has 81 trunks, a trunks. This assumes that access switches have, in addition to the two uplinks 1900. This is a total of four to five trunks per access switch. PlatformCore switches are Catalyst 6500s with Supervisor Engine 1A and software release 5.5(7). According to the Release Notes for Catalyst 6000/65
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c5... 10/14/2006
Understanding and Configuring VLAN Trunk Protocol (VTP) [Virtual LANs/VLAN ...
Page 31 of 34
cannot have more than 4000 STP logical ports. Access switchesAccess switches are either: Catalyst 5000 switches with Supervisor Engine 2, which do not suppor Catalyst 5000 switches with Supervisor Engine 1 and 20 MB of DRAM STP logical ports Number of VLANsRemember to use VTP. A VLAN on the VTP server is cr you have 100 VLANs, the core must handle roughly 100 VLANs x 81 trunks = limit. The access switch must handle 100 VLANs x 5 trunks = 500 logical port exceed the supported number of logical ports, and access switches with Supe SolutionIf you assume that only four or five VLANs are actually needed in e other VLANs from the trunk on the core layer. For example, if only VLANs 1, 1 that goes to that access switch, the configuration on the core is: Praha> (enable) set trunk 1/1 des Port(s) 1/1 trunk mode set to desirable. Praha> (enable) clear trunk 1/1 2-9,12,14-1005 Removing Vlan(s) 2-9,12,14-1005 from allowed list. Port 1/1 allowed vlans modified to 1,10,11,13. Praha> (enable) clear trunk 1/1 2-9,12,14-1005 Note: Even if you do not exceed the number of allowed logical ports, prune V STP loop in one VLAN only extends where the VLAN is allowed and does not broadcast in one VLAN does not reach the switch that does not need the broa software release 5.4, you cannot clear VLAN 1 from trunks. In later releases, command: Praha> (enable) clear trunk 1/1 1 Default vlan 1 cannot be cleared from module 1. The Case of VLAN 1 section of this document discusses techniques on how t campus.
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c5... 10/14/2006
Understanding and Configuring VLAN Trunk Protocol (VTP) [Virtual LANs/VLAN ...
Page 32 of 34
Removing Vlan(s) 1 from allowed list. Port 2/1 allowed vlans modified to 2-1005.
Troubleshoot VTP Configuration Revision Number Errors That Are Seen in Output
VTP is designed for an administrative environment in which the VLAN database for t at any one time. It assumes that the new revision propagates throughout the domain change the database simultaneously on two different devices in the administrative do databases to be generated with the same revision number. These databases propag until they meet at an intermediate Catalyst switch on the network. This switch cannot packets have the same revision number but a different MD5 value. When the switch increments the No of config revision errors counter. Note: The show vtp statistics command output in this section provides an example If you find that the VLAN information is not updated on a certain switch, or if you enc show vtp statistics command. Determine if the count of VTP packets with configura Console> (enable) show vtp statistics VTP statistics: summary advts received 4690 subset advts received 7 request advts received 0 summary advts transmitted 4397 subset advts transmitted 8 request advts transmitted 0 No of config revision errors 5 No of config digest errors 0 VTP pruning statistics: Trunk Join Transmitted Join Received -------- --------------1/1 0 1/2 0 Console> (enable) ------------0 0
If you observe a configuration revision error, you can resolve this problem if you chan that a VTP database with a higher revision number than the revision number of the c example, on the switch that acts as the primary VTP server, add or delete a false VL updated revision is propagated throughout the domain and overwrites the database a domain advertise an identical database, the error no longer appears.
Troubleshoot VTP Configuration Digest Errors That Are Seen in the show v
This section addresses how to troubleshoot VTP configuration digest errors that you statistics command. This is an example: Console> (enable) show vtp statistics VTP statistics: summary advts received subset advts received request advts received summary advts transmitted subset advts transmitted request advts transmitted No of config revision errors
3240 4 0 3190 5 0 0
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c5... 10/14/2006
Understanding and Configuring VLAN Trunk Protocol (VTP) [Virtual LANs/VLAN ...
Page 33 of 34
No of config digest errors VTP pruning statistics: Trunk Join Transmitted -------- --------------1/1 0 1/2 0 Console> (enable)
The general purpose of an MD5 value is to verify the integrity of a received packet an corruption of the packet during transit. When a switch detects a new revision number value, the switch sends a request message to the VTP server and requests the VTP contains a list of VLAN information. The switch calculates the MD5 value for the subs value to the MD5 value of the VTP summary advertisement. If the two values are diff config digest errors counter. A common reason for these digest errors is that the VTP password is not configured VTP domain. Troubleshoot these errors as a misconfiguration or data corruption issu When you troubleshoot this problem, ensure that the error counter is not historical. T most recent device reset or the VTP statistics reset.
Conclusion
There are some disadvantages to the use of VTP. You must balance the ease of VT of a large STP domain and the potential instability and risks of STP. The greatest ris campus. When you use VTP, there are two things to which you must pay close atten Remember the configuration revision and how to reset it each time that you in you do not bring down the entire network. Avoid as much as possible to have a VLAN that spans the entire network.
Related Information
LAN Product Support Pages
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c5... 10/14/2006
Understanding and Configuring VLAN Trunk Protocol (VTP) [Virtual LANs/VLAN ...
Page 34 of 34
LAN Switching Support Page Technical Support & Documentation - Cisco Systems
Contacts & Feedback | Help | Site Map 1992-2006 Cisco Systems, Inc. All rights reserved. Terms & Conditions | Privacy Statement | Cookie Policy | Trademarks of Cisco Systems, Inc.
http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c5... 10/14/2006