11-06-2021 04:52 PM
Need to pass info on VLAN 2363, the switch is set on VTP version 1. Do I just need do do the following:
1. configure terminal
2. vtp version 3
3. end
4. show vtp status
5. copy running-config startup-config
my current show VTP status
VTP Version capable : 1 to 3
VTP version running : 1
VTP Domain Name :
VTP Pruning Mode : Disabled
VTP Traps Generation : Disabled
Device ID : 885a.92d3.dd80
Configuration last modified by 192.168.20.1 at 4-21-93 03:45:00
Local updater ID is 192.168.20.1 on interface Vl20 (lowest numbered VLAN interface found)
Feature VLAN:
--------------
VTP Operating Mode : Server
Maximum VLANs supported locally : 1005
Number of existing VLANs : 34
Configuration Revision : 56
MD5 digest : 0x02 0x6F 0x47 0x05 0xC5 0x64 0x42 0x4C
0x18 0xDC 0x0D 0xF9 0xC1 0xE0 0x3D 0x88
Thanks
11-06-2021 11:25 PM
Need to pass info on VLAN 2363
what information?
the switch is set on VTP version 1. Do I just need do do the following:
what is the VTP server version? make sure you do offline before connecting to switch,
1. configure terminal
2. vtp version 3
3. vtp domain XXXX
4. vtp client
5. end
Then connect to the network and see switchable to get all the information from servers.
11-07-2021 12:23 AM
Hello,
provided you have a VTP domain name configured, all you need to do is indeed only to use the command 'vtp version 3' .
Be aware that only version 3 is capable of synchronizing extended Vlans, so you need version 3 enabled on all switches in your VTP domain in order for Vlan 2363 to be propagated. Also, version 3 is only compatible with version 2, not 1. And last but not least, with version 3 you might want to create a primary server in order to allow you to add/delete/change Vlans.
11-07-2021 02:31 PM
Hello
Extended vlans are compatible in vtp ver 1 however the vtp mode of the switch needs to be in transparent which defeats the object of automatically updating your vtp domain for extended vlan ranges, Also vtp modes 1/2 are not compatible within the same vtp domain.
As for vtp3, you can have multiple vtp servers just like vtp 1/2 however only one switch can be a primary server per vtp domain and this switch will the one responsible for allowing changes to the vtp database
For a switch to become vtp primary server (vtpv3)
Switch< vtp v3 primary sever>
conf t
vtp domain xx
vtp ver 3
vtp password xxxx hidden
exit
vtp primary force
Switch< vtpv3 client - Making sure password /domain are the same)
conf t
vtp domain xx
vtp ver 3
vtp password xxxx hidden
exit
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide