任务1.在交换机上通过VTP 实现VLAN传递,SWITCH1与SWITCH2均为SERVER,SWITCH3为CLIENT
任务2.在SERVER SWITCH1上增加VLAN,请用SNIFFER载获VTP通告的数据包,表明发送汇总通告和子集通告的顺序和原则
任务3.如果把SWITCH2由SERVER模式转成CLIENET,会有什么样的数据包
任务4.如果把SWITCH2由CLIENT模式转成SERVER,会有什么样的数据包
及网络规划:
实验操作过程及配置说明:
任务1.在交换机上通过VTP 实现VLAN传递,SWITCH1与SWITCH2均为SERVER,SWITCH3为CLIENT
Switch1上配置:
en
config t
monitor session 1 source interface f0/0 both
monitor session 1 destination interface f0/1
int f0/0
switchport mode trunk
no shutdown
exit
end
vlan da
vtp domain test
vtp server
exit
Switch2上配置:
en
config t
int f0/0
switchport mode trunk
no shutdown
int f0/1
switchport mode trunk
no shutdown
exit
end
vlan da
vtp domain test
vtp server
exit
Switch3上配置:
en
config t
int f0/1
switchport mode trunk
no shutdown
exit
end
vlan da
vtp domain test
vtp client
exit
[待续 -企业网络高级技术-VTP中继协议(2)]