Interface Net Counters

The interface NET counters will show the current counters for the NET interface or LAG. 

NET Interface Counters Attributes 

Attribute 

Values 

Desciption 

AID 

NET1..NET12 

The lag interface name. 

Rmon-stats 

 

Container for all of the Remote Network Monitoring Statistics. Supports rfc 2819 and rfc 4502 stats. 

In-pkts 

Int64 

The number of packets that have come into the LAG. 

Out-pkts 

Int64 

The number of packets that have been sent out on the LAG. 

In-octets 

Int64 

The number of octets or bytes that have been received on the LAG. 

Out-octets 

Int64 

The number of octets or bytes that have been sent on the LAG. 

In-broadcast-pkts 

Int64 

The number of packets received on the LAG that were broadcasts. 

Out-broadcast-pkts 

Int64 

The number of packets transmitted on the LAG that were broadcasts. 

In-multicast-pkts 

Int64 

The number of packets received on the LAG that were multicast packets. 

Out-multicast-pkts 

Int64 

The number of packets that were transmitted on the LAG that were multicast packets. 

In-unicast-pkts 

Int64 

The number of packets received on the LAG that were unicast packets. 

Out-unicast-pkts 

Int64 

The number of packets transmitted on the LAG that were unicast packets. 

Tx-utilization 

Int32 

The percent transmit utilization of the LAG over the last 15 minute period. 

Rx-utilization 

Int32 

The percent receive utilization on the LAG over the last 15 minute period. 

All-octets 

 

The octet counters broket down by packet size 

In-octets 

 

Received octet counters. 

Pkts64-octets 

Int64 

The number of packets received with 64 or fewer octets.  Ethernet requires a 64 byte minimum size packet. 

Pkts65to127 

Int64 

The number of packets received that were in the range of 65 to 127 bytes. 

Pkts128to255 

Int64 

The number of packets received that were in the range of 128 to 255 bytes. 

Pkts256to511 

Int64 

The number of packets received that were in the range of 256 to 511 bytes. 

Pkts512-1023 

Int64 

The number of packets received that were in the range of 512 to 1023 bytes. 

Pkts1024to1518 

Int64 

The number of packets received that were in the range of 1024 to 1518 bytes. 

out-octets 

 

Received octet counters. 

Pkts64-octets 

Int64 

The number of packets transmitted with 64 or fewer octets.  Ethernet requires a 64 byte minimum size packet. 

Pkts65to127 

Int64 

The number of packets transmitted that were in the range of 65 to 127 bytes. 

Pkts128to255 

Int64 

The number of packets transmitted that were in the range of 128 to 255 bytes. 

Pkts256to511 

Int64 

The number of packets transmitted that were in the range of 256 to 511 bytes. 

Pkts512-1023 

Int64 

The number of packets transmitted that were in the range of 512 to 1023 bytes. 

Pkts1024to1518 

Int64 

The number of packets transmitted that were in the range of 1024 to 1518 bytes. 

in-errors 

Int64 

The number of errored packets received. 

Out-errors 

Int64 

The number of errored packets transmitted. 

In-discards 

Int64 

The number of received packets that were discarded. 

Out-discards 

Int64 

The number of transmitted packets that were discarded. 

Phy-stats 

 

The PHY error stats indicating transmission errors. 

Rx-runts 

Int64 

The number of frames that were less than the required 64 bytes but were not errored. 

Rx-oversize-pkts 

Int64 

The number of packets received that were over the MTU of the interface. 

Rx-fragments 

Int64 

The number of packets that were received that were less than 64 bytes and have a bad crc and are likely corrupted. 

Rx-jabbers 

Int64 

A frame that exceeds the MTU and is has an invalid crc. 

Carrier-sense-errors 

Int64 

The number of times that the phy detected that carrier tone was lost on the interface. 

Alignment-errors 

Int64 

Framces received with an uneven number of bytes and a bad frame sequence. 

Fcs-errors 

Int64 

The calculated frame check sequence of the frame is not in agreement with the one received on the frame.  The frame is discarded and this counter incremented. 

Symbol-errors 

Int64 

Invalid ethernet symbols were received. 

In-pause-frames 

Int64 

The number of times the far end has sent pause frames requesting to slow sending as buffers are approaching full in the attached device. 

Out-pause-frames 

Int64 

The number of times this net has sent pause frames to request the far end slow sending to allow buffers to be freed up. 

Deferred-transmission 

Int64 

The number of times transmission was deferred due to detection of collisions.