City operators enable VXLAN on two leaves, but the underlay cannot reach the remote VTEP loopback. What happens to the overlay data plane?
Select an answer to reveal the explanation.
Short Explanation
No road to the other warehouse means no deliveries—period. VXLAN rides IP in the underlay, so if you can’t ping the remote VTEP, you can’t ship encapsulated frames there. Fix underlay reachability before blaming the VNI paint job.
Full Explanation
VXLAN encapsulation creates UDP/IP packets whose outer destination is the remote VTEP address. If the underlay routing or connectivity to that address is broken, those packets never arrive, and the overlay data plane fails for remote destinations. Control-plane configuration alone cannot substitute for IP reachability between VTEPs. Municipal operators should verify loopback advertisement and underlay ECMP paths as a first-class dependency of VXLAN.