DCUI > Restart Management Network) restores network connectivity.vmk0 has multiple assigned vmnics.
vmk0's dvportgroup has 4 vmnics to choose from (uplink 1-4 / vmnic 0-3)The ESXi host uses any of the configured vmnics for vmk0 in no particular order.
Since vmk0 uses multiple uplinks (e.g., vmnic0-vmnic4) for redundancy or load balancing, traffic distributes across them. If one of the upstream physical switch ports is missing the VLAN#, connectivity drops intermittently or entirely depending on which link the traffic hashes to at that moment.
Every host reboot or restart of the management network reselects which vmnic vmk0 uses.
Ensure the vmnics are tagged for the appropriate VLAN.
To assist in narrowing down which vmnic is misconfigured, perform the following:
vmnic in use.
esxtopnvmk0. Look for the associated vmnic# in the column to the right of it. vmnic in use:
esxcli network nic down -n vmnic<#>
where <#> represents the in-use vmnic. Using the above screenshot as a reference, the command would be:
esxcli network nic down -n vmnic0
vmnic is down, the ESXi host automatically brings in one of the remaining assigned vmnics to replace it. We can reconfirm by going back to esxtop > n to see what replaces the previous one.vmnics with:
esxcli network nic down -n vmnic<#>
vmnics have been tested, bring up the vmnics by running:
esxcli network nic up -n vmnic<#>