C613-50631-01 Rev A Command Reference for IE340 Series 3294
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
RMON COMMANDS
RMON
EVENT
rmon event
Overview Use this command to create an event definition for a log or a trap or both. Then you
can use this event index in the rmon alarm command to indicate whether to send
an SNMP trap or log message (or both) when an alarm is triggered.
Use the no variant of this command to remove the event definition.
Syntax
rmon event <event-index> [description <description>|owner
<owner>| trap <trap>]
rmon event <event-index> [log [description <description>|owner
<owner>|trap <trap>] ]
rmon event <event-index> [log trap [description
<description>|owner <owner] ]
no rmon event <event-index>
Default No event is configured by default.
Mode Global Configuration
Example To create an event definition with an index of 299 for a log, use this command:
awplus# configure terminal
awplus(config)# rmon event 299 log description cond3 owner
alfred
To remove the event definition, use the command:
awplus# configure terminal
awplus(config)# no rmon event 299
Related
commands
rmon alarm
Parameter Description
<event-index> <1-65535> Unique event entry index value.
log Log event type.
trap Trap event type.
log trap Log and trap event type.
description<description> Event entry description.
owner <owner> Owner name to identify the entry.