cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
831
Views
0
Helpful
3
Replies

3750 and VTP settings

clynch
Level 1
Level 1

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

3 Replies 3

balaji.bandi
Hall of Fame
Hall of Fame
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.

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

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.

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)

  • Change vtp ver to 3 (this WILL NOT change or erase the current vtp DB)
  • Hide the password and Promote switch to vtp primary


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)

  • Choose switch to become vtp 3 client
  • Change vtp ver to 3 ( this will initiate a synchronization of the switch vtp DB to that of the new vtp3 primary server <above)
  • Hide the password


conf t
vtp domain xx
vtp ver 3
vtp password xxxx hidden
exit


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul
Review Cisco Networking for a $25 gift card