An enterprise network administrator deploys a Cisco SD-Access fabric overlay using VXLAN for data plane encapsulation over an OSPF-based Layer 3 routed underlay network. During validation, control plane communication between the LISP Control Plane Node and Fabric Edge switches operates normally, and all underlay loopback interfaces show full ping reachability. However, host endpoints in different subnets attached to separate Fabric Edge switches fail to communicate, with packet captures revealing that encapsulated data packets are dropped by transit routers along the underlay path. Which underlay infrastructure condition is causing this traffic delivery failure?
- The Maximum Transmission Unit (MTU) on intermediate underlay router interfaces is set to 1500 bytes, causing VXLAN encapsulated frames with DF flags set to be dropped.Answer
- BThe underlay OSPF routing process is missing redistributions for host Endpoint ID (EID) subnets into the transit routing table.
- CThe host-facing access switchports on the Fabric Edge switches are configured with static access VLANs rather than 802.1Q trunks.
- DThe underlay transit routers are unable to build Layer 2 MAC address tables for the host endpoints.
Answer
The MTU on intermediate underlay router interfaces is configured to the standard 1500-byte limit without accounting for VXLAN encapsulation overhead, leading to packet drops along the routed transit path.
In software-defined fabric architectures using VXLAN encapsulation (such as Cisco SD-Access), outer headers add at least 50 bytes of overhead to every packet transmitted between Fabric Edge nodes. Because VXLAN packets typically set the Don't Fragment (DF) bit in the outer IP header, intermediate underlay routers with a standard 1500-byte MTU cannot forward packets exceeding 1500 bytes and will drop them. Therefore, the underlay network interfaces must be configured with an elevated MTU (e.g., 9000 bytes for jumbo frames or at least 1550 bytes) to accommodate the overlay encapsulation.
Step-by-Step Solution
Key Concept
Underlay MTU Requirements for VXLAN Overlay Encapsulation
Estimated Time:2m 0s