/stats/port <port number>/if
Interface Statistics
This menu option lets you display the interface statistics of the selected port.
 
Interface statistics for port 1:

Octets:
UcastPkts:
BroadcastPkts:
MulticastPkts:
Discards:
Errors:
Per second Interface statistics:
Octets:
UcastPkts:
Discards:
Errors:

ifHCIn Counters
51697080313
65356399
0
0
0
0

0
0
0
0


ifHCOut Counters
51721056808
65385714
6516
0
0
0

0
0
0
0

Port interface statistics are described in the following table:
 
Port Interface Statistics Port (/stats/port/if) 
Statistic
Description
ifHCInOctets
The number of octets in valid MAC frames received on the interface, including the MAC header and FCS. This does include the number of octets in valid MAC control frames received on this interface.
ifHCInUcastPkts
The number of packets delivered by this sub-layer to a higher sub-layer, which were not addressed to a multicast or broadcast address at this sub-layer.
ifHCInBroadcastPkts
The number of packets delivered by this sub-layer to a higher sub-layer, which were addressed to a broadcast address at this sub-layer.
ifHCInMulticastPkts
The number of packets delivered by this sub-layer to a higher layer or sub-layer, which were addressed to a multicast address at this sub-layer. For a MAC layer protocol, this includes both group and functional addresses.
ifHCInDiscards
The number of inbound packets which were chosen to be discarded even though no errors had been detected to prevent their being delivered to a higher-layer protocol. One possible reason for discarding such a packet could be to free up buffer space.
ifHCInErrors
The sum for this interface of dot3statsAlignmentErrors, dot3StatsFCSErrors, dot3StatsFrameTooLongs, dot3StatsInternalMacReceiveErrors and dot3StatsCarrierSenseErrors.
ifHCOutOctets
The number of octets transmitted in valid MAC frames on this interface, including the MAC header and FCS. This does not include the number of octets in valid MAC control frames transmitted on this interface.
ifHCOutUcastPkts
The total number of packets that higher-level protocols requested to be transmitted, and which were not addressed to a multicast or broadcast address at this sub-layer, including those that were discarded or not sent.
ifHCOutBroadcastPkts
The total number of packets that higher-level protocols requested to be transmitted, and which were addressed to a broadcast address at this sub-layer, including those that were discarded or not sent.
ifHCOutMulticastPkts
The total number of packets that higher-level protocols requested to be transmitted, and which were addressed to a multicast address at this sub-layer, including those that were discarded or not sent. For a MAC layer protocol, this includes both group and functional addresses.
ifHCOutDiscards
The number of outbound packets which were chosen to be discarded even though no errors had been detected to prevent their being transmitted. One possible reason for discarding such a packet could be to free up buffer space.
ifHCOutErrors
The sum for this interface of: dot3statsSQETestErrors, dot3StatsLateCollisions, dot3StatsExcessiveCollisions, dot3StatsInternalMacTransmitErrors dot3StatsCarrierSenseErrors, and any errors transmitting a frame on a physical port, such as invalid port-to-SP mapping, LetterQueueArray corruption, data mover buffer allocation failure, overflow, and so on.