A network engineer is deploying an enterprise Software-Defined Access (SD-Access) fabric that uses Virtual Extensible LAN (VXLAN) for overlay data plane encapsulation across a Layer 3 underlay routed network. During testing, endpoints sending standard 1500-byte IP packets with the Don't Fragment (DF) bit set experience packet drops when traffic traverses the fabric. Which modification to the underlay network infrastructure resolves this issue?
- Increase the Maximum Transmission Unit (MTU) size on physical underlay interfaces to accommodate encapsulation overhead.Cevap
- BEnable Locator/ID Separation Protocol (LISP) on transit routers within the underlay to handle packet fragmentation.
- CConfigure Port Address Translation (PAT) on Virtual Tunnel Endpoints (VTEPs) to compress outer IP header fields.
- DConvert access edge switch ports into 802.1Q trunks to strip inner headers prior to underlay forwarding.
Cevap
Increase the Maximum Transmission Unit (MTU) size on physical underlay interfaces to accommodate encapsulation overhead.
VXLAN overlay encapsulation adds 50 bytes of header overhead to standard frames. To ensure that 1500-byte payload packets marked with the Don't Fragment (DF) bit can pass through the underlay without being dropped, the physical underlay infrastructure must be configured with an increased MTU (typically 1550 bytes or higher).
Adım Adım Çözüm
Anahtar Kavram
Underlay MTU requirements for VXLAN overlay encapsulation