青春纸盒子

文: 芦苇

你喜欢我笑的样子

我靠上了落寞的窗子

晚风吹起了我的袖子

明月沾湿了你的眸子


转身,你走出了两个人的圈子

树影婆娑,整座院子


挽起袖子

回头,把揽你忧伤一地的影子

装进,青春,这纸盒子


更多代码请关注我的微信小程序: "ecoder"

luwei0915

导航

08_MSTP(数通华为)

1. 网络拓扑

2. SW1配置
[SW1]vlan batch 10 20 30 40
[SW1]stp mode mstp

进入MSTP配置视图,MSTP域名为huawei,同时配置VLAN到实例的映射,并激活MSTP配置
[SW1]stp region-configuration
[SW1-mst-region]region-name huawei
[SW1-mst-region]instance 1 vlan 10 20
[SW1-mst-region]instance 2 vlan 30 40
[SW1-mst-region]active region-configuration

配置各实例的优先级,SW1配置为实例1CIST的主根、实例2的次根
[SW1]stp instance 0 priority 0(实例0,这是默认的系统实例,暂时不用理会)
[SW1]stp instance 1 priority 0 (或者 stp instance 1 root primary)
[SW1]stp  instance 2 priority 4096 (或者stp instance 2 root secondary)
[SW1]stp enable

配置端口trunk模式
[SW1-GigabitEthernet0/0/22]port link-type trunk
[SW1-GigabitEthernet0/0/22]port trunk allow-pass vlan all
[SW1-GigabitEthernet0/0/24]port link-type trunk
[SW1-GigabitEthernet0/0/24]port trunk allow-pass vlan all

3. SW2配置
[SW2] vlan batch 10 20 30 40
[SW2] stp mode mstp

[SW2] stp region-configuration
[SW2-mst-region] region-name huawei
[SW2-mst-region] instance 1 vlan 10 20
[SW2-mst-region] instance 2 vlan 30 40
[SW2-mst-region] active region-configuration

[SW1] stp instance 0 priority 4096
[SW2] stp instance 1 priority 4096
[SW2] stp instance 2 priority 0
[SW2] stp enable

[SW2-GigabitEthernet0/0/24] port link-type trunk
[SW2-GigabitEthernet0/0/24] port trunk allow-pass vlan all
[SW2-GigabitEthernet0/0/23] port link-type trunk
[SW2-GigabitEthernet0/0/23] port trunk allow-pass vlan all

4. SW3配置
[SW3] vlan batch 10 20 30 40
[SW3] stp mode mstp

[SW3] stp region-configuration
[SW3-mst-region] region-name huawei
[SW3-mst-region] instance 1 vlan 10 20
[SW3-mst-region] instance 2 vlan 30 40
[SW3-mst-region] active region-configuration
[SW3] stp enable

[SW3-GigabitEthernet0/0/22] port link-type trunk
[SW3-GigabitEthernet0/0/22] port trunk allow-pass vlan all
[SW3-GigabitEthernet0/0/23] port link-type trunk
[SW3-GigabitEthernet0/0/23] port trunk allow-pass vlan all

 5. 查看配置

实例1 的23端口是阻塞的,实例2的22端口是阻塞的。

posted on 2019-12-22 08:30  芦苇の  阅读(283)  评论(0编辑  收藏  举报