esxcli network nic stats get -n vmnic# command may show error or drop counters that are greater than zero, on one or more physical network adapters.esxcli network nic stats get -n vmnic2NIC statistics for vmnic3
Packets received: 0
Packets sent: 13975195
Bytes received: 0
Bytes sent: 13975195
Receive packets dropped: 0
Transmit packets dropped: 0
Multicast packets received: 0
Broadcast packets received: 0
Multicast packets sent: 1761
Broadcast packets sent: 188418
Total receive errors: 0
Receive length errors: 0
Receive over errors: 0
Receive CRC errors: 0
Receive frame errors: 0
Receive FIFO errors: 0
Receive missed errors: 0
Total transmit errors: 1665
Transmit aborted errors: 1275
Transmit carrier errors: 390
Transmit FIFO errors: 0
Transmit heartbeat errors: 0
Transmit window errors: 0
High pNIC errors on an ESXi host often indicate a driver/firmware issue, incorrect network configuration, or a physical cabling problem, and can be related to software bugs that miscount packets.
Monitoring error values:
The data these counters display are additive of issues that are external to the ESXi kernel and only what is being reported to the ESXi host from the NIC driver.
When these counters show higher values, the rate that the numbers increase can be a helpful tool. To monitor the counters and see if the numbers are increasing, use the command below:
$ watch esxcli network nic stats get -n vmnic#
It is important to note that in some instances the numbers associated with the counters can be rather large or it may not be known if the increased values are new or from a previous issue. It may be helpful to clear them before proceeding with the investigation. To clear the values the ESXi host will need to be rebooted:
In a healthy environment, "errors" should either be zero, or very small as a percentage of the overall total.
Interpreting errors:
Transmit carrier errors:
Total transmit errors: 1665Transmit aborted errors: 1275Transmit carrier errors: 390Transmit FIFO errors: 0Transmit heartbeat errors: 0Transmit window errors: 0
Causes of carrier errors:
Tips on troubleshooting physical network issues outside of ESXi
For other types of NIC errors in ESXi refer to the following KB article: Troubleshooting NIC errors and other network traffic faults in ESXi