Virtual Trunking Protocol: Compiled By: Miss Kiran Ayub
Virtual Trunking Protocol: Compiled By: Miss Kiran Ayub
Virtual Trunking Protocol: Compiled By: Miss Kiran Ayub
Protocol
VTP introduction
VTP Overview
Benefits of VTP
Virtual Local Area Network (VLAN) Trunk
Protocol(VTP) reduces administration o a
switched network
Minimizes the problems caused by incorrect
configurations and configuration
inconsistencies
VTP domain
Group of layer 2 switches sharing VLAN
data.
Ends at router or layer 3 switch.
Switch can be linked but not part of domain.
Each switch can belong to only one domain.
Domain is defined by its name.
Proprietary to Cisco, so all switches in
domain must be Cisco switches.
VTP Modes
A switch can be configured in one of three
modes
Server- default mode. Sends VLAN
information to other switches.
Client- receives VLAN information and
forward it to other switches.
Transparent- forward VTP traffic but do not
originate or use it. They can have their own
VLANs,not shared with other switches
configurations
Switch(config)#vtp version <1/2>
Switch(config)#vtp mode
<server/client/transparent>
Switch(config)#vtp domain <domain
name>
Switch(config)#vtp password <WORD>
10
VTP (configurations)
Switch>enable
Switch#conf t
Enter configuration commands, one per line. End with
CNTL/Z.
Switch(config)#
Switch(config)#vtp ?
domain
Set the name of the VTP administrative domain.
mode
Configure VTP device mode
password Set the password for the VTP administrative
domain
version Set the administrative domain to VTP version
Switch(config)#vtp mode ?
client
Set the device to client mode.
server
Set the device to server mode.
transparent Set the device to transparent mode.
11
12
Switch#conf t
Switch(config)#vtp mode client
Setting device to VTP CLIENT mode.
Switch(config)#vtp domain IT
Domain name already set to IT.
Switch(config)#vtp password abc
Setting device VLAN database password to abc
13