Syntax
disable rmon
Description
The disable rmon command disables remote monitoring (RMON)
status for the SNMP function on the Switch.
Parameters None.
Restrictions Only Administrator or operator-level users can issue this command.
Example usage:
To disable the RMON feature on the Switch:
DES-1210-28/ME:5# disable rmon
Command: disable rmon
Success!
DES-1210-28/ME:5#
create rmon alarm
Purpose To allow the user to configure the network alarms. Network alarms
occur when a network problem, or event, is detected.
Syntax
create rmon alarm <alarm_index 1-65535> <OID_variable 255>
<interval 1-2147482647> [absolute | delta] rising-threshold
<value 0-2147483647> <rising_event_index 1-65535> falling-
threshold <value 0-2147483647> <falling_event_index 1-65535>
{[owner <owner_string 127>]}
Description
The create rmon alarm command allows the user to configure the
network alarms. Network alarms occur when a network problem, or
event, is detected.
Parameters
<alarm_index> − Specifies the alarm number.
<OID_variable 255> − Specifies the MIB variable value.
<interval 1-2147482647> − Specifies the alarm interval time in
seconds.
[absolute | delta] − Specifies the sampling method for the selected
variable and comparing the value against the thresholds. The
possible values are absolute and delta:
• absolute –Compares the values directly with the thresholds
at the end of the sampling interval.
• delta –Subtracts the last sampled value from the current
value. The difference in the values is compared to the
threshold.
rising-threshold <value 0-2147483647> − Specifies the rising
counter value that triggers the rising threshold alarm.