An ESXi host becomes unreachable via its Management IP address.
Pings to the Default Gateway from the ESXi console (DCUI) fail.
The host shows as "Disconnected" or "Not Responding" in vCenter Server.
VMware vSphere ESXi
The issue is caused by a VLAN ID mismatch between the Virtual Management Kernel (vmk0) and the physical switch infrastructure.
The vmk0 adapter was residing on a Standard Switch (VSS) with no VLAN ID defined (VLAN 0/Untagged).
The physical switch ports were configured as Trunk Ports, expecting tagged traffic for Management (VLAN X).
Because the Standard Switch was sending untagged frames into a port expecting tagged frames, the physical switch dropped the management traffic, severing the connection.
If the host is managed via a Standard Switch and is currently disconnected:
Log in to the Direct Console User Interface (DCUI).
Navigate to Configure Management Network > VLAN (optional).
Enter the correct Management VLAN ID (e.g., x).
Ensure the physical team has configured the correct VLAN on the physical switch uplink connecting to the ESXI host.
Verify that all required Workload VLANs are "allowed" on the trunk ports.
Apply the changes and connectivity to the Gateway should be restored.
Once the host is reachable in vCenter:
Navigate to the Networking tab in vSphere Client.
Right-click the Distributed Switch and select Add and Manage Hosts.
Select the affected host and assign the physical uplinks.
Migrate the Management Network (vmk0) from the Standard Switch to the designated DVS Port Group.
Ensure the DVS Port Group is explicitly configured with VLAN X.