当前位置:首页>微思动态 > >详情
全国热线电话 400-881-4699

在线留言

【技术分享】MSTP配置

发布作者:微思网络   发布时间:2022-09-16   浏览量:0

图片

实验拓扑

图片




实验要求

为实现分别属于不同VLAN的的流量能够进行负载均衡,可采用MSTP来实现,VLAN1~10为一组,VLAN11~20为二组;要求SWA成为组一的根,组二备份的根,SWB成为组二的根,组一备份的根,vlan1-10走SWC-SWA;vlan11-20走SWD-SWB。




实验步骤


SWA配置
vlan batch 2 to 20
#
stp instance 1 root primary
stp instance 2 root secondary
stp region-configuration
 region-name RG1
 instance 1 vlan 1 to 10
 instance 2 vlan 11 to 20
 active region-configuration
interface GigabitEthernet0/0/1
 port link-type trunk
 port trunk allow-pass vlan 2 to 4094
#
interface GigabitEthernet0/0/2
 port link-type trunk
 port trunk allow-pass vlan 2 to 4094

SWB配置
vlan batch 2 to 20
#
stp instance 1 root secondary
stp instance 2 root primary
stp region-configuration
 region-name RG1
 instance 1 vlan 1 to 10
 instance 2 vlan 11 to 20
 active region-configuration

interface GigabitEthernet0/0/1
 port link-type trunk
 port trunk allow-pass vlan 2 to 4094
#
interface GigabitEthernet0/0/2
 port link-type trunk
 port trunk allow-pass vlan 2 to 4094

SWC配置
vlan batch 2 to 20
stp region-configuration
 region-name RG1
 instance 1 vlan 1 to 10
 instance 2 vlan 11 to 20
 active region-configuration

interface GigabitEthernet0/0/1
 port link-type trunk
 port trunk allow-pass vlan 2 to 4094
#
interface GigabitEthernet0/0/2
 port link-type trunk
 port trunk allow-pass vlan 2 to 4094
 stp instance 2 cost 200000
interface GigabitEthernet0/0/3
 port link-type access
 port default vlan 10
 stp edged-port enable

SWD配置
vlan batch 2 to 20
stp region-configuration
 region-name RG1
 instance 1 vlan 1 to 10
 instance 2 vlan 11 to 20
 active region-configuration
 
interface GigabitEthernet0/0/1
 port link-type trunk
 port trunk allow-pass vlan 2 to 4094
#
interface GigabitEthernet0/0/2
 port link-type trunk
 port trunk allow-pass vlan 2 to 4094
 stp instance 1 cost 200000
#
interface GigabitEthernet0/0/3
 port link-type access
 port default vlan 20
 stp edged-port enable


验证


查看SWA端口状态

图片


查看SWB端口状态

图片


查看SWC端口状态

图片


查看SWD端口状态

图片

1



返回顶部