VMware vSphere ESXi 7.x
VMware vSphere ESXi 8.x
If the VMkernel interface used for the NFS connection is configured with MTU 9000/1500 (jumbo frames), and there is a mismatch in MTU settings along the network path or on the NAS storage end, the connection between the NFS server and the ESXi host can be disrupted.
- The ESXi VMkernel interface used for the NFS connection
- All intermediate physical network switches and routers
- The network interface of the NFS storage array
Any mismatch in MTU values along this path can lead to packet fragmentation, dropped connections, degraded performance, or failure to mount the NFS datastore.
Following commands can be used to validate the MTU.vmkping -I vmk# -d -s 8972 <Destination_IP> (to test jumbo frames)esxcfg-nics -l (to check physical NIC MTU)esxcfg-vmknic -l (to check VMkernel MTU)