In Cisco Software-Defined Access (SD-Access) architectures, clear functional boundary separation exists between the underlay, overlay, control plane, and data plane components. Match each SDN fabric component or protocol on the left with its correct primary architectural role or operational mechanism on the right.
- Locator/ID Separation Protocol (LISP)Functions as the overlay control plane by tracking Endpoint Identifier (EID) to Routing Locator (RLOC) mappings.
- Virtual Extensible LAN (VXLAN)Functions as the overlay data plane by encapsulating original Layer 2 frames into UDP packets destined for remote VTEP IP addresses.
- Underlay Routing InfrastructureEstablishes physical topology connectivity and IP reachability between fabric switches using an Interior Gateway Protocol (IGP).
- Fabric Edge NodeAuthenticates host endpoints, attaches them to the fabric, and updates the control plane database with endpoint location information.
Cevap
Locator/ID Separation Protocol (LISP) matches with tracking EID-to-RLOC mappings in the overlay control plane. Virtual Extensible LAN (VXLAN) matches with encapsulating original Layer 2 frames in UDP headers for data plane transport. Underlay Routing Infrastructure matches with establishing physical topology connectivity and IP reachability using an IGP. Fabric Edge Node matches with authenticating endpoints and updating the control plane mapping database.
Each component is mapped accurately according to Cisco SD-Access fabric architecture definitions: LISP manages EID-to-RLOC control plane resolution; VXLAN handles data plane encapsulation; the underlay IGP ensures physical node reachability; and the Fabric Edge Node authenticates end hosts and connects them to the fabric.
Adım Adım Çözüm
Anahtar Kavram
Software-Defined Architecture Roles: Overlay, Underlay, Control Plane (LISP), and Data Plane (VXLAN)