T3700G-28TQ
 
JetStream 28-Port Gigabit Stackable L3 Managed Switch CLI Guide 
 
248 
rmon event   
Description 
The  rmon event command is used to configure the entries of SNMP-RMON 
Event. To return to the default configuration, please use no rmon event 
command. Event Group, as one of the commonly used RMON Groups, is used 
to define RMON events. Alarms occur when an event is detected. 
Syntax 
rmon event index { [ user user-name ] [ description descript ] [ type {none | 
log | notify | log-notify } ] [owner owner-name] } 
no rmon event index 
Parameter 
index  ——  The index number of the event entry, ranging from 1 to 12. You can 
only select one entry for each command. 
user-name  —— The name of the User to which the event belongs, ranging 
from 1 to 16 characters. By default, it is “public”. 
descript  ——  The description of the event, ranging from 1 to 16 characters. By 
default, it is empty. 
type  ——  The event type, with “none”, “log”, “notify” and “both” options. “None” 
indicates no processing, “log” indicates logging the event, “notify” indicates 
sending trap messages to the management station, and “both” indicates logging 
the event and sending trap messages to the management station. 
owner-name  —— The owner of the event entry, ranging from 1 to 16 
characters. By default, it is “monitor”. 
Command Mode 
Global Configuration Mode 
Example 
Configure the user name of entry 1, 2, 3 and 4 as user1, the description of the 
event as “description1”, the type of event as log and the owner of the event as 
“owner1”: 
T3700G-28TQ(config)#rmon event 1-4 user user1 description description1 
type log owner owner1