3.10.9 RMON Event Configuration

Use this command to configure RMON event.

Command Syntax:
rmon event <id> [ log ] [ trap [ <word127> ] ] { [ description <description> ] }
Table 3-50. Command Description

Argument

Description

Parameter

<id>

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

<word127>

OBSOLETE: SNMP community string

<description>

Indicates this event, the string length is from 0 to 127, default is a null string.

Default

N.A

Mode

Global Configuration mode

Usage

Configure Remote Monitoring event. To delete the entry, use the 'no' version of the command.

Example

Example 1:

Configure the RMON event with ID1, description test, and create an SNMP log entry and send an SNMP trap when the event is triggered.

(config)# rmon event 1 log trap description test

Example 2:

Delete RMON event entry ID1.

(config)# no rmon event 1