DIS-200G Series Gigabit Ethernet Switch CLI Reference Guide
154
delta
Specifies that the delta of two consecutive sampled values is
monitored.
absolute
Specifies that the absolute sampled value is monitored.
rising-threshold
VALUE
Specifies the rising threshold. The valid range is from 0 to
2147483647.
RISING-EVENT-NUMBER
(Optional) Specifies the index of the event entry that is used to
notify the rising threshold crossing event. The valid range is from 1
to 65535. If not specified, no action is taken while crossing the
ringing threshold.
falling-threshold
VALUE
Specifies the falling threshold. The valid range is from 0 to
2147483647.
FALLING-EVENT-NUMBER
(Optional) Specifies the index of the event entry that is used to
notify the falling threshold crossing event. The valid range is from 1
to 65535. If not specified, no action is taken while crossing the
falling threshold.
owner
STRING
Specifies the owner string. The maximum length is 127.
Default
None.
Command Mode
Global Configuration Mode.
Command Default Level
Level: 15.
Usage Guideline
The RMON alarm facility periodically takes samples of the value of variables and compares them against the
configured threshold.
Example
This example shows how to configure an alarm entry to monitor an interface.
Switch# configure terminal
Switch(config)# rmon alarm 783 1.3.6.1.2.1.2.2.1.12.6 30 delta rising-threshold 20 1
falling-threshold 10 1 owner Name
Switch(config)#
30-4
rmon event
This command is used to configure an event entry. To remove an event entry, use the
no
form of this
command.
rmon event
INDEX
[log] [[trap
COMMUNITY
] [owner
NAME
] [description
STRING
]
no rmon event INDEX
Parameters