OutMulticastPkts : 100
The following example displays error packet statistics on interface GigabitEthernet 0/1.
Ruijie#show interfaces GigabitEthernet 0/1 counters increment
Interface UnderSize OverSize Collisions
Fragments
------------ -------------------- -------------------- --------------------
--------------------
Gi0/1 0 0 0 0
Interface Jabbers CRC-Align-Err Align-Err
FCS-Err
------------ -------------------- -------------------- --------------------
--------------------
Gi0/1 0 0 0 0
UnderSize is the number of valid packets smaller than 64 bytes.
OverSize is the number of valid packets smaller than 1518 bytes.
Collisions is the number of colliding transmit packets.
Fragments is the number of packets with CRC error or frame alignment error which are smaller
than 64 bytes.
Jabbers is the number of packets with CRC error or frame alignment error which are smaller
than 1518 bytes.
CRC-Align-Err is the number of receive packets with CRC error.
Align_Err is the number of receive packets with frame alignment error.
FCS-Err is the number of receive packets with FCS error.
The following example displays packet receiving and transmitting rate on interface GigabitEthernet
0/1.
Ruijie#show interface gigabitEthernet 0/1 counters rate
Interface Sampling Time Input Rate Input Rate
Output Rate Output Rate
(bits/sec) (packets/sec)
(bits/sec) (packets/sec)
------------ --------------------- -------------------- --------------------
-------------------- --------------------
Gi0/1 5 seconds 23391 23
124 0
Sampling Time is the time when packets are sampled. Input rate is packet receiving rate and
Output rate is packet transmitting rate.
The following example displays packet statistics summary on interface GigabitEthernet 0/1.
Ruijie#show interface gigabitEthernet 0/1 counters summary
Interface InOctets InUcastPkts InMulticastPkts
InBroadcastPkts
------------- -------------------- -------------------- --------------------
--------------------
Gi0/1 1475788005 1389 45880503