要切换到 PVST,请输入以下命令:
console> enable console# config
对于 rapid-pvst:
console(config)# spanning-tree mode rapid-pvst
对于使用 PVST 的旧设备:
console(config)# spanning-tree mode pvst
要从 PVST 中删除特定 VLAN 并包括特定 VLAN,请输入以下命令。此示例删除 VLAN 10 并添加 VLAN 20。
console(config)#no spanning-tree vlan 10 console(config)#spanning-tree vlan 20
以下命令设置根网桥选择的优先级。此示例将 vlan 20 和 30 设置为优先级 4096,将 VLAN 40 至 45 设置为优先级 8192。
console(config)# spanning-tree vlan 20,30 priority 4096 console(config)# spanning-tree vlan 40-45 priority 8192
建议将所有边缘端口(连接到打印机、电话、服务器、工作站等终端设备的端口)配置为 PortFast。当链路出现时,PortFast 中的端口将直接进入转发状态,而无需等待转发时间延迟。
console(config)#interface te1/0/1 console(config-if)#spanning-tree portfast
要查看 PVST,请运行以下命令。X 将替换为要检查的 VLAN ID。
console# show spanning-tree vlan X