首页 > 其他 > 详细

手工eth-trunk

时间:2020-05-20 21:26:10      阅读:51      评论:0      收藏:0      [点我收藏+]

技术分享图片

 

 SW1配置

[SW1]interface Eth-Trunk 12
[SW1-Eth-Trunk12]trunkport Ethernet 0/0/0 to 0/0/3

SW2

[SW2]interface Eth-Trunk 12
[SW2-Eth-Trunk12]trunkport Ethernet 0/0/1 to 0/0/3
总结:
1.配置Eth-trunk接口时需要注意哪些?
第一成员接口最多8个;
第二成员接口在加入eth-trunk前不能配业务;
第三成员接口必须为华为缺省接口类型;
第四eth-trunk不能嵌套;
第五成员接口的带宽必须一致;
第六eth-trunk对端也必须是eth-trunk

技术分享图片

 

 SW1配置

1.配置LACP方式eth-trunk:
[SW1]int Eth-Trunk 12    
[SW1-Eth-Trunk12]mode lacp-static     
[SW1-Eth-Trunk12]trunkport Ethernet 0/0/1 to 0/0/3
[SW1-Eth-Trunk12]quit 
[SW1]lacp priority 100    设置LACP的主设备
[SW1]int Ethernet 0/0/1
[SW1-Ethernet0/0/1]lacp priority 100  设置LACP接口优先级
[SW1]int Ethernet 0/0/2
[SW1-Ethernet0/0/2]lacp priority 100
[SW1]int Eth-Trunk 12
[SW1-Eth-Trunk12]max active-linknumber 2 设置最大活动链路数量
[SW1-Eth-Trunk12]lacp preempt enable      开启LACP抢占功能

SW2配置

1.配置LACP方式eth-trunk:
[SW2]int Eth-Trunk 12    
[SW2-Eth-Trunk12]mode lacp-static     
[SW2-Eth-Trunk12]trunkport Ethernet 0/0/1 to 0/0/3
[SW2-Eth-Trunk12]quit 

 

手工eth-trunk

原文:https://www.cnblogs.com/liujunjun/p/12926319.html

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