Specifications

18-7
Cisco IOS Software Configuration Guide for Cisco Aironet Access Points
OL-5260-01
Chapter 18 Configuring SNMP
Configuring SNMP
To disable access for an SNMP community, set the community string for that community to the null
string (do not enter a value for the community string). To remove a specific community string, use the
no snmp-server community string global configuration command.
This example shows how to assign the strings open and ieee to SNMP, to allow read-write access for
both, and to specify that open is the community string for queries on non-IEEE802dot11-MIB objects
and ieee is the community string for queries on IEEE802dot11-mib objects:
ap(config)# snmp-server view dot11view ieee802dot11 included
ap(config)# snmp-server community open
rw
ap(config)# snmp-server community ieee view ieee802dot11 rw
Configuring Trap Managers and Enabling Traps
A trap manager is a management station that receives and processes traps. Traps are system alerts that
the access point generates when certain events occur. By default, no trap manager is defined, and no traps
are issued.
Access points running this Cisco IOS release can have an unlimited number of trap managers.
Community strings can be any length.
Table 18-3 describes the supported access point traps (notification types). You can enable any or all of
these traps and configure a trap manager to receive them.
Some notification types cannot be controlled with the snmp-server enable global configuration
command, such as tty and udp-port. These notification types are always enabled. You can use the
snmp-server host global configuration command to a specific host to receive the notification types
listed in Table 18-3.
Table 18-3 Notification Types
Notification Type Description
authenticate-fail Enable traps for authentication failures.
config Enable traps for SNMP configuration changes.
deauthenticate Enable traps for client device deauthentications.
disassociate Enable traps for client device disassociations.
dot11-qos Enable traps for QoS changes.
entity Enable traps for SNMP entity changes.
rogue-ap Enable traps for rogue access point detections.
snmp Enable traps for SNMP events.
switch-over Enable traps for switch-overs.
syslog Enable syslog traps.
wlan-wep Enable WEP traps.