VMware vSphere ESXi 7.x, 8.x
This issue occurs when the vmnic associated with the management network (typically vmk0) is in a "down" state. This can also be caused by network saturation, physical cable issues, or the link failing to initialize after a power cycle.
To restore management access, verify and reset the physical NIC link state:
esxcli network nic listesxcli network nic up -n vmnic# (Replace # with the specific NIC number, e.g., vmnic4) .