VTP域的组成
- 相同域名的,通过Trunk相互连接的,一组交换机
VTP模式有3种
- 服务器模式(Server)
- 客户机模式(Client)
- 透明模式(Transparent)
VTP的运行模式
VTP通告
- 使用组播发送,地址为01-00-0c-cc-cc-cc
- 只通过中继端口传递
- VTP消息通过VLAN 1传送
- 交换机接收到了配置修订号大的汇总通告
VTP pruning
VTP 配置
switch(config)# vtp domian domain_name //创建VTP 域 switch(config)# vtp mode server | client | transparent //配置交换机的VTP模式 switch(config)# vtp password password //配置VTP口令 switch(config)# vtp pruning //配置VTP修剪 switch(config)# vtp version 2 //VTP版本的配置 switch# show vtp status //查看VTP的配置
时间: 2024-10-05 05:00:16