Rmon alarm – Avaya P460 User Manual

Page 77

Advertising
background image

Chapter 2

Avaya P460 CLI Commands

Avaya P460 Reference Guide

67

rmon alarm

User level: read-write, admin.
Use the rmon alarm command to create a new RMON alarm entry.

The syntax for this command is:

rmon alarm

<Alarm Number> <variable> <interval> <sampletype>

rising-threshold

<rising threshold> <rising event> falling-

threshold

<falling threshold> <falling event> <startup alarm>

<owner>

Example:

alarm number

This is the alarm index number of this entry (it is advisable to
use the same interface number as your alarm index number.)

variable

This is the MIB variable which will be sampled by the alarm
entry.

interval

The interval between 2 samples.

sample type

This can be set to either delta (the difference between 2
samples) or an absolute value.

rising threshold

This sets the upper threshold for the alarm entry.

rising event

The RMON event entry that will be notified if the upper
threshold is passed.

falling
threshold

This sets the lower threshold for the alarm entry.

falling event

The RMON event entry that will be notified if the lower
threshold is passed.

startup alarm

The instances in which the alarm will be activated. The
possible parameters are: Rising, Falling, risingOrfalling.

owner

Owner name string.

P460-1# rmon alarm 1026 1.3.6.1.2.1.16.1.1.1.5.1026 60

delta rising-threshold 10000 1054 falling-threshold 10 1054

risingOrFalling gregory

alarm 1026 was created successfully

Advertising