• (1)用户接口边缘端口
  • (2)上连路由器接口取消stp功能
  • (3)心跳线 捆绑链路 手动配置cost

(1)

SW5:

int e0/0/2
 stp edged-port enable

SW6、SW7、SW8 等连接用户和服务器接口全部边缘端口

(2)

SW1:

int g0/0/6
 stp disable

SW2:

int g0/0/6
 stp disable

(3)

SW1:

int Eth-Trunk 2
 dis stp # 查看stp开销
 #
 stp instance 1 cost 10000
 stp instance 2 cost 10000

SW6:

捆绑链路也需要配置,避免其中一条线路中断cost改变,进而STP改变

int Eth- 1
 stp cost 10000
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。