beautypg.com

Rmon collection history – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual

Page 1992

background image

RMON Commands

Software Reference for x310 Series Switches

74.4

AlliedWare Plus

TM

Operating System - Version 5.4.4C

C613-50046-01 REV A

rmon collection history

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.

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:

To disable the history statistics control group, use the commands:

Note

Only a history for switch port interfaces, not for VLAN interfaces, can be
collected.

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.

awplus#

configure terminal

awplus(config)#

interface port1.0.2

awplus(config-if)#

rmon collection history 200 buckets 500
interval 600 owner herbert

awplus#

configure terminal

awplus(config)#

interface port1.0.2

awplus(config-if)#

no rmon collection history 200