In Huawei CloudFabric VXLAN design, distributed gateway architecture is a key enhancement over traditional centralized gateway models, especially for large-scale data centers.
Option A is correct because distributed gateways (typically deployed on leaf nodes) only maintain local ARP/MAC entries for directly connected hosts. This significantly reduces ARP table pressure compared to centralized gateways, where a single device must learn all entries. This improves scalability and performance , which is critical in multi-tenant environments.
Option C is also correct as Huawei leaf switches can simultaneously act as Layer 2 VXLAN gateways (bridging) and Layer 3 VXLAN gateways (routing) . This enables distributed inter-subnet routing directly at the access layer, reducing latency and improving east-west traffic efficiency.
Option B is incorrect because it describes a limitation of centralized gateways , where traffic must traverse a central node, leading to suboptimal paths. Distributed gateways eliminate this issue.
Option D is also incorrect as it again describes centralized gateway constraints, not distributed ones.
Thus, distributed VXLAN gateways provide better scalability, optimal forwarding paths, and flexible deployment , making A and C correct .
Submit