华为S5736交换机3层ECMP负载方式

After stacking two switches, it was observed that the outbound traffic is running over a single link without load balancing.

this is the reason

Here's the English translation of the paragraph about Local Preferential Forwarding:

Local Preferential Forwarding (specific to clustering/stacking systems): In stack/cluster systems, Huawei switches enable "Local Preferential Forwarding" by default. This means that traffic entering from a particular member switch will preferentially egress from that same switch's local interfaces, avoiding forwarding across devices. This significantly improves convergence performance during cluster failover, but at the cost of potentially sacrificing some load balancing effectiveness. If higher load balancing is required, this feature can be disabled using the ecmp local-preference disable command.

https://support.huawei.com/hedex/hdx.do?docid=EDOC1100407960\&id=ZH-CN_CLIREF_0177116050

check the change

Display cur | in ecmp local-preference disable

相关推荐
未济4 天前
linux 配置环境变量
linux
傲世仙尊4 天前
目录即文件-Ext文件系统收尾篇
linux·c语言
虎头金猫4 天前
4K 视频总卡在公网带宽?用 N1 + OpenList 把网盘播放链路重新理顺
运维·服务器·网络·python·容器·beautifulsoup·pandas
这个DBA有点耶4 天前
MVCC深入:Read View、版本链与快照读——InnoDB并发控制的内核
数据库·mysql·架构
DBA_G4 天前
从地面到云霄:GBase数据库在民航三大场景的落地实践
数据库
自由能燃气设备4 天前
商用全预混低氮冷凝锅炉免费方案vs付费方案对比+选型避坑指南
大数据·数据库·人工智能
科创致远4 天前
科创致远 ESOP 系统核心效能与实战价值展示
大数据·数据库·人工智能·精益工程
_艾伦 耶格尔.4 天前
进程间通信
linux
Liuqy-054 天前
Linux IO编程——静态库、动态库
linux
彧azz4 天前
Linux 环境下 Redis 学习总结:数据类型、持久化、锁、事务、主从与缓存问题
linux·redis·笔记·学习·面试