Sections:
Overview:
VTP Modes
VTP uses 3 modes of operation that can be assigned to switches in a VTP domain and vary in characteristics
VTP Domains
A VTP domain is a group of switches that share the same VTP configuration.
All switches in the same VTP domain must have the same domain name configured for VTP to work.
Until a VTP domain name is specified or learned, you cannot create or modify VLANs on a VTP server, and VLAN information is not propagated over the network.
How VTP Propagates VLAN Information
VTP Versions & Notable Features
VTP Limitations
With VTP, there are several factors to note before implementing VTP in your network
Lab Topology
Scenario: In this lab scenario, we will configure VTP version 3 on all four switches and use the following configuration parameters to ensure switches behave correctly in the VTP domain.
VTP Configuration Setup
HQ-Core-SW1 - Server
HQ-Distro-SW1 - Client
HQ-Distro-SW2 - Transparent
HQ-Access-SW1 - Client
VTP Propagation Configuration
Scenario: In this lab scenario, we will create VLANs on the VTP server HQ-Core-Sw1 and verify the VLANs have been propagated and advertised towards all switches in the VTP domain except for the Transparent switch HQ-Distro-SW2.
HQ-Core-SW1 - Server
HQ-Distro-SW1 - Client
HQ-Distro-SW2 - Transparent
HQ-Access-SW1 - Client
VTP Packet Captures
Scenario:
Before VLANs configured on HQ-Core-SW1 Server
After VLANs configured on HQ-Core-SW1 Server
Summary Advertisement
By default Summary Advertisements are sent every 5 minutes or when a change in the VLAN database occurs. Although these summary advertisements don't include the information about the individual VLANs, they include information about the VTP domain and are sent to multicast address 01.00.0c.cc.cc.cc. The MD5 digest is a hash that is used to verify the integrity and authenticity of the VTP messages exchanged between switches.
Global Domain Information
Subset Advertisements
Subset Advertisements follow summary advertisements if there's a change to the VLAN database. These advertisements include the detailed information about the individual VLANs and are sent to the multicast address of 01.00.0c.cc.cc.cc.
VLAN Inforomation
Advertisement Requests
Advertisement Requests are sent by a switch when it requires information, prompting other switches in the VTP domain to send summary and subset advertisements. In most cases, this type occurs when a client requests for VLAN information in cases in which the switch lost its VLAN configuration or hears a higher revision number than what is locally stored.