R Commands
rmon alarm
355
Cisco Nexus 7000 Series NX-OS System Management Command Reference
OL-25806-03
Examples This example shows how to configure the 32-bit alarm number 20 for OID (1.3.6.1.2.1.2.2.1.14). The
sample interval is 30 seconds and delta samples are tested. The rising threshold is 15 errors per sample
window; reaching this level triggers event 1. The falling threshold is 0 errors in the sample window;
reaching this level triggers event 0 (no action).
switch# config terminal
switch(config)# rmon alarm 20 1.3.6.1.2.1.2.2.1.14.16777216 30 delta rising-threshold 15 1
falling-threshold 0 owner cisco
switch(config)# no rmon alarm 20 1.3.6.1.2.1.2.2.1.14.16777216 30 delta rising-threshold
15 1 falling-threshold 0 owner cisco
Related Commands Command Description
rmon event Configures an RMON event.
rmon hcalarm Configures the 64-bit RMON alarm.
show rmon Displays RMON configuration and logged information.