首页 > 其他 > 详细

华为S5700系列交换机配置链路聚合LACP报错。

时间:2018-08-04 11:27:11      阅读:479      评论:0      收藏:0      [点我收藏+]
1.错误现象:
Error:Error in changing trunk working mode . There is(are) port(s) in the trunk.
技术分享图片

2.原因:
这是由于配置Eth-Trunk时优先配置了接口模式(trunk/access)并且将其应用到了接口,使该配置生效了。所以在这些trunk/access链路模式生效后,该交换机是不允许配置LACP的。由此就报了Error:Error in changing trunk working mode . There is(are) port(s) in the trunk。

3.解决方法:
将原有划归Eth-Trunk的物理接口清空配置,也就是undo掉所有属于Eth-Trunk 2的物理口的eth-trunk 2 命令,然后进入interface eth-trunk2 使用mode lacp-static命令。最后将该物理口加入到Eth-Trunk 2中来。

4.结果图:
此时我们发现其实S5700交换机access模式下可以实现LACP。实际应用中例如接入交换机S5700与服务器互联使用access模式进行链路聚合,建议使用mode lacp-static;而不建议使用mode manual 模式,这是由于mode manual 主要用于负载分摊,是一种静态的LACP不主动进行LACP的会话的协商,导致下联服务器做bond4时识别不了,导致链路不通。而mode lacp-static 它会主动进行lacp的会话协商。
技术分享图片

华为S5700系列交换机配置链路聚合LACP报错。

原文:http://blog.51cto.com/7355754/2154322

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