cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2208
Views
0
Helpful
2
Replies

Where is VTP config info stored?

Samuel8rown
Level 1
Level 1

I notice that many vlan & vtp configuration commands don't appear in the config file for integrated IOS. What's a quick way to see and back up the current vlan & vtp configuration information? Ideally, what I'd like is something like the config file that I can save to restore if my core switch/VTP server melts.

2 Replies 2

Jon Marshall
Hall of Fame
Hall of Fame

Hi

Vlan information is stored in a file called vlan.dat which is located in flash. You can copy it to a tftp server for backup.

To view the vlans -

"sh vlan"

to view VTP info

"sh vtp status"

Jon

Turns out on my system (6509 w/ Sup720) that vlan.dat showed up in const_nvram:, but otherwise, spot on.

Thanks, man.