In a Cisco Software-Defined Access (SD-Access) solution, an enterprise deploys a Layer 3 routed underlay network using OSPF to establish IP reachability between Routing Locator (RLOC) interfaces. During testing, host data packets transmitted between different fabric edge switches fail whenever the payload size approaches 1500 bytes. Analysis shows that packet payload expansion is occurring because host frames are encapsulated with outer IP and UDP headers before entering the physical transport. Which protocol and architectural layer are responsible for performing this data plane encapsulation?
- Virtual Extensible LAN (VXLAN) operating at the overlay layerAnswer
- BLocator/ID Separation Protocol (LISP) operating at the underlay layer
- COpen Shortest Path First (OSPF) operating at the fabric control plane layer
- DBorder Gateway Protocol (BGP) operating at the overlay layer
Answer
Virtual Extensible LAN (VXLAN) operating at the overlay layer
The correct option correctly identifies VXLAN operating at the overlay layer. In Cisco SD-Access architectures, VXLAN is employed as the data plane encapsulation mechanism. It encapsulates original Ethernet frames into UDP-based packets (using UDP port 4789) to transport Layer 2 and Layer 3 virtual networks across an IP-only underlay. This encapsulation adds header overhead (typically 50 bytes), requiring the underlay physical network to support an increased MTU (jumbo frames).
Step-by-Step Solution
Key Concept
Software-Defined Architecture: Overlay vs Underlay Roles and VXLAN Data Plane Encapsulation
Estimated Time:2m 0s