网站开发范围,盈利网站,wordpress主题 后门,安徽省建设厅查询网站思科设备参考#xff1a;RSTP环路避免实验#xff08;思科#xff09;
一#xff0c;技术简介
RSTP (Rapid Spanning Tree Protocol) 是从STP发展而来
• RSTP标准版本为IEEE802.1w
• RSTP具备STP的所有功能#xff0c;可以兼容STP运行
• RSTP和STP有所不同 减少了…思科设备参考RSTP环路避免实验思科
一技术简介
RSTP (Rapid Spanning Tree Protocol) 是从STP发展而来
• RSTP标准版本为IEEE802.1w
• RSTP具备STP的所有功能可以兼容STP运行
• RSTP和STP有所不同 减少了端口状态 增加了端口角色 BPDU格式及发送方式不同 当交换网络拓扑结构发生变化时RSTP可以更快地恢复网络的连通性 二实验目的
基于RSTP配置根网桥、备份根网桥、边缘端口。 三配置命令
Switch3
配置根网桥 Huaweisystem-view [Huawei]undo info-center enable [Huawei]stp mode rstp 将STP的模式设置为RSTP [Huawei]stp priority 0 设置RSTP的优先级 [Huawei]display current-configuration Switch2
配置备份根网桥和边缘端口 Huaweisystem-view [Huawei]undo info-center enable [Huawei]stp mode rstp 将STP的模式设置为RSTP [Huawei]stp priority 4096 设置STP的优先级 [Huawei]int g0/0/1 [Huawei-GigabitEthernet0/0/1]stp edged-port enable 将接口配置为边缘端口 [Huawei-GigabitEthernet0/0/1]quit [Huawei]display current-configuration Switch1
配置边缘端口 Huaweisystem-view [Huawei]undo info-center enable [Huawei]stp mode rstp 将STP的模式设置为RSTP [Huawei]stp priority 32768 设置STP的优先级默认32468 [Huawei]int g0/0/1 [Huawei-GigabitEthernet0/0/1]stp edged-port enable 将接口配置为边缘端口 [Huawei-GigabitEthernet0/0/1]quit [Huawei]display current-configuration 四实验结果
利用PC1连续 ping PC2进行测试 ping -t 192.168.1.2 断掉环路任意一条链路都能快速恢复通信
test1 test2