An enterprise network implements a Cisco Software-Defined Access (SD-Access) fabric architecture across a routed Layer 3 campus backbone running OSPF. Host A (10.1.10.15) attached to Fabric Edge 1 initiates unicast communication with Host B (10.1.10.22) attached to Fabric Edge 2 across the fabric overlay. Which statement correctly describes the operation and interaction of the underlay and overlay network components during packet transmission?
- AThe underlay network inspects the inner Ethernet frame payload to build dynamic MAC address forwarding tables across intermediate underlay switches.
- Fabric Edge 1 queries the LISP Control Plane Node to resolve Host B's location, then encapsulates the frame in VXLAN using its own RLOC as the outer source IP and Fabric Edge 2's RLOC as the outer destination IP for underlay routing.Cevap
- CFabric Edge 1 uses OSPF longest prefix matching to directly locate Host B's /32 host route in the underlay routing table without consulting a control plane mapping database.
- DAn centralized automation agent must statically push real-time MAC-to-IP forwarding entries to intermediate underlay devices via SSH before the frame can traverse the underlay.
Cevap
Fabric Edge 1 queries the LISP Control Plane Node to resolve Host B's location, then encapsulates the frame in VXLAN using its own RLOC as the outer source IP and Fabric Edge 2's RLOC as the outer destination IP for underlay routing.
Software-Defined Access architectures separate control plane and data plane functions across underlay and overlay networks. LISP acts as the control plane to map Endpoint Identifiers (EIDs) to Routing Locators (RLOCs). VXLAN acts as the data plane encapsulation mechanism, wrapping the original inner Layer 2 frame inside an outer IP packet addressed from the source RLOC to the destination RLOC. The underlay network uses standard Layer 3 IP routing (such as OSPF) to transport the outer VXLAN packet across the physical topology.
Adım Adım Çözüm
Anahtar Kavram
SDN Fabric Architecture: LISP Control Plane, VXLAN Overlay Data Plane, and IP Underlay Separation