ECS2020 Series CLI Reference Guide-R04
38
13 RMON
13.1
rmon event
rmon event<1-65535>[log][trap COMMUNITY][description DESCRIPTION][owner NAME]
Null
Global configuration mode
Use the rmon event command to add or modify a RMON event entry.
Use the no form of this command to delete.
You can verity settings by the show rmon event command.
The example shows how to add an RMON event entry with log and trap action and
modify
the action to log only.
ECS2020-10P(config)# rmon event 1 log trap public description test owner admin
ECS2020-10P# show rmon event 1
Rmon Event Index 1
Rmon Event Type : Log and Trap
Rmon Event Community : public
Rmon Event Description : test
Rmon Event Last Sent :
Rmon Event Owner : admin
ECS2020-10P(config)# rmon event 1 log description test owner admin
ECS2020-10P# show rmon event 1
Rmon Event Index 1
Rmon Event Type : Log
Rmon Event Community :
Rmon Event Description : test
Rmon Event Last Sent :
Rmon Event Owner : admin
Parameter
Parameter
Description
<1-65535>
Specify event index to create or modify
log
Specify to show syslog
trap COMMUNITY
Specify SNMP community to show SNMP trap
description DESCRIPTION
Specify description of event
owner NAME
Specify owner of event
Default
Usage
Example
Mode