In a software-defined fabric deployment, an engineer is preparing the physical network switches prior to building virtual tunnels. Which essential service must the underlay network provide to enable overlay operational functionality?
- AEncapsulation of end-user data frames into VXLAN tunnel packets
- Reliable Layer 3 IP reachability between all physical fabric devicesAnswer
- CCentralized database lookup services for endpoint IP-to-location mapping
- DParsing REST API payloads to push JSON configuration files to switches
Answer
Reliable Layer 3 IP reachability between all physical fabric devices
The physical underlay network acts as the foundational transport layer in software-defined architectures. Its mandatory function is to establish end-to-end Layer 3 IP reachability between physical fabric nodes (such as switches and VTEPs) using traditional routing protocols like OSPF, IS-IS, or BGP. Overlay tunnels rely entirely on this underlying IP reachability to transmit encapsulated packets.
Step-by-Step Solution
Key Concept
Underlay Layer 3 IP Reachability Requirement