cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
424
Views
7
Helpful
3
Replies

VTP Server

capajaron
Level 1
Level 1

Just wanna ask the command for changing the

Configuration Revision Number of the VTP Server:Just wanna make sure my SLAVE_CORE switch doesn't overlap my MASTER_CORE switch vlan config.

eg;

SLAVE_CORE#show vtp status

VTP Version : 2

Configuration Revision : 19

Maximum VLANs supported locally : 1005

Number of existing VLANs : 7

VTP Operating Mode : Server

VTP Domain Name : cisco

VTP Pruning Mode : Disabled

VTP V2 Mode : Disabled

thanks

cliff

3 Replies 3

ankbhasi
Cisco Employee
Cisco Employee

Hi Cliff,

There is no direct command which you can use to change the VTP config revision number. Whenever you make some VTP configuration changes to vlan database like addition of vlans, deleting vlans the configuration revision number will keep incrementing by 1.

Talking about your client because you cannot create,delete or modify vlan information on client so the configuration revision number cannnot dirctly increment on VTP client and it only get synched with VTP server.

Before adding new client into your network make sure you change your VTP client to transparant first and then back to client which will put the config revision number to zero to new clients before they come up in your existing network.

Hope it helps.

Regards,

Ankur

Hi Ankur,

I really appreciate your advice, but it seems that i will be force to proceed to other option :=), w/c is configure my 2 VTP Servers in different Domains, but my problem now is how will I route my other domain vlans (CISCO2) to the main domain(CISCO1)as well as access the internet,coz i only have one physical connection to my Gateway_Router w/c is in DOMAIN1 VTP Server and DOMAIN2 will have to pass through DOMAIN1 before it can access the Gateway Router to have internet access.

Examples of my vlan config are listed below:

Just correct my configs if you've seen errors and if i miss some settings.

Gateway Router:

IP Add: 10.210.1.1 /24

ip route 10.210.2.0 255.255.255.0 10.210.1.254

ip route 10.210.3.0 255.255.255.0 10.210.1.254

ip route 10.210.4.0 255.255.255.0 10.210.1.253

ip route 10.210.5.0 255.255.255.0 10.210.1.253

CORE1_SWITCH1:(100%)

Domain: CISCO1

VLAN1 IP Add:10.210.1.254 /24

VLAN10 IP Add:10.210.2.254 /24

VLAN20 IP Add:10.210.3.254 /24

ip route 0.0.0.0 0.0.0.0 10.210.1.1

CORE2_SWITCH:

VLAN1 IP Add:10.210.1.253 /24

VLAN30 IP Add:10.210.4.254 /24

VLAN40 IP Add:10.210.5.254 /24

ip route 0.0.0.0 0.0.0.0 10.210.1.1

*My aim is to be able to communicate 2 different DOMAIN VLANs and at the same time access the internet with only one physical connection to the gateway router.

Thanks Again

Cliff

there are 3 ways

1)change the VTP domain name for example from "cisco" to " abc" and then change it back to "cisco".

2)change the mode from server to transparent and then back to server

3) Clear config all ( but it will erase all your config , i am sure u dont want to do that :D )

regards

Abhishek