58 Chapter 2 Configuring RMON314723-D Rev 014 Enter a new event name (for example, xlrCardDown instead of rcCardDown).5 Add 0 to the beginning of the editable portion of the event OID (for example,“21.1” becomes “0.21.1” for the xlrCardDown event). Optionally, change theevent category from Log only to Status Events if you want the trap to bedisplayed in the events browser.6 Click OK.7 Choose File and then Save.Configuring RMON using the CLITo configure the RMON functions on the switch, use the following command:config rmonThe config rmon commands include the following options:config rmonfollowed by:info Indicates whether RMON is enabled or disabled on theswitch.alarm create <id>type <value>intv <value>[variable <value>][r_th <value>][r_ev <value>][f_th <value>][f_ev <value>][owner <value>]Creates an alarm interface.• id is the interface index number (1 to 65535).• type <value> is the sample type, absolute ordelta.• intv <value> is the sample interval (1 to 3600).• variable <value> is the variable name or OID, casesensitive (string length 1 to 256).• r_th <value> is the rising threshold (0 to 65535).• r_ev <value> is the rising event number (0 to 65535).• f_th <value> is the falling threshold (0 to 65535).• f_ev <value> is the falling event number (0 to 65535).• owner <value> is the name of the owner (string length1 to 48).alarm delete <id> Deletes the specified RMON alarm.alarm info Displays information about the RMON alarms.disable Disables RMON on the switch.enable Enables RMON on the switch.