Command Guide of WGSW-28040
275
Specify the time in seconds that the alarm monitors the MIB variable
(absolute|delta)
Specify absolute to compare sample counter absolutely.
Specify delta to compare delta counter between samples
Specify a number which the alarm trigger rising event
Specify event index when the rising threshold exceeds.
Specify a number which the alarm trigger falling event
Specify event index when the falling threshold exceeds.
(rising|rising-falling
Specify only to how rising or falling startup event. Or show either rising or falling startup
(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