18-3
Cisco IOS Software Configuration Guide for Cisco Aironet Access Points
OL-11350-01
Chapter18 Configuring SNMP
Understanding SNMP
Table18-1 lists the SNMP versions and security levels supported on access points:
For detailed information on SNMPv3, click this link to browse to the New Feature Documentation for
Cisco IOS Release 12.0(3)T:
http://www.cisco.com/en/US/docs/ios/12_0t/12_0t3/feature/guide/Snmp3.html
SNMP Manager Functions
The SNMP manager uses information in the MIB to perform the operations described in Table18-2.
Table18-1 SNMP Versions and Security Levels
SNMP Version Security Level Authentication Encryption
v1 NoAuthNoPriv Community
string match
None
v2C NoAuthNoPriv Community
string match
None
v3 NoAuthNoPriv Username match None
v3 AuthNoPriv HMAC-MD5 or
HMAC-SHA
algorithms
None
v3 AuthPriv HMAC-MD5 or
HMAC-SHA
algorithms
DES 56-bit
encryption
Table18-2 SNMP Operations
Operation Description
get-request Retrieves a value from a specific variable.
get-next-request Retrieves a value from a variable within a table.1
1. With this operation, an SNMP manager does not need to know the exact variable name. A sequential search is performed to
find the needed variable from within a table.
get-bulk-request2
2. The get-bulk command works only with SNMPv2.
Retrieves large blocks of data that would otherwise require the transmission of
many small blocks of data, such as multiple rows in a table.
get-response Replies to a get-request, get-next-request, and set-request sent by an NMS.
set-request Stores a value in a specific variable.
trap An unsolicited message sent by an SNMP agent to an SNMP manager when some
event has occurred.