华为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

相关推荐
一池秋_2 分钟前
云笔记本,刷linux,天翼云笔记本rk3568
linux·运维·电脑
2603_965148119 小时前
如何解析JSON数据?API返回的商品信息处理教程
开发语言·数据库·python·自动化·json·api
ltl9 小时前
RocksDB 经典故障排查:L0、compaction 与 write stall
数据库
ltl9 小时前
存储性能建模:IOPS、吞吐与延迟
linux
波波0079 小时前
C# 15 重磅新特性: 带标签 break 与 continue:重新定义嵌套循环控制流
服务器·前端·c#
xfhuangfu10 小时前
Oracle中建立到CDB和PDB的连接
数据库·oracle·rpc
小小龙学IT10 小时前
DuckDB 深度实战:用 C++ 在进程内跑一个「分析型数据库」
数据库·c++
NineData10 小时前
DTCC 2026 预告|NineData CEO& 创始人叶正盛:面向 AI Agent 的数据库 DevOps 与数据复制实践
数据库·人工智能·数据库开发·devops·ninedata·数据库技术·dtcc
刘某的Cloud10 小时前
ceph osd 导入导出 rbd volume 卷
linux·运维·ceph·volume
J_bean11 小时前
MySQL 事务是否必须手动开启?
数据库·mysql·数据库事务·自动提交·手动提交