Rmon event command – Avaya P130 User Manual

Page 123

Advertising
background image

Chapter 6 Avaya P130 CLI

Avaya P130 User’s Guide

109

Example:
P130-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 amir
alarm 1026 was created successfully

Rmon event Command

Use the

rmon event command to create an RMON event entry.

The syntax for this command is:
rmon event <Event Number> <type> description <description>
owner <owner>

Example:
P130-1# rmon event 1054 logAndTrap description "event for
monitoring amir's computer" owner amir
event 1054 was created successfully

<rising threshold>

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>

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

<Event number>

The event index number of this entry.

<type>

The type of the event. The possible parameters are:
trap, log, logAndTrap, none.

<description>

A user description of this event

<owner>

Owner name string

Advertising