Rmon alarm – Brocade Network OS Command Reference v4.1.0 User Manual
Page 664
626
Network OS Command Reference
53-1003115-01
rmon alarm
2
rmon alarm
Sets the RMON alarm conditions.
Synopsis
rmon alarm index snmp_oid interval seconds [absolute | delta] rising-threshold value
event number [falling-threshold value event number [owner name]
no rmon alarm
Operands
index
Specifies the RMON alarm index. Valid values range from 1 through 65535.
snmp_oid
Specifies the MIB object to monitor. The variable must be in the SNMP OID
format, for example, 1.3.6.1.2.1.16.1.1.1.5.65535. The object type must
be a counter32.
interval seconds
Specifies the RMON alarm sample interval in seconds. Valid values range
from 1 through 2147483648.
absolute
Sets the sample type as absolute.
delta
Sets the sample type as delta.
rising-threshold value
Specifies the RMON alarm rising threshold. Valid values range from 0
through 4294967295.
event number
Specifies the event for the rising alarm. Valid values range from 1
through 65535.
falling-threshold value
Specifies the RMON alarm falling threshold. Valid values range from 0
through 4294967295.
event number
Specifies the event for the rising alarm. Valid values range from 1
through 65535.
owner name
Specifies the identity of the owner. The maximum number of characters
is 32.
Defaults
No alarms are configured.
Command Modes
Global configuration mode
Description
Use this command to set alarm conditions.
Usage Guidelines
Enter no rmon alarm to disable the alarm conditions.
Examples
To set RMON alarm conditions:
switch(config)# rmon alarm 100 1.3.6.1.2.1.16.1.1.1.5.65535 interval 5 absolute
rising-threshold 10000 event 100 falling-threshold 1000 event 101 owner admin
See Also