vtp
config下:
vtp domain #domain name #
vtp mode #server/client/transparent#
vtp password #password#
vtp version 2
vtp pruning --------vtp修剪
#下:
show vty status ------檢視vtp配置情況
實驗1:
圖: swA(fast0/24)-------(fast0/24)swB(fast0/23)------(fast0/23)swC
如圖所示:----為交叉線
@@@@@@1。 對于swA指令如下:
en
conf t
hostname swA ####配置交換名swA
int fast0/24
sw mode trunk
exit ####24配置為trunk模式與wB連接配接
end
----------
vlan data
vlan 2 name tw
vlan 3 name th
ex #####配置vlan2 和vlan3 名字分别為tw和th
-----------
conf t
int range fast0/1-4
sw access vlan 2
exit
int rang fast0/5-8
sw acc vlan 3
ex #####配置1-4口為vlan2,5-8口為vlan3
vtp domain test
vtp mode server
vtp password cisco
end ######配置vtp名test,模式server,密碼cisco
sh vtp status
sh vlan
write
@@@@2。對于swB指令如下:
hostname swB
vtp mode client
vtp password cisco
exit ####配置swB名swB,vtp名test模式client密碼cisco,配置24口為trunk模式
int fast0/23
sh vtp status
sh vlan #####可以看到vlan中已經有了tw和th兩個vlan
@@@@@@@3。 對于swC,指令如下:
hostname swC
int fast0/23
ex
vtp mode client
end #####配置swC的名字,23口的模式為client密碼cisco
sh vtp sta
sh vl br #####檢視vtp資訊,vlan資訊,看是否已經學習到swA的vlan。
恢複出廠設定 ::
erease startup-config