C613-50631-01 Rev A Command Reference for IE340 Series 3293
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
RMON COMMANDS
RMON
COLLECTION STATS
rmon collection stats
Overview Use this command to enable the collection of RMON statistics on a switch port, and
assign an index number by which to access these collected statistics.
Use the no variant of this command to stop collecting RMON statistics on this
switch port.
NOTE: Statistics can only be collected for switch port interfaces, not for VLANs.
Syntax
rmon collection stats <collection-index> [owner <owner>]
no rmon collection stats <collection-index>
Default RMON statistics are not enabled by default.
Mode Interface Configuration
Example To enable the collection of RMON statistics with a statistics index of 200, use the
commands:
awplus# configure terminal
awplus(config)# interface port1.0.2
awplus(config-if)# rmon collection stats 200 owner myrtle
To stop collecting RMON statistics, use the commands:
awplus# configure terminal
awplus(config)# interface port1.0.2
awplus(config-if)# no rmon collection stats 200
Related
commands
rmon alarm
rmon collection history
rmon event
Parameter Description
<collection-index> Give this collection of statistics an index number to
uniquely identify it. This is the index to use to access the
statistics collected for this switch port. Use a number in the
range of 1 to 65535.
owner <owner> An arbitrary owner name to identify this statistics
collection entry.