05-03-2006 11:24 AM - edited 03-03-2019 03:03 AM
Cisco sent my client a replacement switch. Event though my client sent the startup config to the new switch it still defaults to Server and has no domain info. Is this because Client mode VTP info is volatile? The startup config of the Server will retain VTP info???????
But the startup of the Client mode will not???????? We are now concerned for our VTP info in the event of hardware failures of disasters. I instructed my client to send a running config to the new switch and see what shakes.
05-03-2006 12:00 PM
Is he setting it in VLAN database mode? If so that is no longer used and might be the issue. Can you post a copy of the config for us to look at?
If not make sure the config looks like this:
vtp mode client
vtp domain ???????
If not make sure commands are entered from the config prompt directly.
Hope this helps.
Steve
05-03-2006 12:13 PM
If the config was truly saved to nvram with the correct register, upon reboot the mode would not have changed on its own.
05-04-2006 03:19 AM
Under Client Chapter 3 Vlans/Vtp Modes of Operation//CCNP Study Guide/Switching / Lammle
Client:
No global VTP info is kept if the switch loses power.
Global VTP info meaning what ????? If that includes the mode and/or VTP Domain, then that would mean trouble for any client that ever lost power.
05-04-2006 03:53 AM
If your info has the vtp domain name and set as client is should come back up as a client . It will not have any vlan info in the config because the global vlan table is passed from the server . As long as the vtp domain name matches exactly the global vlan table should be propagated once the switch comes up . Port level vlan info should not change if you have saved your config correctly .
05-04-2006 12:59 PM
More than likely, you are using a switch like the 2950, 3550, etc. that holds its VTP information in a vlan.dat file. This file is separate from the startup-config file. Just modify the VTP domain name and add the VTP password (you do have one right?). The switch should get vlan information across its trunk ports (assuming the trunks are up and hard-coded on). The VTP mode can be changed before or after this happens.
BTW, since the VTP information is stored in the vlan.dat file, when you erase the startup config and reload the switch, the VTP domain and mode will still be there (until you delete the vlan.dat file and reload).
HTH.
Eugene
05-04-2006 04:23 PM
Newer IOS that supports the VTP configuration in the startup-config will only retain the VTP/VLAN information in the startup-config if you create/ modify settings from global configuration mode. Don't use the older "vlan database" command because it will store this information in the "vlan.dat" file in flash which you don't usually backup.
Brian
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