Configuration Commands
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.
The following table describes the RMON Alarm commands. Table 169 RMON Alarm commands
Command | Description |
|
|
rmon alarm | Configures an alarm MIB Object Identifier. |
oid | The alarm OID can have a maximum of 127 characters. |
| |
| Command mode: Global configuration |
|
|
rmon alarm | Configures the time interval over which data is sampled and compared |
| with the rising and falling thresholds. |
| The range is from 1 to 65535 seconds. The default is 1800 seconds. |
| Command mode: Global configuration |
|
|
rmon alarm | Configures the method of sampling the selected variable and calculating |
sample {absdelta} | the value to be compared against the thresholds, as follows: |
| • |
| directly with the thresholds at the end of the sampling interval. |
| • |
| sample is subtracted from the current value, and the difference |
| compared with the thresholds. |
| Command mode: Global configuration |
|
|
rmon alarm | Configures the alarm type as rising, falling, or either (rising or falling). |
type {risingfallingeither} | Command mode: Global configuration |
| |
|
|
rmon alarm | Configures the rising threshold for the sampled statistic. When the current |
limit | sampled value is greater than or equal to this threshold, and the value at |
2147483647> | the last sampling interval was less than this threshold, a single event is |
| |
| generated. |
| Command mode: Global configuration |
|
|
rmon alarm | Configures the falling threshold for the sampled statistic. When the |
limit | current sampled value is less than or equal to this threshold, and the |
2147483647> | value at the last sampling interval was greater than this threshold, a |
| |
| single event is generated. |
| Command mode: Global configuration |
|
|
rmon alarm | Configures the rising alarm event index that is triggered when a rising |
| threshold is crossed. |
| The range is from 0 to 65535. The default value is 0. |
| Command mode: Global configuration |
|
|
rmon alarm | Configures the falling alarm event index that is triggered when a falling |
threshold is crossed. | |
| The range is from 0 to 65535. The default value is 0. |
| Command mode: Global configuration |
|
|
180