Specifications
3-359
Cisco Wide Area Application Services Command Reference
OL-11817-01
Chapter 3 CLI Commands
(config) snmp-server group
(config) snmp-server group
To define a user security model group for a WAAS device, use the snmp-server group global
configuration command. To remove the specified group, use the no form of this command.
snmp-server group name {v1 [notify name] [read name] [write name] | v2c [notify name] [read
name] [write name] | v3 {auth [notify name] [read name] [write name] | noauth [notify name]
[read name] [write name] | priv [notify name] [read name] [write name]}}
Syntax Description
Defaults The default is that no user security model group is defined.
Command Modes global configuration
Device Modes application-accelerator
central-manager
Usage Guidelines The maximum number of SNMP groups that can be created is 10.
Select one of three SNMP security model groups: Version 1 (v1) Security Model, Version 2c (v2c)
Security Model, or the User Security Model (v3 or SNMPv3). Optionally, you then specify a notify, read,
or write view for the group for the particular security model chosen. The v3 option allows you to specify
the group using one of three security levels: auth (AuthNoPriv Security Level), noauth (noAuthNoPriv
Security Level), or priv (AuthPriv Security Level).
name Name of the SNMP group. Supports up to a maximum of 64 characters.
v1 Specifies the group using the Version 1 Security Model.
notify (Optional) Specifies a notify view for the group that enables you to specify
a notify, inform, or trap.
name Notify view name. Supports up to a maximum of 64 characters.
read (Optional) Specifies a read view for the group that enables you only to view
the contents of the agent.
name Read view name. Supports up to a maximum of 64 characters.
write (Optional) Specifies a write view for the group that enables you to enter data
and configure the contents of the agent.
name Write view name. Supports up to a maximum of 64 characters.
v2c Specifies the group using the Version 2c Security Model.
v3 Specifies the group using the User Security Model (SNMPv3).
auth Specifies the group using the AuthNoPriv Security Level.
noauth Specifies the group using the noAuthNoPriv Security Level.
priv Specifies the group using the AuthPriv Security Level.