Use this command to configure an RMON alarm entry, or to create a new alarm entry with an unused alarm index number.
index | Specifies an index number for this entry. Maximum number of entries is 50. Maximum value is 65535. |
interval interval | (Optional) Specifies an interval (in seconds) for RMON to conduct sample monitoring. Default value: 3600. |
object object | (Optional) Specifies a MIB object to be monitored. Note: This parameter is not mandatory for executing the command, but must be specified in order to enable the alarm entry configuration.
|
type absolute | delta | (Optional) Specifies the monitoring method as: sampling the absolute value of the object, or the difference (delta) between object samples. Default value: absolute. |
startup rising | falling | either | (Optional) Specifies the type of alarm generated when this event is first enabled as:
|
rthresh rthresh | (Optional) Specifies a minimum threshold for causing a rising alarm. |
fthresh fthresh | (Optional) Specifies a maximum threshold for causing a falling alarm. |
revent revent | (Optional) Specifies the index number of the RMON event to be triggered when the rising threshold is crossed. |
fevent fevent | (Optional) Specifies the index number of the RMON event to be triggered when the falling threshold is crossed. |
owner owner | (Optional) Specifies the name of the entity that configured this alarm entry. |
All command modes.
This example shows how to configure a rising RMON alarm. This entry will conduct monitoring of the delta between samples every 30 seconds:
System(rw)->set rmon alarm properties 3 interval 30 object 1.3.6.1.4.1.5624.1.2.29.1.2.1.0 type delta rthresh 1 revent 2 owner Manager