When testing an ESXi host management network configuration via the Direct Console User Interface (DCUI), the host is unable to ping the default gateway or DNS servers. This condition often results in the host showing as "Not Responding" in vCenter Server. Packet captures may show outbound ARP requests leaving the host but no corresponding ARP replies returning from the upstream physical network:
VMware ESXi 7.x
VMware ESXi 8.x
The network configuration is inconsistent with the physical switch port configuration, or the physical NICs are not in a connected status. This can be caused by:
esxcli network nic list
vmkping -I vmk0 [target_IP]
pktcap-uw -- uplink vmnicX -- vlan <VLAN ID> -- dir 1 -c 2
esxcli network nic vlan stats set -n vmnicX -e trueNote: Disable VLAN stats after troubleshooting
esxcli network nic vlan stats get -n vmnicX
esxcli network nic vlan stats set -n vmnicX -e false