Technical data
RackSwitch G8124 Command Reference
Chapter 3: Statistics Commands
77BMD00076, January 2009
Ethernet Statistics
Use the following command to display the ethernet statistics of the selected port:
show interface port {<port alias or number>} ethernet-counters
Command mode: All
Ethernet statistics for port 1
dot3StatsAlignmentErrors: 1070721424
dot3StatsFCSErrors: 1070721424
dot3StatsSingleCollisionFrames: 0**
dot3StatsMultipleCollisionFrames: 0**
dot3StatsLateCollisions: 0**
dot3StatsExcessiveCollisions: 0**
dot3StatsInternalMacTransmitErrors: 0**
dot3StatsFrameTooLongs: 1070721424
dot3StatsInternalMacReceiveErrors: 1070721424
Table 3-4 Ethernet Statistics for Port
Statistics Description
dot3StatsAlignment
Errors
A count of frames received on a particular interface that are not an inte-
gral number of octets in length and do not pass the Frame Check
Sequence (FCS) check.
The count represented by an instance of this object is incremented when
the alignmentError status is returned by the MAC service to the
Logical Link Control (LLC) (or other MAC user). Received frames for
which multiple error conditions obtained are, according to the conven-
tions of IEEE 802.3 Layer Management, counted exclusively according
to the error status presented to the LLC.
dot3StatsFCSErrors A count of frames received on a particular interface that are an integral
number of octets in length but do not pass the Frame Check Sequence
(FCS) check.
The count represented by an instance of this object is incremented when
the frameCheckError status is returned by the MAC service to the
LLC (or other MAC user). Received frames for which multiple error con-
ditions obtained are, according to the conventions of IEEE 802.3 Layer
Management, counted exclusively according to the error status presented
to the LLC.