All MIBs › CDMIPController › cdmipEtherReceiveCollisionDetectErrorCount
cdmipEtherReceiveCollisionDetectErrorCount
Module: CDMIPController
OID (symbolic): CDMIPController::cdmipEtherReceiveCollisionDetectErrorCount
OID (numeric): 1.3.6.1.4.1.6247.4.8.1.15
Node type: OBJECT-TYPE
Type: Counter32
Access: read-only
Description: The number of frames that encountered a collision during reception.
This counter is always zero on the 82559 Ethernet chip.
What is cdmipEtherReceiveCollisionDetectErrorCount?
This counts frames that encountered a collision during reception, though the description explicitly notes this counter is always zero on the 82559 Ethernet chip used in this platform. Because the MIB itself documents this as a permanently-zero value on this hardware, an admin should not interpret a persistent 0 here as evidence of a collision-free link; it is simply an artifact of the chipset not implementing this particular counter, so genuine collision information needs to come from the transmit-side collision counters instead. Seeing this stay at 0 indefinitely, even on a link known to be experiencing collisions visible via cdmipEtherTransmitSingleCollisionCount, confirms this is just the expected chipset limitation rather than an unusually clean receive path.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.6247.4.8.1.15 snmpwalk -v2c -c public <target> CDMIPController::cdmipEtherReceiveCollisionDetectErrorCount
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.6247.4.8.1.15.1 snmpget -v2c -c public <target> CDMIPController::cdmipEtherReceiveCollisionDetectErrorCount.1
Start monitoring Comtech EF Data satellite modems with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CDMIPController::cdmipEtherReceiveCollisionDetectErrorCount 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.15 | cdmipEtherReceiveCollisionDetectErrorCount | CDMIPController |