/var/log/vmkernel.log on the ESXi host, you will see below entires:vmkernel: cpu12:2098268)bnxtnet: bnxtnet_display_link:2955: [vmnicX : 0x45210fe2c000] NIC Link is downvmkernel: cpu12:2098268)bnxtnet: bnxtnet_display_link:2951: [vmnicX : 0x45210fe2c000] NIC Link is Up, 10000 Mbps (NRZ) full duplex, Flow control: noneesxcli network nic stats get -n vmnic<X>SSH session to ESXi host:
/usr/lib/vmware/vm-support/bin/nicinfo.sh | egrep "NIC:|fcs_err_frames"
From an ESX log bundle:egrep "NIC:|fcs_err_frames" <esx-log-bundle>/commands/nicinfo.sh.txtNIC: vmnic1 rx_fcs_err_frames: 0 tx_fcs_err_frames: 0NIC: vmnic2 rx_fcs_err_frames: 0 tx_fcs_err_frames: 0NIC: vmnic3 rx_fcs_err_frames: 0 tx_fcs_err_frames: 0NIC: vmnic4 rx_fcs_err_frames: 10000 tx_fcs_err_frames: 0
VMware vSphere ESXi
Frame Check Sequence errors indicate a cable or hardware issue.
Engage network and hardware teams to inspect the physical cabling, switch port, and the Network Interface Card (NIC) hardware associated with the affected vmnic.