Definition
Trunking Protocol
Description
Has nothing to do with trunks It only works over trunk links or trunked ports
Use scenarios
If you have 50 and configure VLAN X-Y on all devices You’ll have to login on every device and configure the device
Difference between VTP v1 and v2
Only difference: V2 supports token ring VLANs

VTP has a client-server mechanisms. All you’ll have to do:

VTP has 3 operating modes:

Lab configuration

  1. Make SW1 the VTP server.
  2. Make SW2 and SW3 VTP transparent
  3. Make SW4 to VTP client.

VTP Server mode

<!– –>

1
sw1 (config)# vtp mode server

By default all Cisco switches are in VTP server mode.

<!– –>

1
sw1 (config)# vtp domain ccna

<!– –>

1
sw1 (config)# vtp password cisco

<!– –>

1
sw1 (config)# do show vtp status

<!– –>

1
sw1 (config)# vtp version 2

<!– –>

1
sw1 (config)# do show vtp password
Configuration revision
A count of how many changes that have been made to vlan.dat

VTP transparent mode

<!– –>

1
sw2 (config)# vtp mode transparent

<!– –>

1
sw2 (config)# vtp domain ccna

VTP Client mode

1
2
3
4
sw4 (config)# vtp domain cccna
sw4 (config)# vtp pass cisco
sw4 (config)# vtp mode client
sw4 (config)# do show vtp status