352-001 · Question #570
You are reviewing a new data center design for a customer. They chose to leverage a tunnel- based overlay technology for quick deployment and multitenant security. Which design concern can affect…
The correct answer is B. MTU size on the underlay links. Overlay technologies such as VXLAN or GRE add encapsulation headers to every packet, and if the physical underlay links are not configured with a sufficiently large MTU, the extra overhead causes fragmentation or silent drops that degrade data center availability.
Question
You are reviewing a new data center design for a customer. They chose to leverage a tunnel- based overlay technology for quick deployment and multitenant security. Which design concern can affect the availability across the data center?
Options
- ANonoverlapping IP address space between the overlay networks
- BMTU size on the underlay links
- CReview of comman paths on the underlay links
- DPaper placement of STP root bridge in overlay networks
How the community answered
(37 responses)- A27% (10)
- B54% (20)
- C8% (3)
- D11% (4)
Why each option
Overlay technologies such as VXLAN or GRE add encapsulation headers to every packet, and if the physical underlay links are not configured with a sufficiently large MTU, the extra overhead causes fragmentation or silent drops that degrade data center availability.
Nonoverlapping IP address space is a routing correctness requirement for multitenant overlays but does not directly cause an availability outage in the way that MTU misconfiguration does.
Tunnel-based overlay protocols (VXLAN adds approximately 50 bytes, GRE adds approximately 24 bytes) increase the effective packet size beyond the standard 1500-byte Ethernet MTU. If underlay interfaces are not configured to support jumbo frames (typically 1600-9216 bytes), encapsulated packets that exceed the underlay MTU will be either fragmented - causing performance degradation - or dropped if the DF bit is set, resulting in application outages and availability failures across the data center fabric.
Reviewing common paths on underlay links addresses redundancy and load balancing, which is a resilience concern but not a fundamental overlay-technology-specific availability issue.
Spanning Tree Protocol root bridge placement is relevant to Layer 2 underlay designs but is not applicable to tunnel-based overlay networks, which operate above Layer 2 and do not rely on STP.
Concept tested: MTU impact on overlay tunnel availability in data center
Source: https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/93x/vxlan/configuration/guide/b-cisco-nexus-9000-series-nxos-vxlan-configuration-guide-93x/b-cisco-nexus-9000-series-nxos-vxlan-configuration-guide-93x_chapter_010.html
Topics
Community Discussion
No community discussion yet for this question.