cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
662
Views
0
Helpful
1
Replies

RMON configuration

Ahmede
Level 1
Level 1

I'm trying to configure a RMON event to create a trap/syslog message when the CPU utilization exceed 60%.. I created this config, but when I try to load it to the router I'm getting the error message " Failed to create alarm"

rmon event 1 log trap public description "High CPU utilization" owner admin

rmon alarm 10 1.3.6.1.4.1.9.9.109.2.0.1 60 absolute rising-threshold 60 1 falling-threshold 40 owner admin

The first command goes in fine but the second create the error message.. What am I doing wrong?

1 Reply 1

wong34539
Level 6
Level 6

You need the .0 at the end of the OID just like using the command snmp get need actual MIB instance.The Object ID should look like

10 1.3.6.1.4.1.9.9.109.2.0.1 60.0.