Issue: During physical network maintenance or switch replacement activities, virtual machines lose network connectivity even though redundant physical uplinks are present.
vobd.log may not show persistent NIC-down events because the physical link remains active at the electrical level.From the host's /var/run/log.vmkernel.log, investigate for "NIC Link is down" events. Example:
<timestamp> In(182) vmkernel: cpu31:2098697)bnxtnet: bnxtnet_display_link:2923: [vmnic2 : 0x4523c42e0000] NIC Link is down
The issue occurs when a physical switch is removed from management configuration (e.g., UCS Manager) or powered down without first administratively shutting down the ports. The ESXi host continues to see a 'Link Up' status due to residual electrical signaling or keep-alives from the switch hardware, preventing the hypervisor from triggering a failover to the healthy redundant uplink.
To ensure successful failover during maintenance:
n, and ensure the VMs have migrated to the surviving vmnic.pktcap-uw --uplink vmnicX --dir 2 -o -| tcpdump-uw -enr -Note:You can utilize LACP or Beacon Probing to detect "grey failures" where a link is electrically up but logically dead.
For instructions on collecting logs, see Collecting diagnostic information for VMware ESXi. To speak with a customer representative, see Contact Support.