An network operations team is verifying traffic delivery across a Cisco Software-Defined Access (SD-Access) fabric infrastructure. The physical underlay network is configured using an Interior Gateway Protocol (IGP) to ensure full IP reachability between all switch loopback interfaces. Which statement accurately describes the primary function of the fabric control plane when an ingress fabric edge switch needs to forward overlay traffic to a remote host?
- It uses Locator/ID Separation Protocol (LISP) mapping database lookups to correlate destination host Endpoint Identifiers (EIDs) with egress switch Routing Locators (RLOCs).Cevap
- BIt relies on intermediate underlay routers running OSPF to inspect VXLAN inner headers and dynamically recalculate physical forwarding paths for every host IP address.
- CIt issues synchronous REST API calls to the centralized controller for every data packet to retrieve real-time data-plane forwarding decisions.
- DIt utilizes RADIUS authentication messages encapsulated within GRE tunnels to dynamically rebuild Layer 2 VLAN trunking links across underlay switches.
Cevap
The fabric control plane uses Locator/ID Separation Protocol (LISP) mapping database lookups to correlate destination host Endpoint Identifiers (EIDs) with egress switch Routing Locators (RLOCs).
In a Cisco SD-Access fabric architecture, the control plane relies on Locator/ID Separation Protocol (LISP). LISP separates device identity (Endpoint Identifier or EID) from physical location (Routing Locator or RLOC). When an ingress fabric edge switch receives a frame destined for an overlay endpoint, it queries the LISP mapping database to locate the destination host's RLOC (the IP address of the egress fabric edge device), allowing VXLAN encapsulation to transport the payload across the underlay.
Adım Adım Çözüm
Anahtar Kavram
Software-Defined Architectures: Fabric Control Plane LISP EID-to-RLOC Mapping