0
点赞
收藏
分享

微信扫一扫

华为设备STP配置

绣文字 2022-01-18 阅读 88
华为网络

在这里插入图片描述

  1. 配置环网中的设备生成树协议工作在STP模式
    [LSW1]stp mode stp
    [LSW2]stp mode stp
    [LSW3]stp mode stp
    [LSW4]stp mode stp
  2. 配置根桥和备份根桥设备
    [LSW1]stp root primary
    [LSW2]stp root secondary
  3. 配置端口的路径开销值,实现将端口阻塞
    [LSW1]stp pathcost-standard legacy //配置端口路径开销计算方法为华为计算方法
    [LSW2]stp pathcost-standard legacy
    [LSW3]stp pathcost-standard legacy
    [LSW3-GigabitEthernet0/0/4]stp cost 20000 //配置端口的路径开销值,实现将该端口阻塞
    [LSW4]stp pathcost-standard legacy
  4. 使能STP,实现破除环路
    [LSW4-GigabitEthernet0/0/1]stp edged-port enable //将与PC机相连的端口设置为边缘端口
    [LSW4]stp bpdu-protection //配置BPDU保护功能
    [LSW3-GigabitEthernet0/0/2]stp edged-port enable
    [LSW3]stp bpdu-protection
    [LSW1]stp enable //全局使能STP
    [LSW2]stp enable
    [LSW3]stp enable
    [LSW4]stp enable
    5.验证配置
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述

在这里插入图片描述

举报

相关推荐

0 条评论