Specifications
3-452
Cisco Wide Area Application Services Command Reference
OL-21611-01
Chapter 3 CLI Commands
(config) alarm overload-detect
(config) alarm overload-detect
To detect alarm overload situations, use the alarm overload-detect global configuration command. To
unconfigure alarm parameters, use the no form of this command.
alarm overload-detect {clear 1-999 [raise 10-1000] | enable | raise 10-1000 [clear 1-999]}
no alarm overload-detect {clear 1-999 [raise 10-1000] | enable | raise 10-1000 [clear 1-999]}
Syntax Description
Defaults clear: 1 alarm per second
raise: 10 alarms per second
Command Modes global configuration
Device Modes application-accelerator
central-manager
Usage Guidelines In the alarm overload state, applications continue to raise alarms and these alarms are recorded within
the WAAS device. Use the show alarms and show alarms history EXEC commands to display all the
alarms in the alarm overload state.
Examples The following example shows how to enable detection of alarm overload:
WAE(config)# alarm overload-detect enable
The following example shows how to set the threshold for triggering the alarm overload at 100 alarms
per second:
WAE(config)# alarm overload-detect raise 100
The following example shows how to set the level for clearing the alarm overload at 10 alarms per
second:
clear 1-999 Specifies the number of alarms per second at which the alarm overload state
on the WAAS device is cleared. When the alarm drops below this threshold,
the alarm is cleared and the SNMP traps and alarm notifications are again
sent to your NMS.
Note The alarm overload-detect clear value must be less than the alarm
overload-detect raise value.
raise 10-1000 (Optional) Specifies the number of alarms per second at which the WAAS
device enters an alarm overload state and SNMP traps and alarm
notifications to your network management station (NMS) are suspended.
enable Enables the detection of alarm overload situations.