Specifications
2-246
Cisco IOS Command Reference for Cisco Aironet Access Points and Bridges
0L-24115-01
Chapter 2 Cisco IOS Commands for Access Points and Bridges
snmp-server enable traps
snmp-server enable traps
To enable all Simple Network Management Protocol (SNMP) notification types that are available on
your system, use the snmp-server enable traps command in global configuration mode. To disable all
available SNMP notifications, use the no form of this command.
snmp-server enable traps [notification-type]
no snmp-server enable traps [notification-type]
Syntax Description
Command Default This command is disabled by default. Most notification types are disabled. However, some notification
types cannot be controlled with this command.
If you enter this command with no notification-type keyword extenstions, the default is to enable (or
disable, if the no form is used) all notification types controlled by this command. .
Command Modes Global configuration
Examples This example shows how to enable the SNMP 802.11 deathenticate trap:
AP(config)# snmp-server enable traps deathenticate
This example shows how to enable all available SNMP 802.11 traps:
AP(config)# snmp-server enable dot11-mibs
Command History
notification type (Optional) Type of notification (trap) to enable or disable. If no type is
specified, all notifications available on your device are enabled or disabled
(if the no form is used). The notification type can be one of the following
keywords:
authenticate-fail (Optional) Enables the SNMP 802.11 authentication fail trap.
deauthenticate (Optional) Enables the SNMP 802.11 deathentication trap.
disassociate (Optional) Enables the SNMP 802.11 disassociate trap.
dot11-mibs (Optional) Enables all SNMP DOT 11 traps.
dot11-qos (Optional) Enables the SNMP 802.11 QoS change trap.
rogue-ap (Optional) Enables the SNMP 802.11 rogue access point trap.
switch-over (Optional Enables the SNMP 802.11 standby switchover trap.
wlan-wep (Optional) Enables the SNMP 802.11 wireless LAN WEP trap.
Release Modification
12.0 (1)T This command was introduced.