3.10.7 RMON History Configuration

Use this command to configure RMON history on a port.

Command Syntax:

rmon collection history <id> [ buckets <buckets> ] [ interval <interval> ]
Table 3-48. Command Description

Argument

Description

Parameter

<id>

Indicates the index of the entry. The range is from 1–65535.

<buckets>

Indicates the maximum data entries associated this History control entry stored in RMON. The range is from 1–3600, the default value is 50.

<interval>

Indicates the interval in seconds for sampling the history statistics data. The range is from 1–3600, the default value is 1800 seconds.

Default

N.A

Mode

Port List Interface mode

Usage

Configure Remote Monitoring history on an interface. To delete the entry, use the ‘no’ version of the command.

Example

Example 1:

Configure RMON history on port 2 with ID1, maximum data entries 40, and interval 1500 seconds.

(config)# interface GigabitEthernet 1/2
(config-if)# rmon collection history 1 buckets 40 interval 1500

Example 2:

Delete RMON history entry ID1.

(config)# interface GigabitEthernet 1/2
(config-if)# no rmon collection history 1