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 vmnic# -- vlan <VLAN ID> -- dir 1 -c 2
esxcli network nic vlan stats set -n vmnic# -e trueNote: Disable VLAN stats after troubleshooting
esxcli network nic vlan stats get -n vmnic#
esxcli network nic vlan stats set -n vmnic# -e false