1. 程式人生 > >VTP協議常用配置命令

VTP協議常用配置命令

1、建立VTP域
switch(config)# vtp domain domain_name

2、配置交換機的VTP模式
全域性模式:
switch(config)# vtp mode server | chien | transparent
資料庫模式:
switch(vlan)# vtp server | clien | transparent

3、配置VTP口令
switch(config)# vtp password 123456

4、配置VTP修剪
switch(config)# vtp pruning

5、配置VTP的版本
switch(config)# vtp version 2

6、檢視VTP 的配置資訊
switch(config)# show vtp status

7、配置 VLAN
switch# vlan database
switch(vlan)#vlan 2 name v2

8、管理switch 的IP 地址
switch(config)#interface vlan 1
switch(config-if)#ip address 192.168.1.1 255.255.255.0

9、檢視交換機上的VLAN 資訊
switch#show vlan brief

10、恢復出廠默信值
switch#erase startup-config

注:VTP只能在相鄰交換機之間傳遞資訊,且每個介面都要設為TRUNK模式。