User's Manual

Table Of Contents
C
HAPTER
17
| SNMP Commands
– 161 –
COMMAND MODE
Global Configuration
COMMAND USAGE
The access point allows up to 10 notification filters to be created. Each
filter can be defined by up to 20 MIB subtree ID entries.
Use the command more than once with the same filter ID to build a
filter that includes or excludes multiple MIB objects. Note that the filter
entries are applied in the sequence that they are defined.
The MIB subtree must be defined in the form “.1.3.6.1” and always
start with a “..
The mask is a hexadecimal value with each bit masking the
corresponding ID in the MIB subtree. A “1” in the mask indicates an
exact match and a “0” indicates a “wild card.” For example, a mask
value of 0xFFBF provides a bit mask “1111 1111 1011 1111.” If applied
to the subtree 1.3.6.1.2.1.2.2.1.1.23, the zero corresponds to the 10th
subtree ID. When there are more subtree IDs than bits in the mask, the
mask is padded with ones.
EXAMPLE
AP(config)#snmp-server vacm view trapfilter include .1
AP(config)#snmp-server vacm view trapfilter exclude .1.3.6.1.2.1.2.2.1.1.23
snmp-server user This command configures the SNMP v3 users that are allowed to manage
the access point. Use the no form to delete an SNMP v3 user.
SYNTAX
snmp-server user <username> <groupname> {none | md5 <auth-
passphrase>} {none | des <priv-passphrase>}
username - Name of the user connecting to the SNMP agent.
(Range: 1-32 characters)
groupname - Name of an SNMP group to which the user is assigned.
(Range: 1-32 characters)
none | md5 - Uses no authentication or MD5 authentication.
auth-passphrase - Authentication password. Enter a minimum of
eight characters for the user. (8 – 32 characters)
none | des - Uses SNMPv3 with no privacy, or with DES56
encryption.
priv-passphrase - Privacy password. Enter a minimum of eight
characters for the user. (8 – 32 characters)
DEFAULT SETTING
None