华为交换机与锐捷交换机端口链路聚合的配置

参考方法:https://www.douyin.com/note/7111701724263386383

注意要点:

1、华为交换机上要关闭端口自适应,不然端口起不来;

复制代码
interface GigabitEthernet0/0/25
 undo negotiation auto

2、链接聚合模式2边要一至,都就自动(动态)或手动(静态),不然华为看到up了,锐捷看到是down的 ;

3、load-balance方式要一至。

方式一:自动(华为叫LACP,锐捷叫动态模式mode active)

华为交换机端口配置:

复制代码
<Quidway>display current-configuration interface GigabitEthernet 0/0/25
#
interface GigabitEthernet0/0/25
 undo negotiation auto
 eth-trunk 1
#
return
<Quidway>display current-configuration interface GigabitEthernet 0/0/26
#
interface GigabitEthernet0/0/26
 undo negotiation auto
 eth-trunk 1
#
return
<Quidway>display current-configuration interface Eth-Trunk 1
#
interface Eth-Trunk1
 port link-type negotiation-desirable
 mode lacp
 load-balance src-dst-mac
#
return

锐捷交换机配置,自动配置中的port-group 2 mode active换成port-group 2

复制代码
BIAO4_CORE_SW#show run interface tenGigabitEthernet 2/19

Building configuration...
Current configuration: 137 bytes

interface TenGigabitEthernet 2/19
 description TO-atrust_server_172.18.1.13
 port-group 2 
 rldp port loop-detect warning
BIAO4_CORE_SW#show run interface tenGigabitEthernet 2/20

Building configuration...
Current configuration: 137 bytes

interface TenGigabitEthernet 2/20
 description TO-atrust_server_172.18.1.13
 port-group 2 
 rldp port loop-detect warning

BIAO4_CORE_SW#show run interface aggregatePort 2

Building configuration...
Current configuration: 68 bytes

interface AggregatePort 2
 aggregateport load-balance src-dst-mac

ok,可以在华为交换机上ping通锐捷交换机ip了。

方式二:手动或叫静态

华为交换机配置,少了mode lacp这一行参数

复制代码
<Quidway>display current-configuration interface GigabitEthernet 0/0/25
#
interface GigabitEthernet0/0/25
 undo negotiation auto
 eth-trunk 1
#
return
<Quidway>display current-configuration interface GigabitEthernet 0/0/26
#
interface GigabitEthernet0/0/26
 undo negotiation auto
 eth-trunk 1
#
return
<Quidway>display current-configuration interface Eth-Trunk 1
#
interface Eth-Trunk1
 port link-type negotiation-desirable
 load-balance src-dst-mac
#
return

锐捷交换机配置

复制代码
BIAO4_CORE_SW#show run interface tenGigabitEthernet 2/19 

Building configuration...
Current configuration: 131 bytes

interface TenGigabitEthernet 2/19
 description TO-atrust_server_172.18.1.13
 port-group 2
 rldp port loop-detect shutdown-port
BIAO4_CORE_SW#show run interface tenGigabitEthernet 2/20

Building configuration...
Current configuration: 131 bytes

interface TenGigabitEthernet 2/20
 description TO-atrust_server_172.18.1.13
 port-group 2
 rldp port loop-detect shutdown-port
BIAO4_CORE_SW#show run interface ag                     
BIAO4_CORE_SW#show run interface aggregatePort 2

Building configuration...
Current configuration: 68 bytes

interface AggregatePort 2
 aggregateport load-balance src-dst-mac
相关推荐
anxiao_m19 分钟前
不同行业适配哪些云桌面?四大主流品牌场景适配详解
网络·数据库·人工智能
Jeremy_WW36 分钟前
802.3协议解读 01:116章节 200 Gb/s 和 400 Gb/s 网络介绍 I
网络·网络协议·信息与通信·光模块·802.3协议
Token掘金室36 分钟前
JSON模式结构化输出报错
java·服务器·json
一技安身39 分钟前
【信创】外网打包ragflow镜像并导入内网银河麒麟V10arm64服务器
运维·服务器
1314lay_100739 分钟前
asp文件的服务器控件要使用CssClass,否则会失效。导致上传服务器之后,按钮禁用时的效果出问题了,没有正确应用样式
服务器
T011561844 分钟前
全栈项目实战手记|艺培场馆课时预约小程序全项目开发历程完整复盘总结
运维·服务器·小程序
库玛西44 分钟前
深度解构高并发利器:纯事件驱动 Reactor 模式的设计哲学与工程实践
服务器·开发语言·c++·笔记·tcp/ip
程序员-Benothing1 小时前
Linux 用户与用户组管理:useradd usermod groupadd 实战
linux·运维·服务器
FrameNotWork1 小时前
HarmonyOS应用《左右相册》 智感握姿实战:让操作按钮自动“站“到你拇指够得到的地方
华为·harmonyos