set rmon event properties

Use this command to configure an RMON event entry, or to create a new event entry with an unused event index number.

Syntax

set rmon event properties index [description description] [type {none | log | trap | both}] [community community] [owner owner]

Parameters

index Specifies an index number for this entry. Maximum number of entries is 100. Maximum value is 65535.
description description (Optional) Specifies a text string description of this event.
type none | log | trap | both (Optional) Specifies the type of RMON event notification as: none, a log table entry, an SNMP trap, or both a log entry and a trap message.
community community (Optional) Specifies an SNMP community name to use if the message type is set to trap. For details on setting SNMP traps and community names, refer to the S-, K-, and 7100 Series Configuration Guide.
owner owner (Optional) Specifies the name of the entity that configured this entry.

Defaults

  • If description is not specified, none will be applied.
  • If not specified, type none will be applied.
  • If owner is not specified, monitor will be applied.

Mode

All command modes.

Example

This example shows how to create and enable an RMON event entry called “STP topology change” that will send both a log entry and an SNMP trap message to the “public” community:

System(rw)->set rmon event properties 2 description “STP topology change” type both community public owner Manager