Specifications

3-357
Cisco Wide Area Application Services Command Reference
OL-11817-01
Chapter 3 CLI Commands
(config) snmp-server enable traps
Device Modes application-accelerator
central-manager
Usage Guidelines You can configure a WAAS device to generate an SNMP trap for a specific alarm condition. You can
configure the generation of SNMP alarm traps on the WAAS device based on the following:
The severity of the alarm (critical, major, or minor)
The action (the alarm is raised or cleared).
In the WAAS software release, the following six generic alarm traps are available in the
CISCO-CONTENT-ENGINE-MIB.
Note By default, these six general alarm traps are disabled.
These six general alarm traps provide SNMP and Node Health Manager integration. Each of these six
alarm traps can be enabled or disabled through the WAAS CLI.
To configure traps, you must enter the snmp-server enable traps command. If you do not enter an
snmp-server enable traps command, no traps are sent.
The snmp-server enable traps command is used in conjunction with the snmp-server host command.
Use the snmp-server host command to specify which host or hosts receive SNMP traps. To send traps,
you must configure at least one host using the snmp-server host command.
For a host to receive a trap, both the snmp-server enable traps command and the snmp-server host
command for that host must be enabled.
In addition, SNMP must be enabled with the snmp-server community command.
To disable the sending of the MIB-II SNMP authentication trap, you must enter the command
no
snmp-server enable traps snmp authentication.
Examples The following example enables the WAAS device to send all traps to the host 172.31.2.160 using the
community string public:
WAE(config)# snmp-server enable traps
WAE(config)# snmp-server host 172.31.2.160 public
The following example disables all traps:
WAE(config)# no snmp-server enable traps
Name of Alarm Trap Severity Action
cceAlarmCriticalRaised Critical Raised
cceAlarmCriticalCleared Critical Cleared
cceAlarmMajorRaised Major Raised
cceAlarmMajorCleared Major Cleared
cceAlarmMinorRaised Minor Raised
cceAlarmMinorCleared Minor Cleared