Technical data

BLADEOS 6.3 Command Reference
392
Chapter 4: Configuration Commands BMD00186-B, April 2010
RMON Alarm Configuration
The Alarm RMON group can track rising or falling values for a MIB object. The MIB object must
be a counter, gauge, integer, or time interval. Each alarm index must correspond to an event index
that triggers once the alarm threshold is crossed.
Table 251 describes the RMON Alarm commands.
no rmon event <1-65535>
Deletes the selected RMON Event index.
Command mode: Global configuration
show rmon event
Displays the current RMON Event parameters.
Command mode: All
Table 251 RMON Alarm commands
Command Syntax and Usage
rmon alarm <1-65535> oid <1-127 characters>
Configures an alarm MIB Object Identifier.
Command mode: Global configuration
rmon alarm <1-65535> interval <1-65535>
Configures the time interval over which data is sampled and compared with the rising and
falling thresholds. The default value is 1800.
Command mode: Global configuration
rmon alarm <1-65535> sample abs|delta
Configures the method of sampling the selected variable and calculating the value to be
compared against the thresholds, as follows:
abs—absolute value, the value of the selected variable is compared directly with the
thresholds at the end of the sampling interval.
delta—delta value, the value of the selected variable at the last sample is subtracted
from the current value, and the difference compared with the thresholds.
Command mode: Global configuration
Table 250 RMON Event commands
Command Syntax and Usage