首页 > 其他 > 详细

配置mstp实现负载均衡

时间:2019-05-06 21:04:07      阅读:231      评论:0      收藏:0      [点我收藏+]
在eNSP中新建如下拓扑
技术分享图片
步骤:
1.关闭连接主机的端口的生成树协议: sw1,sw2,sw3
int e0/0/3
stp disable
int e0/0/4
stp disable
2.创建vlan : sw1,sw2,sw3
vlan batch 10 20
3.把端口加入vlan:sw1,sw2,sw3
int e0/0/3
port link-type access
port default vlan 10
int e0/0/4
port link-type access
port default vlan 20
4.设置trunk端口:sw1,sw2,sw3
port-group 1
group-member e0/0/1 e0/0/2
port link-type trunk
port trunk allow-pass vlan all
5.创建stp域和创建两个实例:sw1,sw2,sw3
stp region-configuration
region-name ABC
instance 1 vlan 10
instance 2 vlan 20
active region-configuration
6.设置每条路的拓扑,为每个实例确定根网桥
[sw2]stp instance 1 priority 4096
[sw3]stp instance 2 priority 4096
7.分别测试vlan10和vlan20中各主机通联

配置mstp实现负载均衡

原文:https://blog.51cto.com/14310020/2390066

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!