Service IronWare Administration Guide (Supporting R05.6.00) User Manual

84 Multi-Service IronWare Administration Guide
53-1003028-02
show statistics ethernet
2
show statistics ethernet
Displays statistics for an ethernet port.
Syntax show statistics ethernet slot/port
Parameters slot/port Specifies the port that you want to display statistics for.
Command
Modes
User EXEC mode
Privileged EXEC mode
Global configuration mode
Usage
Guidelines
Command
Output
The show statistics ethernet command displays the following information:
Output field Description
InOctets The total number of good octets and bad octets received.
OutOctets The total number of good octets and bad octets transmitted.
InPkts The total number of packets received. The count includes rejected and local packets
that are not transmitted to the switching core for transmission.
OutPkts The number of good packets received. The count includes unicast, multicast, and
broadcasts packets.
InBroadcastPkts The total number of good broadcast packets received.
OutBroadcastPkts The total number of good broadcast packets transmitted.
InMulticastPkts The total number of good multicast packets received.
OutMulticastPkts The total number of good multicast packets transmitted.
InUnicastPkts The total number of good unicast packets received.
OutUnicastPkts The total number of good unicast packets transmitted.
InDiscards The total number of packets that were received and then dropped due to a lack of
receive buffers.
OutDiscards The total number of packets that were transmitted and then dropped due to a lack of
transmit buffers.
InErrors The total number of packets received that had Alignment errors or phy errors.
OutErrors The total number of packets transmitted that had Alignment errors or phy errors.
InCollisions The total number of packets received in which a Collision event was detected.
OutCollisions The total number of packets transmitted in which a Collision event was detected.
OutLateCollisions The total number of packets transmitted in which a Collision event was detected, but
for which a receive error (Rx Error) event was not detected.
Alignment The total number of packets received that were from 64 – 1518 octets long, but had
either a bad FCS with an integral number of octets (FCS Error) or a bad FCS with a
non-integral number of octets (Alignment Error).
FCS The Frame Checksum error.