Specifications

Ethernet-Like Statistics Group
ATX MIB Reference Guide 3-3
3.2 ETHERNET-LIKE STATISTICS GROUP
The dot3StatsTable is specified in a unique manner. That is, the RFC specifies
that value of 0 should be returned for counters that are not implemented.
dot3StatsTable {dot3 2}
Not-Accessible
A list of interface entries; one per Ethernet port, which correspond to the
dot3Table entries.
dot3StatsEntry {dot3StatsTable 1}
Not-Accessible
A set of statistics for an Ethernet entry. The individual components are described
below.
dot3StatsIndex {dot3StatsEntry 1}
Integer Read-Only
The unit’s Ethernet port number.
dot3StatsAlignmentErrors {dot3StatsEntry 2}
Counter Read-Only
Number of received packets with frame alignment errors since the port was last
enabled.
dot3StatsFCSErrors {dot3StatsEntry 3}
Counter Read-Only
Number of received packets with FCS errors (and without frame alignment
errors) since the port was last enabled.
dot3StatsSingleCollisionFrames {dot3StatsEntry 4}
Counter Read-Only
The total number of collisions, since the port was last enabled, which may or may
not reflect the number of frames that experienced a single collision.
dot3StatsMultipleCollisionFrames {dot3StatsEntry 5}
Counter Read-Only
The number of successfully transmitted frames that experienced more than one
collision.