Configuring an RMON Alarm
RMON Alarm Configuration Quick Start
Cisco Content Services Switch Administration Guide
6-12
Activating an RMON Alarm
•
•
Suspending an RMON Alarm
Table 6-2
provides a quick overview of the steps required to configure the
attributes for an RMON alarm. Each step includes the CLI command required to
complete the task. For a complete description of each feature and all the options
associated with the CLI command, see the sections following
Table 6-2
RMON Alarm Configuration Quick Start
Steps and Possible Settings
1.
Create an RMON alarm index from global configuration mode. Enter an
integer from 1 to 65534.
(config)# rmon-alarm 1
Create Alarm <1>, [y/n]:y
Assign the owner who defined and is using the resources of the alarm. Enter
2.
a quoted string with a maximum of 127 characters including spaces. The
owner must be the same as the owner for the event.
(config-rmonalarm[1])# owner "Boston Tech Lab"
Define the MIB object for the sample variable. For example, for the current
3.
number of connections for this service, enter
list of objects, use the sample-variable ? command. For detailed
information about an object, use the lookup command.
(config-rmonalarm[1])# sample-variable apSvcConnections
Define the sampling type. The options are absolute or delta (default).
4.
(config-rmonalarm[1])# sample-type absolute
Define the startup alarm type. The options are falling, rising (default), or
5.
rising-and-falling.
(config-rmonalarm[1])# startup-type rising-and-falling
Define the rising threshold. Enter an integer from 0 (default) to
6.
4294967295.
(config-rmonalarm[1])# rising-threshold 100
Chapter 6
Configuring Remote Monitoring (RMON)
apSvcConnections
Table
6-2.
. To see a
OL-5647-02