实验要求:配置SW1为VTP Server
配置SW0为VTP Transparent
配置SW2为VTP Client
-
配置SW1
Switch> en Switch# configure terminal Switch(config)# vtp mode server //把交换机配置为VTP服务端,该配置可以创建vlan,使在其同一个vtp下的客户端共享这个vlan Switch(config)# domain cisco //给这个vtp起名字 Switch(config)# vtp password 123456 //给这个vtp设置密码
-
配置SW0
Switch> en Switch# configure terminal Switch(config)# vtp mode transparent //把交换机配置为VTP传递端,该配置可以创建vlan,但不参与到vtp中,可以转发vtp报文 Switch(config)# domain cisco //给这个vtp起名字 Switch(config)# vtp password 123456 //给这个vtp设置密码
-
配置SW1
Switch> en Switch# configure terminal Switch(config)# vtp mode client //把交换机配置为VTP客户端,该配置不可以创建vlan,但可以接收来自VTP服务端的报文,共享vtp服务端创建的vlan Switch(config)# domain cisco //给这个vtp起名字 Switch(config)# vtp password 123456 //给这个vtp设置密码
-
实验验证
在三个交换机上分别新建vlan、show vlan