ESX: 8.0 Update 3
VCF: 5.2
The network outage was caused by a misconfiguration on the physical upstream switch port connected to the vmnic the VM is using.
Notify Switches" is set to Yes in the Load Balancing or Teaming and Failover policy of the Port Group.For more information on troubleshooting steps, see Troubleshooting virtual machine network connection issues.
For further information on packet captures on ESXi, see Packet capture on ESXi using the pktcap-uw tool.
To perform packet captures with pktcap-uw:
Identify the VM Switchport and Uplink:
Locate the VM's active Switchport ID and the physical vmnic it utilizes on the destination host:
net-stats -l | grep <VM_Name>
Capture VM ARPs (VnicTx/VnicRx):pktcap-uw --switchport <Switchport_ID> --capture VnicTx,VnicRx --mac <VM_MAC_Address> --ng -o /tmp/vm_vnic_arp.pcapng
Capture Uplink RARPs (UplinkSndKernel):
After a vMotion operation, the receiving host sends a RARP packet on behalf of the VM to update the rest of the network of the VM's new location.
Identify which uplink is used by the VM:
Type esxtop and press n for network.
Capture directly on the uplink to verify this egress traffic:pktcap-uw --uplink <vmnic_name> --capture UplinkSndKernel --mac <VM_MAC_Address> --ng -o /tmp/uplink_vmnic_rarp.pcapng