Specifications
2-249
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 group
snmp-server group
To configure a new SNMP group, or a table that maps SNMP users to SNMP views, use the snmp-server
group global configuration command. To remove a specified SNMP group, use the no form of this
command.
[no] snmp-server group [groupname {v1 | v2c | v3 {auth | noauth | priv}}] [read readview]
[write writeview] [notify notifyview] [access access-list]
Syntax Description
Defaults Table 2-13 lists the default settings for the SNMP views:
Ta b l e 2-13 Default View Settings
groupname (Optional) Specifies the name of the group.
v1 (Optional) The least secure of the possible security models.
v2c (Optional) The second-least secure of the possible security models. It
allows for the transmission of informs and counter 64, which allows for
integers twice the width of what is normally allowed.
v3 (Optional) The most secure of the possible security models.
auth (Optional) Specifies authentication of a packet without encrypting it.
noauth (Optional) Specifies no authentication of a packet.
priv (Optional) Specifies authentication of a packet with encryption.
read (Optional) The option that allows you to specify a read view.
readview (Optional) A string (not to exceed 64 characters) that is the name of the
view that enables a user only to view the contents of the agent.
write (Optional) The option that allows you to specify a write view.
writeview (Optional) A string (not to exceed 64 characters) that is the name of the
view that enables a user to enter data and configure the contents of the
agent.
notify (Optional) The option that allows you to specify a notify view.
notifyview (Optional) A string (not to exceed 64 characters) that is the name of the
view that enables you to specify a notify, inform, or trap.
access (Optional) The option that allows you to specify an access list.
access-list (Optional) A string (not to exceed 64 characters) that is the name of the
access list.
Setting Description
readview Assumed to be every object belonging to the Internet (1.3.6.1) OID space, unless the
user uses the read option to override this state.
writeview Nothing is defined for the write view (that is, the null OID). You must configure write
access.
notifyview Nothing is defined for the notify view (that is, the null OID). If a view is specified,
any notifications in that view that are generated will be sent to all users associated
with the group (provided an SNMP server host configuration exists for the user).