Match each Cisco Software-Defined Access (SD-Access) architectural component or protocol on the left with its primary function on the right.
- Underlay NetworkProvides physical IP reachability and unicast transport between fabric nodes using an Interior Gateway Protocol (IGP).
- Overlay NetworkEstablishes a virtualized logical topology over physical infrastructure to transport encapsulated user traffic.
- Fabric Control Plane (LISP)Maintains the fabric mapping database that resolves Endpoint Identifiers (EIDs) to Routing Locators (RLOCs).
- Fabric Data Plane (VXLAN)Encapsulates Layer 2 Ethernet frames into outer IP/UDP packets for transport across the physical infrastructure.
Answer
Underlay Network matches physical IP reachability using an IGP; Overlay Network matches establishing a virtualized logical topology; Fabric Control Plane (LISP) matches maintaining the EID-to-RLOC mapping database; Fabric Data Plane (VXLAN) matches encapsulating frames into IP/UDP packets.
In Cisco SD-Access fabric architecture, the underlay network handles physical IP routing via an IGP. The overlay network creates the virtualized logical topology on top of the underlay. LISP operates as the control plane mapping protocol (matching EIDs to RLOCs), and VXLAN functions as the data plane protocol (encapsulating Ethernet frames in UDP packets).
Step-by-Step Solution
Key Concept
Software-Defined Access Fabric Architecture (Underlay, Overlay, LISP Control Plane, VXLAN Data Plane)