set rmon history

Use this command to configure an RMON history entry.

Syntax

set rmon history index [port-string] [buckets buckets] [interval interval] [owner owner] [direction {rx+tx | rx | tx}]

Parameters

index Specifies an index number for this entry.
port-string (Optional) Assigns this entry to a specific port.
buckets buckets (Optional) Specifies the maximum number of entries to maintain.
interval interval (Optional) Specifies the sampling interval in seconds.
owner owner (Optional) Specifies a management station owner for this entry.
direction (Optional) Specifies the configuration of the RMON history collection direction.
rx+tx Configures the direction of history collection for both receive and transmit.
rx Configures the direction of history collection for receive only.
tx Configures the direction of history collection for transmit only.

Defaults

  • If buckets is not specified, the maximum number of entries maintained will be 50 entries.
  • If not specified, interval will be set to 1800 seconds.
  • If owner is not specified, monitor will be applied.
  • If direction is not specified, history collection is both receive and transmit.

Mode

All command modes.

Usage

RMON history is a periodic statistical sampling of RMON statistics. RMON history can be configured to gather the periodic sum of received and transmitted counters, received only, or transmitted only by setting the history direction.

Example

This example shows how configure RMON history entry 1 on port ge.2.1 to sample every 30 seconds:

System(rw)->set rmon history 1 ge.2.1 interval 30