Virtual machines (VMs) migrated to a specific ESXi 8.0U3 host in a cluster experience immediate or intermittent network connectivity loss. This issue is often associated with high Receive Overrun (RX OVER) errors on the physical network adapters of the destination host.
Receive over errors.A hardware-level failure or firmware crash on the destination host's Network Interface Card (NIC) causes the adapter to stop processing incoming traffic or fail to notify the physical switch of the VM's new location (RARP/Notify Switches failure). High Receive over errors (RX OVER) confirm the hardware buffer is overflowing because the adapter cannot process packets at the required rate.
Verify NIC Statistics: Log in to the ESXi host via SSH and run the following command to identify if any physical NICs are reporting errors: esxcli network nic stats get -n vmnic#
Check for Overrun Errors: Review the output for Receive over errors. If this counter is incrementing rapidly, the hardware is dropping packets before they reach the ESXi kernel.
Monitor Live Statistics: Use the watch command to see if errors increase during a vMotion test: watch esxcli network nic stats get -n vmnic#
Review Hardware Logs: Check the hardware vendor’s management console (e.g., Cisco UCS Manager SEL logs) for adapter processor crashes or reset events (e.g., Fault F2085).
Update Driver and Firmware: Verify the NIC driver and firmware are on the recommended versions according to the .
Engage Hardware Vendor: If the NIC driver/firmware is current and Receive over errors continue to persist, engage the hardware vendor to replace the physical network adapter.