Use this command to display RMON alarm entries.
index | (Optional) Displays RMON alarm entries for a specific entry index ID. |
If index is not specified, information about all RMON alarm entries will be displayed.
All command modes.
The RMON alarm group periodically takes statistical samples from RMON variables and compares them with previously configured thresholds. If the monitored variable crosses a threshold an RMON event is generated.
This example shows how to display RMON alarm entry 1:
System(rw)->show rmon alarm 1 Index 1 --------------------- Owner = deepak Status = valid Variable = 1.3.6.1.2.1.16.1.1.1.5.3029 Sample Type = absolute Startup Alarm = rising Interval = 60 Value = 5404 Rising Threshold = 0 Falling Threshold = 0 Rising Event Index = 1 Falling Event Index = 0
show rmon alarm Output Details provides an explanation of the command output.
Output... | What it displays... |
---|---|
Index | Index number for this alarm entry. |
Owner | Text string identifying who configured this entry. |
Status | Whether this event entry is enabled (valid) or disabled. |
Variable | MIB object to be monitored. |
Sample Type | Whether the monitoring method is an absolute or a delta sampling. |
Startup Alarm | Whether alarm generated when this entry is first enabled is rising, falling, or either. |
Interval | Interval in seconds at which RMON will conduct sample monitoring. |
Rising Threshold | Minimum threshold for causing a rising alarm. |
Falling Threshold | Maximum threshold for causing a falling alarm. |
Rising Event Index | Index number of the RMON event to be triggered when the rising threshold is crossed. |
Falling Event Index | Index number of the RMON event to be triggered when the falling threshold is crossed. |