All MIBs › RMON-MIB › etherStatsCollisions
etherStatsCollisions
Module: RMON-MIB
OID (symbolic): RMON-MIB::etherStatsCollisions
OID (numeric): 1.3.6.1.2.1.16.1.1.1.13
Node type: OBJECT-TYPE
Type: Counter32
Access: read-only
Description:
The best estimate of the total number of collisions on this Ethernet segment.
The value returned will depend on the location of the RMON probe. Section 8.2.1.3 (10BASE-5) and section 10.3.1.3 (10BASE-2) of IEEE standard 802.3 states that a station must detect a collision, in the receive mode, if three or more stations are transmitting simultaneously. A repeater port must detect a collision when two or more
stations are transmitting simultaneously. Thus a probe placed on a repeater port could record more collisions than a probe connected to a station on the same segment would.
Probe location plays a much smaller role when considering 10BASE-T. 14.2.1.4 (10BASE-T) of IEEE standard 802.3 defines a collision as the simultaneous presence of signals on the DO and RD circuits (transmitting and receiving at the same time). A 10BASE-T station can only detect collisions when it is transmitting. Thus probes placed on a station and a repeater, should report the same number of collisions.
Note also that an RMON probe inside a repeater should ideally report collisions between the repeater and one or more other hosts (transmit collisions as defined by IEEE 802.3k) plus receiver collisions observed on any coax segments to which the repeater is connected.
What is etherStatsCollisions?
This OID counts the total number of packet collisions detected on an Ethernet segment since the probe started. Collisions occur when two devices transmit simultaneously, forcing retransmission and wasting bandwidth. A performance analyst would monitor this counter to detect overcrowded network segments needing separation or faster hardware.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.16.1.1.1.13 snmpwalk -v2c -c public <target> RMON-MIB::etherStatsCollisions
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.16.1.1.1.13.1 snmpget -v2c -c public <target> RMON-MIB::etherStatsCollisions.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.2 | mgmt | BKTEL-HFC862-BASE-MIB |
| 1.3.6.1.2.1 | mib_2 | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.16 | rmon | LBHUB-BOOM-MIB |
| 1.3.6.1.2.1.16.1 | statistics | LBHUB-BOOM-MIB |
| 1.3.6.1.2.1.16.1.1 | etherStatsTable | RFC1271-MIB |
| 1.3.6.1.2.1.16.1.1.1 | etherStatsEntry | RFC1271-MIB |
| 1.3.6.1.2.1.16.1.1.1.13 | etherStatsCollisions | RMON-MIB |