RMON Commands
rmon alarm
Cisco 220 Series Smart Plus Switches Command Line Interface Reference Guide Release 1.0.0.x
377
30
•
interval
—The interval in seconds during which the data is sampled and
compared with rising and falling thresholds. (Range: 1 to 2147483647)
•
{absolute | delta}—Specifies the method used for sampling the selected
variable and calculating the value to be compared against the thresholds.
The possible values are:
-
absolute—The selected variable value is compared directly with the
thresholds at the end of the sampling interval.
-
delta—The selected variable value of the last sample is subtracted from
the current value, and the difference is compared with the thresholds.
•
rising-threshold
—The rising threshold value. (Range: 0 to 2147483647)
•
rising-event
—The index of the event triggered when a rising threshold is
crossed. (Range: 0 to 65535)
•
falling-threshold
—The falling counter value that triggers the falling
threshold alarm. (Range: 0 to 2147483647)
•
falling-event
—The index of the event triggered when a falling threshold is
crossed. (Range: 0 to 65535)
•
startup {rising | rising-falling | falling}—Specifies the alarm that may be sent
when this entry becomes valid. The possible values are:
-
rising—A single rising alarm is generated if the first sample (after this
entry becomes valid) is greater than or equal to the rising threshold.
-
rising-falling—A single rising alarm is generated if the first sample (after
this entry becomes valid) is greater than or equal to the rising threshold.
If the first sample (after this entry becomes valid) is less than or equal to
the falling threshold, a single falling alarm is generated.
-
falling—A single falling alarm is generated if the first sample (after this
entry becomes valid) is less than or equal to the falling threshold.
•
owner
NAME
—(Optional) Specifies the name of the user or network
management system that receives the RMON alarm.
Default Configuration
The default method type is absolute.
The default startup direction is rising-falling.
If the owner name is not specified, the default is an empty string.