VTP Vlan中继协议实验报告
一、实验要求
Vlan可以中继
二、实验拓扑
三、实验步骤
SW1:
Switch>en
Switch#conf t
Switch(config)#vtp d abc
Changing VTP domain name from NULL to abc
Switch(config)#vtp m server
Device mode already VTP SERVER.
Switch(config)#vtp p 123
Setting device VLAN database password to 123
Switch(config)#int f0/1
Switch(config-if)#sw m t
SW2:
Switch>en
Switch#conf t
Switch(config)#vtp domain abc
Domain name already set to abc.
Switch(config)#vtp mode server
Device mode already VTP SERVER.
Switch(config)#vtp password 123
Setting device VLAN database password to 123
Switch(config)#int f0/1
Switch(config-if)#sw m t
Switch(config-if)#int f0/2
Switch(config-if)#sw m t
SW3:
Switch>en
Switch#conf t
Switch(config)#vtp domain abc
Domain name already set to abc.
Switch(config)#vtp mode server
Device mode already VTP SERVER.
Switch(config)#vtp password 123
Setting device VLAN database password to 123
Switch(config)#int f0/2
Switch(config-if)#sw m t