Parameter | Description | Value |
---|---|---|
interface-type interface-number |
Displays RMON Ethernet statistics on the specified Ethernet interface. If this parameter is not specified, RMON Ethernet statistics on all interfaces are displayed. |
- |
After you configure Ethernet statistics using the rmon statistics command, the system collects packet statistics on Ethernet interfaces. The command output includes communication information generated since statistics function is enabled. The command output helps you locate faults.
When the device restarts, all statistics are cleared.
# Display RMON Ethernet statistics.
<HUAWEI> display rmon statistics Statistics entry 1 owned by Creator is valid. Interface : GigabitEthernet0/0/1<ifIndex.402653698> Received : octets :142915224 , packets :1749151 broadcast packets :11603 , multicast packets:756252 undersize packets :0 , oversize packets :0 fragments packets :0 , jabbers packets :0 CRC alignment errors:0 , collisions :0 Dropped packet (insufficient resources):1795 Packets received according to length (octets): 64 :150183 , 65-127 :150183 , 128-255 :1383 256-511:3698 , 512-1023:0 , 1024-1518:0
Item |
Description |
---|---|
Statistics entry entry-number owned by owner is status. |
The current status of the event entry entry-number created by owner is status.
You can run the rmon statistics command to configure entry-number and owner. |
Interface |
Interface where statistics are collected, corresponding to the etherStatsDataSource object in etherStatsTable, followed by the interface OID. |
Received |
Number of received packets. |
octets |
Number of received octets. |
packets |
Number of received packets, corresponding to the etherStatsPkts object in etherStatsTable. |
broadcast packets |
Number of received broadcast packets, corresponding to the etherStatsBroadcastPkts object in etherStatsTable. |
multicast packets |
Number of received multicast packets, corresponding to the etherStatsMulticastPkts object in etherStatsTable. |
undersize packets |
Number of received undersize packets, corresponding to the etherStatsUndersizePkts object in etherStatsTable. |
oversize packets |
Number of received large packets, corresponding to the etherStatsOversizePkts object in etherStatsTable. NOTE:
The S2720-EI, S5720I-SI, S5720-LI, S5735-L, S5735S-L, S5735S-L-M, S5720S-LI, S5720S-SI, S5720-SI, S5735-S, S5735S-S, S5735-S-I, S5730S-EI, S5730-SI, S6720-LI, S6720S-LI, S6720S-SI, and S6720-SI cannot collect statistics on the packets of which the lengths range from 1518 to n. n is the maximum frame length allowed by the interface, and can be set using the jumboframe enable command. |
fragments packets |
Number of received undersize and CRC error packets, corresponding to the etherStatsFragments object in etherStatsTable. |
jabbers packets |
Number of received large and CRC error packets, corresponding to the etherStatsJabbers object in etherStatsTable. NOTE:
The S5720-HI, S5730-HI, S5731-H, S5731-S, S5731S-H, S5731S-S, S5732-H, S6720-HI, S6730-H, S6730S-H, S6730-S, and S6730S-S do not support this item. |
CRC alignment errors |
Number of received CRC error packets, corresponding to the etherStatsCRCAlignErrors object in etherStatsTable. |
collisions |
Number of received collision packets, corresponding to the etherStatsCollisions object in etherStatsTable. |
Dropped packet |
Number of discarded packets, corresponding to the etherStatsDropEvents object in etherStatsTable. |
Packets received according to length |
Number of received packets with different lengths, corresponding to the etherStatsPkts64Octets, etherStatsPkts65to127Octets, etherStatsPkts128to255Octets, etherStatsPkts256to511Octets, etherStatsPkts512to1023Octets, and etherStatsPkts1024to1518Octets objects in etherStatsTable. NOTE:
In classified packet statistics on the S2720-EI, S5720I-SI, S5720-LI, S5735-L, S5735S-L, S5735S-L-M, S5720S-LI, S5720S-SI, S5720-SI, S5735-S, S5735S-S, S5735-S-I, S5730S-EI, S5730-SI, S6720-LI, S6720S-LI, S6720S-SI, and S6720-SI, 1024-1518 includes the packets longer than 1518. On the S2720-EI, S5720-LI, S5735-L, S5735S-L, S5735S-L-M, S5720S-LI, S5720-SI, S5735-S, S5735S-S, S5735-S-I, S5720S-SI, S5720I-SI, S5730-SI, S5730S-EI, S6720-LI, S6720S-LI, S6720-SI, or S6720S-SI, this field is displayed 0. |