An administrator is troubleshooting a network issue where jumbo frames (MTU 9000) are failing across a vSphere Distributed Switch (vDS) and VMkernel adapters. Which esxcli command can the administrator execute on the ESXi host to test MTU path reachability with large ping packets and DF (Don't Fragment) bits set?
vmkping with '-s 8972' (plus 28 bytes IP/ICMP header equals 9000 MTU) and '-d' (set Don't Fragment bit) tests jumbo frame path integrity without fragmentation.
Why this answer
ESXi supports pinging with custom packet sizes and DF bits via 'vmkping -s <size> -d <IP>'.