Virtual machines on an NSX overlay segment experience connectivity failures when communicating with external networks or different hosts, while local East-West traffic on the same host remains functional. This occurs when large packets (such as those used for authentication or large file transfers across host to edge) are dropped by the physical underlay.
vmkping -d -s 1473) fail.VMware NSX
A physical network device or routed hop is configured with a 1500-byte MTU. Because Geneve encapsulation adds overhead to the original frame, a 1500-byte guest packet becomes ~1560 bytes. If the physical path cannot accommodate this size and the 'Don't Fragment' (DF) bit is set, the packet is dropped.
The physical network infrastructure must be updated to support the encapsulation overhead.
vmkping ++netstack=vxlan -I vmk10 -d -s 1572 [Gateway_IP]