show rmon alarm

Use this command to display RMON alarm entries.

Syntax

show rmon alarm [index]

Parameters

index (Optional) Displays RMON alarm entries for a specific entry index ID.

Defaults

If index is not specified, information about all RMON alarm entries will be displayed.

Mode

All command modes.

Usage

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.

Example

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.

Click to expand in new window

show rmon alarm Output Details

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.