赞
踩
STP的不足
• RSTP(Rapid Spanning Tree Protocol,快速生成树协议)是STP协议的优化版
• RSTP具备STP的所有功能
• RSTP可以实现快速收敛
▫ 根端口快速切换机制
▫ 边缘端口机制
▫ Proposal/Agreement机制:目的是使一个指定端口尽快进入Forwarding状态。
- [SW2]stp mode rstp //stp模式为rstp
- [SW2]display stp //查看stp信息
-
- 配置边缘端口
- [SW2]interface Ethernet0/0/4
- [SW2-Ethernet0/0/4]stp edged-port enable
- [SW2-Ethernet0/0/4]quit
- [SW2]display stp int e0/0/4
-
- 可选
- 配置交换设备的根保护功能
- [SW2]interface Ethernet0/0/4
- [SW2-Ethernet0/0/4]stp root-protection
- [LSW1]vlan batch 10 20 30 40
- [LSW1]stp mode mstp //配置 stp 模式为 MSTP
- [LSW1]stp region-configuration //进入 MSTP 域的配置
- [LSW1-mst-region]region-name RG1 //配置 MSTP 域名
- [LSW1-mst-region]instance 1 vlan 10 30 //创建实例 1 并连接 VLAN10,30
- [LSW1-mst-region]instance 2 vlan 20 40 //创建实例 2 并连接 VLAN20,40
- [LSW1-mst-region]active region-configuration //激活域配置
- [LSW1-mst-region]q
- [LSW1]stp instance 1 priority 4096 //配置优先级,使 LSW1 为实例 1 的根桥 (越小越优先)
- [LSW1]stp instance 2 priority 8192 //配置优先级,使 LSW2 为实例 2 的根桥 (越小越优先)
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。