vSAN alarm "High pNic error rate detected" can be triggered if certain physical NIC metric counter thresholds are surpassed. Check KB ""High pNic error rate detected" alarm triggered for vSAN ESXi host" for more information regarding the metrics monitored and their thresholds.
The following alarm is triggered in the vCenter Server "High pNic Rx Generic error rate detected"
You notice specific checksum errors when inspecting NIC statistics via the CLI, even if no performance degradation is observed. e.g.
# esxcli network nic stats get -n vmnicXNIC statistics for vmnicX:Packets received: 4802380244Total receive errors: 2244Queue Statistics:rxq0: totalPkts=1381473796 totalBytes=471928939608 nonEopDescs=0 allocRxBufFail=0 csumErr=1836rxq1: totalPkts=810298599 totalBytes=1168073677028 nonEopDescs=0 allocRxBufFail=0 csumErr=408csumErr) on random Rx queues of particular physical NICs cause this alarm to trigger.Hardware Offloading: This can occur if the NIC’s hardware offload engine improperly validates incoming packets or if the packets themselves were corrupted during transmission across the physical switch fabric.
Non-Harmful Protocols: Certain management or discovery protocols (e.g., Cisco DTP, WLCCP) may use non-standard frame structures that trigger checksum or length errors in the ESXi driver accounting, despite being harmless to the environment.
Validation: If the Total receive errors is low relative to Packets received (e.g., < 0.1%) and there is no measurable vSAN latency, the alert can often be considered informational.
Physical Network Audit: If csumErr continues to increment rapidly, engage the physical networking vendor to perform a packet capture (using pktcap-uw) on the ESXi host vmnic and the upstream physical switch port to identify if a specific device or protocol is sending malformed frames.
Driver/Firmware Alignment: Ensure the NIC is on a supported driver/firmware combination as listed in the Broadcom Compatibility Guide. See Determining Network/Storage firmware and driver version in ESXi.