STP配置(H3C网络设备)
STP 配置
一组网需求:
1. 所有设备运行STP (Spanning Tree Protocol)生成树协议;
2. 以SwitchB 为根网桥,阻断网络中的环路,并能达到链路冗余备份的效果;
3. 此案例同时适用于以下产品:
H3C 3100-SI 、5100、3300、3600、5600 系列交换机。
二组网图:
三配置步骤: 通过改变交换机或者端口的STF 优先级,从而达到手丄指定网络中的根网桥,以 及端口的STF 角色,完成阻断环路及链路的冗余备份。
SwitchA 配置:
1. 全局使能STF 功能 [SwitchA]stp enable
2. 将接PC 机的端口 stp 功能关闭,或者配置为边缘端口,并使能BPDU 保护功 能
[SwitchA-Ethernet l/0/4]stp disable
[SwitchA-Ethernet 1/0/4]stp edged-port enable
[SwitchA]stp bpdu-protection
SwitchB 配置:
Switch-A
61/0/2 G1/0/1
G1J0/1
Switch-B Switc h-D Switch-E Switch-F
1. 全局使能STP 功能
[SwitchBZ stp enable
2. 将SwtichB 配置为树根(两种方法:将SwitchB 的Bridge 优先级设置为0, 或者直接将SwitchB 指定为树根,两种方法一个效果)
[SwitchB]stp priotity 0
[SwitchBZ stp root primary
3. 在各个指定端口上启动根保护功能(在此例中,SwtichB 的所有端口都是指定 端口)
[SwitchB^ interface Ethernet 1/0/1
1/0/1]stp root-protection
1/0/4Jstp root-protection 1/0/4\"interface
GigabitEthernet 1/0/1 [SwitchB-GigabitEthernet 1/0/1]stp root-protection
SwitchC 配置:
1. 全局使能STP 功能 [SwitchCj stp enable
2. 将SwtichC 配置为备份树根(两种方法:将Switc-C 的Bridge 优先级设置为 4096,或者直接将SwitchC 指定为备份树根,两种方法一个效果)
[SwitchC]stp priotity 4096
[SwitchCj stp root secondary
SwitchD 配置:
1. 全局使能STP 功能 [SwitchDj stp enable
2. 将接PC 机的端口 stp 功能关闭,或者配置为边缘端口,并使能BPDU 保护功 能
[SwitchD-Ethernet 1/0/4]stp disable
[SwitchD-Ethernet 1/0/4]stp edged-port enable
[SwitchD.stp bpdu-protection
[SwitchB-Ethernet [SwitchB-Ethernet 1/0/1Z interface Ethernet 1/0/2 [SwitchB-
Ethernet 1/0/2]stp root-protection [SwitchB-Ethernet 1/0/2.interface Ethernet 1/0/3
[SwitchB-Ethernet
1/0/3]stp
root-protection
[SwitchB-Ethernet
1/0/3.interface Ethernet
1/0/4 [SwitchB-Ethernet [SwitchB-Ethernet
SwitchE 配置:
1.全局使能STP功能
[SwitchEJ stp enable
2.将接PC机的端口 stp功能关闭,或者配置为边缘端口,并使能BPDU保护功能[SwitchE-Ethernet 1/0/4]stp disable
[SwitchE-Ethernet 1/0/4]stp edged-port enable
[SwitchEJstp bpdu-protection
SwitchF 配置:
1.全局使能STP功能
[SwitchFJ stp enable
2.将接PC机的端口 stp功能关闭,或者配置为边缘端口,并使能BPDU保护功能
[SwitchF-Ethernet 1/0/4]stp disable
[SwitchF-Ethernet 1/0/4]stp edged-port enable
[SwitchFJstp bpdu-protection
四配置关键点:
1.配置了” bpdu-protection”以后,如果某个边缘端口收到BPDU报文,则该边缘端口将会被关闭,必须由手工进行恢复;
2.当端口上配置了” stproot-protection”以后,该端口的角色只能是指定端口,且一旦该端口上收到了优先级高的配置消息,则该端口的状态将被配置为侦听状态,不再转发报文,当在足够长的时间内没有收到更优的配置消息时,端口会恢复原来的正常状态。
因篇幅问题不能全部显示,请点此查看更多更全内容