C613-50170-01 Rev B
Command Reference for x510 Series
2679
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
RMON C
OMMANDS
RMON
COLLECTION
HISTORY
rmon collection history
Overview
Use this command to create a history statistics control group to store a specified
number of snapshots (buckets) of the standard RMON statistics for the switch port,
and to collect these statistics at specified intervals. If there is sufficient memory
available, then the device will allocate memory for storing the set of buckets that
comprise this history control.
Use the
no
variant of this command to remove the specified history control
configuration.
NOTE
:
Only a history for switch port interfaces, not for VLAN interfaces, can be
collected.
Syntax
rmon collection history <
history-index
> [buckets <
1-65535
>]
[interval <
1-3600
>] [owner <
owner
>]
no rmon collection history <
history-index
>
Default
The default interval is 1800 seconds and the default buckets is 50 buckets.
Mode
Interface Configuration
Example
To create a history statistics control group to store 200 snapshots with an interval
of 500 seconds, use the commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
rmon collection history 200 buckets 500
interval 600 owner herbert
To disable the history statistics control group, use the commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
no rmon collection history 200
Parameter
Description
<
history-index
>
<
1-65535
> A unique RMON history control entry index
value.
buckets <
1-65535
>
Number of requested buckets to store snapshots. Default
50 buckets.
interval <
1-3600
>
Polling interval in seconds. Default 1800 second polling
interval.
owner<
owner
>
Owner name to identify the entry.