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?