1.基本概念
RSTP在交换网络中所有VLAN共用一个生成树,导致无法实现负载分担,导致链路利用率、设备资源效率低。
MSTP(多实例生成树协议)在兼容STP和RSTP基础上,生成树不是基于VLAN,而是基于实例运行。一个实例可以包含多个VLAN,但一个VLAN只能属于一个实例。
MSTP引入域的概念,可以将一个大型网络划分为多少MST。
2.MSTP单实例配置
![图片[1]-7.3 MSTP-大赛人网](https://www.dsrw.com/wp-content/uploads/2023/03/图片1-7.png)
1)SW1配置
[SW1]stp region-configuration
[SW1-mst-region]region-name dsrw.com
[SW1-mst-region]revision-level 1
[SW1-mst-region]active region-configuration
[SW1]stp mode mstp
[SW1]stp root primary
[SW1]stp enable
2)SW2配置
[SW2]stp region-configuration
[SW2-mst-region]region-name dsrw.com
[SW2-mst-region]revision-level 1
[SW2-mst-region]active region-configuration
[SW2]stp mode mstp
[SW2]stp root secondary
[SW2]stp enable
3)SW3配置
[SW3]stp region-configuration
[SW3-mst-region]region-name dsrw.com
[SW3-mst-region]revision-level 1
[SW3-mst-region]active region-configuration
[SW3]stp mode mstp
[SW3]stp enable
4)查看MSTP
[SW3]display stp brief
MSTID Port Role STP State Protection
0 GigabitEthernet0/0/2 ROOT FORWARDING NONE
0 GigabitEthernet0/0/3 ALTE DISCARDING NONE
[SW3]display stp region-configuration
Oper configuration
Format selector :0
Region name :dsrw.com
Revision level :1
Instance VLANs Mapped
0 1 to 4094
1 2
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
请登录后查看评论内容