Network architects are evaluating packet encapsulation and routing mechanisms within a modern Cisco Software-Defined Access (SD-Access) fabric architecture. Which two statements correctly differentiate the operational capabilities and responsibilities of the underlay network versus the overlay network? (Select two.)
- The underlay network provides underlying physical or logical IP connectivity between fabric nodes using standard routing protocols like OSPF, IS-IS, or BGP to reach Routing Locator (RLOC) addresses.Answer
- The overlay network uses VXLAN encapsulation to encapsulate Layer 2 frames and Layer 3 packets into UDP packets, decoupling virtual network topology from physical underlay IP addressing.Answer
- CThe underlay network uses VXLAN encapsulation to map Endpoint Identifiers (EIDs) to Routing Locators (RLOCs) across physical switch interfaces.
- DThe overlay network relies on OSPF longest-prefix matching to maintain physical interface state changes and hardware link adjacencies.
- EThe underlay network directly inspects VXLAN Virtual Network Identifiers (VNIs) to make intermediate physical hop forwarding decisions.
Answer
The correct statements are that the underlay network provides underlying IP connectivity between fabric nodes using standard routing protocols (like OSPF or IS-IS) to reach RLOC addresses, and the overlay network uses VXLAN encapsulation to transport Layer 2/3 traffic inside UDP packets to decouple the virtual network topology from physical underlay addressing.
In software-defined network architectures such as Cisco SD-Access, the underlay consists of physical interconnects and IP routing protocols (e.g., OSPF, IS-IS) that ensure end-to-end IP reachability between fabric nodes (Routing Locators or RLOCs). The overlay runs on top of the underlay and uses VXLAN to encapsulate Layer 2 and Layer 3 traffic into UDP packets, abstracting client endpoints (EIDs) from physical topology and allowing virtual network segmentation using VNIs.
Step-by-Step Solution
Key Concept
Underlay vs. Overlay architecture separation in SDN and Cisco SD-Access fabrics