Packet Tracer - Configure VTP and DTP Topology
Packet Tracer - Configure VTP and DTP Topology
Topology
What is VTP?
VTP is a Layer 2 messaging protocol that was designed to manage the creation and deletion
of VLANs and maintain network-wide VLAN database consistency. Using this protocol, a
network administrator can add or delete VLANs and have those changes automatically
propagated to all other switches in the network.
Without VTP, switches do not exchange information about VLANs.
The protocol has been designed around the centralized management idea. One or more
switches are assigned the role of VTP Server.
Any updates made on these switches are sent through VTP to the other switches, which are
VTP Clients
What are the modes of VTP in networking?
There are three modes of VTP in networking, namely-
VTP Server Mode
VTP Client Mode
VTP Transparent Mode
en
conf t
hostname s2
int f0/20-21
switchport mode trunk
exit
vtp domain CCIE
vtp password Cisco123
vtp version 2
vtp mode server
exit
en
conf t
hostname s3
int f0/21
switchport mode trunk
exit
vtp domain CCIE
vtp password Cisco123
vtp version 2
vtp mode server
exit