In Huawei data center network design, M-LAG (Multi-Chassis Link Aggregation) is widely used to build loop-free Layer 2 topologies without relying on Spanning Tree Protocol (STP) . This is a key advantage in modern CloudFabric architectures.
Traditional Layer 2 networks depend on STP to prevent loops, but STP introduces drawbacks such as blocked links, slow convergence, and inefficient bandwidth utilization . M-LAG eliminates these issues by allowing two physical switches to operate as a single logical device from the perspective of downstream nodes.
With M-LAG:
All links are active-active , maximizing bandwidth usage
Loop prevention is achieved through protocol mechanisms and peer-link synchronization , not STP
Convergence is much faster compared to STP-based designs
Network design becomes simpler and more predictable
Huawei best practices strongly recommend disabling STP in M-LAG-based data center fabrics , especially when combined with VXLAN EVPN, to achieve high performance, fast convergence, and simplified operations .
Therefore, the statement is TRUE .