RMON Commands
©2008 Allied Telesis Inc. All rights reserved.
58.2
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
Software Version 5.2.1
Introduction
This chapter contains all Remote Monitoring (RMON) related commands in alphabetical order.
rmon alarm
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
form of this command to remove the alarm configuration.
Syntax
rmon alarm <
alarm-index
> <
oid
> interval <1-65535>
{
delta|absolute
}
rising-threshold <1-65535> event <
rising-event-index
>
falling-threshold <1-65535> event <
falling-event-index
>
[owner <
owner
>]
no rmon alarm <
alarm-index
>
Mode
Configure mode
Default
By default, there are no alarms.
Parameter
Description
<
alarm-index
>
<1-65535> Alarm entry index value.
<
oid
>
The variable SNMP MIB Object Identifier (OID) name to be
monitored, in the format etherStatsEntry.field.<
stats-index
>.
For example, etherStatsEntry.5.22 is the OID for the
etherStatsPkts field in the etherStatsEntry table for the interface
defined by the <
stats-index
> 22 in the
rmon collection stats
command.
interval
Polling interval in seconds
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.
rising-threshold
Rising threshold value of the alarm entry
<
rising-event-index
>
<1-65535>
The event to be triggered when the monitored
object value reaches the rising threshold value. This is an event
index of an event specified by the
rmon event
command.
falling-threshold
Falling threshold value of the alarm entry
<
falling-event-index
> <1-65535>
The event to be triggered when the monitored
object value reaches the falling threshold value. This is an event
index of an event specified by the
rmon event
command.
owner
Arbitrary owner name to identify the alarm entry.