GS-4210-Series (V2) User Manual

Table Of Contents
Command Guide of GS-4210 Series
275
(absolute|delta)
Specify absolute to compare sample counter absolutely.
Specify delta to compare delta counter between samples
<0-2147483647>
Specify a number which the alarm trigger rising event
<0-65535>
Specify event index when the rising threshold exceeds.
<0-2147483647>
Specify a number which the alarm trigger falling event
<0-65535>
Specify event index when the falling threshold exceeds.
(rising|rising-falling
|falling)
Specify only to how rising or falling startup event. Or show either rising or falling startup
event.
[owner NAME]
(Optional) Specify owner of alarm.
Mode:
Global Configuration
Usage Guide:
Use the rmon event command to add or modify a RMON event entry. Before add alarm entry, at least one event
entry must be added. Use the no form of this command to delete.
Example:
The example shows how to add RMON alarm entry that sample interface fa1 packets delta count every 300 seconds.
Trigger event index 1 if over than rising threshold 10000, trigger event index 2 if lower than falling threshold.
You can verify settings by the following show rmon alarm command.
switch(config)# rmon event 1 log
switch(config)# rmon event 2 log
switch(config)# show rmon event all
Rmon Event Index : 1
Rmon Event Type : Log
Rmon Event Community :
Rmon Event Description :
Rmon Event Last Sent :
Rmon Event Owner :
Rmon Event Index : 2
Rmon Event Type : Log
Rmon Event Community :
Rmon Event Description :
Rmon Event Last Sent :
Rmon Event Owner :
Switch(config)# rmon alarm 1 interface gi1 pkts 300 delta rising 10000 1 falling 100 1
startup rising-falling owner admin
Rmon Alarm Index : 1