In Huawei CloudFabric architecture, the underlay network is defined as a pure IP transport (bearer) network whose primary role is to provide Layer 3 reachability between VTEPs (VXLAN Tunnel Endpoints) . It is designed to be simple, stable, and highly reliable , typically composed of spine and leaf switches running routing protocols such as OSPF, IS-IS, or EBGP .
The statement is false because it incorrectly includes LBs (load balancers) and firewalls as part of the underlay network. In Huawei design principles:
Underlay = physical IP forwarding infrastructure (switch fabric only)
Overlay/services = VAS devices (firewalls, load balancers, etc.)
Firewalls and load balancers are considered service devices (VAS) and are usually connected via service leaf nodes or border leaf nodes , operating in the overlay/service layer , not as part of the underlay forwarding plane.
Additionally, the underlay is typically implemented using a spine-leaf architecture , not traditional three-tier (core/aggregation/access) designs.
Therefore, the statement is FALSE .
Submit