C613-50631-01 Rev A Command Reference for IE340 Series 3289
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
RMON COMMANDS
RMON
ALARM
rmon alarm
Overview Use this command to configure an RMON alarm to monitor the value of an SNMP
object, and to trigger specified events when the monitored object crosses
specified thresholds.
To specify the action taken when the alarm is triggered, use the event index of an
event defined by the rmon event command.
Use the no variant of this command to remove the alarm configuration.
NOTE: You can only configure alarms for switch port interfaces, not for VLANs.
Syntax User-defined alarm:
rmon alarm <alarm-index> <oid.index> interval <1-2147483647>
{delta|absolute} rising-threshold <1-2147483647> event
<rising-event-index> falling-threshold <1-2147483647> event
<falling-event-index> [alarmstartup {1|2|3}] [owner <owner>]
Eventwatch alarm, do not use (used by Vista Manager EX only):
rmon alarm <alarm-index> <oid.index> interval <1-4294967295>
{delta|absolute} rising-threshold <1-2147483647> event
eventwatch falling-threshold <1-2147483647> event eventwatch
[owner <owner>]
no rmon alarm <alarm-index>
Parameter Description
<alarm-index> Alarm entry index value from the range 1 to 65535
seconds.
<oid.index> The variable SNMP MIB Object Identifier (OID) name
to be monitored, for either etherStats or etherHistory
entries. The entries can be either of the following
formats:
- etherStatsEntry.<field>.<stats-index> or
etherHistoryEntry.<field>.<history-index>, or
- etherStatsFieldName.<stats-index> or
etherHistoryFieldName.<history-index>.
To define the <stats-index>, use the rmon collection
stats command.
To define the <history-index>, use the rmon collection
history command.
interval
<1-2147483647>
Polling interval in seconds from the range 1 to
2147483647.
delta The RMON MIB alarmSampleType: the change in the
monitored MIB object value between the beginning
and end of the polling interval.
absolute The RMON MIB alarmSampleType: the value of the
monitored MIB object.