All MIBs › CDMIPController › cdmipEtherReceiveFifoOverrunErrorCount
cdmipEtherReceiveFifoOverrunErrorCount
Module: CDMIPController
OID (symbolic): CDMIPController::cdmipEtherReceiveFifoOverrunErrorCount
OID (numeric): 1.3.6.1.4.1.6247.4.8.1.14
Node type: OBJECT-TYPE
Type: Counter32
Access: read-only
Description: The number of frames known to be lost because the internal receive FIFO overflowed [also known as receive overrun]. This can occur if the device is unable to get necessary PCI bandwidth. If the overflow condition persists for more than one frame, the frames that follow the first can also be lost.
A frame that was counted as an overrun will not be counted in other error counters, like short frames, misaligned, or CRC error.
What is cdmipEtherReceiveFifoOverrunErrorCount?
This counts frames known to be lost because the internal receive FIFO overflowed, typically because the device could not get sufficient PCI bus bandwidth, and notes that a single overrun can cause subsequent frames to be lost too without necessarily being counted under other error types. Because the description explicitly warns that frames lost this way will not show up double-counted in the short-frame, misalignment, or CRC counters, this object is often the more reliable indicator of an actual bus-bandwidth bottleneck on the card, a rising value here pointing at the same kind of internal bandwidth limitation as cdmipEtherTransmitDMAUnderrunCount but on the receive path instead. A card seeing sustained heavy inbound traffic that starts showing a rising count here, even while the Ethernet cabling and switch port are healthy, would point toward the card's own internal PCI or DMA bandwidth being the actual bottleneck rather than anything external.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.6247.4.8.1.14 snmpwalk -v2c -c public <target> CDMIPController::cdmipEtherReceiveFifoOverrunErrorCount
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.6247.4.8.1.14.1 snmpget -v2c -c public <target> CDMIPController::cdmipEtherReceiveFifoOverrunErrorCount.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> cdmipEtherReceiveFifoOverrunErrorCount.1
Start monitoring Comtech EF Data satellite modems with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CDMIPController::cdmipEtherReceiveFifoOverrunErrorCount OID value, configure state conditions and alerts, and monitor any Comtech EF Data satellite modems from a single console.
OID Breakdown
Upper-level ancestors (7 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.6247 | comtechEFData | ComtechEFData |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.6247.4 | cdmipController | CDMIPController |
| 1.3.6.1.4.1.6247.4.8 | cdmipStatistics | CDMIPController |
| 1.3.6.1.4.1.6247.4.8.1 | cdmipEthernetStatistics | CDMIPController |
| 1.3.6.1.4.1.6247.4.8.1.14 | cdmipEtherReceiveFifoOverrunErrorCount | CDMIPController |