In a VMware vSphere environment, virtual machines (VMs) may lose network connectivity or become unable to be assigned to a specific network backing when residing on a particular host in a cluster.
Symptoms:
A specific VLAN or Network Label is visible and functional on some hosts but missing on others.
Attempts to assign a VM to a port group fail with errors indicating the network backing is unavailable.
VMs migrated via vMotion to an inconsistent host lose network connectivity.
Error: "The network 'VLAN_NAME' is not available on host 'HOSTNAME'."
Product: VMware vSphere / ESXi
Versions: 6.x, 7.x, 8.x, 9.x
Component: vSphere Standard Switch (vSS)
The issue is caused by a configuration inconsistency across ESXi hosts. vSphere Standard Switches (vSS) are managed at the individual host level. Unlike vSphere Distributed Switches (VDS), Standard Switches do not automatically synchronize port group names or VLAN IDs across the cluster. If a port group is manually created on three hosts but omitted on the fourth, the fourth host will have no logical mapping for that network traffic.
To resolve this issue, the missing port group must be manually created on the affected host(s) to match the configuration of the rest of the cluster.
Log in to the vSphere Client.
Navigate to the ESXi Host that is missing the network.
Select the Configure tab.
Under Networking, select Virtual switches.
Click Add Networking.
Select Virtual Machine Port Group for a Standard Switch and click Next.
Select the target Standard Switch (e.g., vSwitch0) and click Next.
In Connection settings, enter the Network Label exactly as it appears on the other hosts (case-sensitive).
Enter the correct VLAN ID (e.g., 10).
Review the settings and click Finish.
Verify connectivity by assigning a VM to the newly created port group.
Workaround: Migrate VMs to a host where the port group is correctly configured until the local configuration on the affected host is remediated. To prevent future occurrences, migrate the cluster networking from Standard Switches to a Distributed Switch (VDS), which ensures configuration parity across all members of the Distributed Switch.
Reference doc: Create a Virtual Machine Port Group