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

相关推荐
你好潘先生3 小时前
别再记命令了,用 yeero do 说句人话就能跑脚本,而且不烧 token
服务器·python·命令行
orion5714 小时前
Missing Semester Class1:course overview and introduction of shell
linux
先吃饱再说18 小时前
存储的进化:从 MySQL 到浏览器缓存,数据到底住在哪?
数据库
Nturmoils18 小时前
字段太多看不全,ksql 的展开模式和输出控制怎么用
数据库·后端
用户1204872216120 小时前
Linux驱动编译与加载
linux·嵌入式
Databend21 小时前
Agent 轨迹分析与归因的数据工程实践
大数据·数据库·agent
这个DBA有点耶21 小时前
SQL改写进阶:标量子查询的“隐形代价”与消除实战
数据库·mysql·架构
程序员老赵1 天前
服务器文件不想 SFTP 上传?Docker 跑个 File Browser,浏览器就能管理
服务器·docker·开源
smallyoung1 天前
数据库乐观锁深度解析:MySQL、PostgreSQL 实战 + Spring Boot 集成指南
数据库·mysql·postgresql
parade岁月1 天前
MySQL JOIN解析:朴实无华但食之有味
数据库·后端