October 15th, 2008 in
IP and IOS Features | tags: RMON
RMON Example :
-Configure RMON to track the five minute CPU average (lsystem.58.0)
-If the utilization is over 85% generate the event “CPU Above 85%”
-If the utilization is below 30% generate the event “CPU Below 30%”
-Sample the MIB every 60 seconds
-Trap the events to the SNMP NMS at 1.2.3.4 using the community string CISCO
cpu average (lsystem.58.0)
(config)#snmp-server host 1.2.3.4 CISCO
(config)#rmon event 1 trap CISCO description “CPU Above 85%”
(config)#rmon event 2 trap CISCO description “CPU Below 30%”
(config)#rmon alarm 1 lsystem.58.0 60 absolute rising-threshold 85 1 falling-threshold 30 2