Configuring RMON events

You can add or remove an event in the RMON event table that is associated with an RMON alarm number.

To configure RMON events, perform the following steps from privileged EXEC mode.

  1. Enter the configure terminal command to access global configuration mode.
    device# configure terminal
  2. Configure the RMON event for generating logs and traps.
    device(config)# rmon event 27 description Rising_Threshold log owner	john_smith trap syslog
  3. Return to privileged EXEC mode.
    device(config)# end
  4. Save the running-config file to the startup-config file.
    device# copy running-config startup-config