Tag Elements Beginning with A
> <alarm> (configuration/snmp/rmon)
Usage
<configuration>
<snmp>
<rmon>
<alarm>
<name>name</name> <!-- identifier -->
<description>description</description>
<interval>seconds</interval>
<falling-threshold-interval>seconds</falling-threshold-interval>
<variable>variable</variable> <!-- mandatory -->
<sample-type>sample-type-choice</sample-type> <!-- mandatory -->
<request-type>request-type-choice</request-type>
<startup-alarm>startup-alarm-choice</startup-alarm>
<rising-threshold>rising-threshold</rising-threshold> <!-- mandatory -->
<falling-threshold>falling-threshold</falling-threshold>
<rising-event-index>rising-event-index</rising-event-index>
<falling-event-index>falling-event-index</falling-event-index>
<syslog-subtag>syslog-subtag</syslog-subtag>
</alarm>
</rmon>
</snmp>
</configuration>
Description
RMON alarm entries.
Contents
<description>—General description of alarm (stored in alarmOwner).
<falling-event-index>—Event triggered after falling threshold is crossed.
<falling-threshold>—The falling threshold.
<falling-threshold-interval>—Interval between samples during falling-threshold test.
<interval>—Interval between samples.
<name>—RMON alarm identifier.
<request-type>—Type of SNMP request to issue for alarm.
-
get-next-request—Get-next request.
-
get-request—Get request.
-
walk-request—Walk request.
<rising-event-index>—Event triggered after rising threshold is crossed.
<rising-threshold>—The rising threshold.
<sample-type>—Method of sampling the selected variable.
-
absolute-value—Absolute sample value is used.
-
delta-value—Difference between sampled values is used.
<startup-alarm>—The alarm that may be sent upon entry startup.
-
falling-alarm—Falling alarm may be sent at startup.
-
rising-alarm—Rising alarm may be sent at startup.
-
rising-or-falling-alarm—Rising or falling alarm may be sent at startup.
<syslog-subtag>—Tag to be added to syslog messages.
<variable>—OID of MIB variable to be monitored.