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

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

实验线路连接图:@H_502_5@

@H_502_5@

@H_502_5@

实验内容 @H_502_5@

测试机配置[如图示] @H_502_5@

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

===端口聚合配置=== @H_502_5@

SwitchB(Config)#port-group 1 @H_502_5@

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

@H_502_5@

SwitchA @H_502_5@

//创建port-group @H_502_5@

SwitchA(Config)#port-group 1 @H_502_5@

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

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

//on -- 强制模式 @H_502_5@

SwitchB @H_502_5@

//创建port-group @H_502_5@

SwitchB(Config)#port-group 1 @H_502_5@

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

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

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

@H_502_5@

SwitchA @H_502_5@

//创建port-group @H_502_5@

SwitchA(Config)#port-group 1 @H_502_5@

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

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

@H_502_5@

SwitchB @H_502_5@

//创建port-group @H_502_5@

SwitchB(Config)#port-group 2 @H_502_5@

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

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

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

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

SwitchA-Config @H_502_5@

@H_502_5@

SwitchA(Config)#spanning-tree @H_502_5@

@H_502_5@

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

MSTP is enabled successfully. @H_502_5@

SwitchA(Config)#port-group 1 @H_502_5@

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

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

Set the port Ethernet0/0/22 mode TRUNK successfully @H_502_5@

Set the port Ethernet0/0/23 mode TRUNK successfully @H_502_5@

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

LACP successfully enabled on port Ethernet0/0/22 @H_502_5@

LACP successfully enabled on port Ethernet0/0/23 @H_502_5@

@H_502_5@

SwitchB-Config @H_502_5@

@H_502_5@

SwitchB(Config)#spanning-tree @H_502_5@

@H_502_5@

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

MSTP is enabled successfully. @H_502_5@

SwitchB(Config)#port-group 1 @H_502_5@

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

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

Set the port Ethernet0/0/22 mode TRUNK successfully @H_502_5@

Set the port Ethernet0/0/23 mode TRUNK successfully @H_502_5@

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

LACP successfully enabled on port Ethernet0/0/22 @H_502_5@

LACP successfully enabled on port Ethernet0/0/23 @H_502_5@

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

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

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