链路聚合[神州数码设备]

前端之家收集整理的这篇文章主要介绍了链路聚合[神州数码设备]前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

实验线路连接图:

实验内容

测试机配置[如图示]

DCRS-5526S配置,接上个实验配置。

===端口聚合配置===

SwitchB(Config)#port-group 1

//方法一:手工生成链路聚合组--使用强制模式

SwitchA

//创建port-group

SwitchA(Config)#port-group 1

SwitchA(Config)#interface ethernet 0/0/22-23

SwitchA(Config-Port-Range)#port-group 1 mode on

//on -- 强制模式

SwitchB

//创建port-group

SwitchB(Config)#port-group 1

SwitchB(Config)#interface ethernet 0/0/22-23

SwitchB(Config-Port-Range)#port-group 1 mode on

//方法二:LACP动态生成链路聚合组,经测-此模式要等待一会儿才生效,耐心!

SwitchA

//创建port-group

SwitchA(Config)#port-group 1

SwitchA(Config)#interface ethernet 0/0/22-23

SwitchA(Config-Port-Range)#port-group 1 mode active

SwitchB

//创建port-group

SwitchB(Config)#port-group 2

SwitchB(Config)#interface ethernet 0/0/22-23

SwitchB(Config-Port-Range)#port-group 2 mode passive

//passive -- 被动发起汇聚模式

==详细配置==[第三种配制方法]

SwitchA-Config

SwitchA(Config)#spanning-tree

MSTP is starting now,please wait...........

MSTP is enabled successfully.

SwitchA(Config)#port-group 1

SwitchA(Config)#interface ethernet 0/0/22-23

SwitchA(Config-Port-Range)#switchport mode trunk

Set the port Ethernet0/0/22 mode TRUNK successfully

Set the port Ethernet0/0/23 mode TRUNK successfully

SwitchA(Config-Port-Range)#port-group 1 mode active

LACP successfully enabled on port Ethernet0/0/22

LACP successfully enabled on port Ethernet0/0/23

SwitchB-Config

SwitchB(Config)#spanning-tree

MSTP is starting now,please wait...........

MSTP is enabled successfully.

SwitchB(Config)#port-group 1

SwitchB(Config)#interface ethernet 0/0/22-23

SwitchB(Config-Port-Range)#switchport mode trunk

Set the port Ethernet0/0/22 mode TRUNK successfully

Set the port Ethernet0/0/23 mode TRUNK successfully

SwitchB(Config-Port-Range)#port-group 1 mode active

LACP successfully enabled on port Ethernet0/0/22

LACP successfully enabled on port Ethernet0/0/23

4)测试机A可以ping通测试机B

总结:生成链路聚合可以双方都为强制模式,也可都为主动模式,还可一方为主动一方为被动。

原文链接:https://www.f2er.com/javaschema/287116.html

猜你在找的设计模式相关文章