Specifications
3-522
Cisco Wide Area Application Services Command Reference
OL-16451-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]}}
no 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.
group name Specifies the SNMP group. You can enter a maximum of 64 characters.
v1 Specifies the group using the Version 1 Security Model.
notify name (Optional) Specifies a notify view name for the group that enables you to
specify a notify, inform, or trap. You can enter a maximum of 64 characters.
read name (Optional) Specifies a read view name for the group that enables you to
view only the contents of the agent. You can enter a maximum of 64
characters.
write (Optional) Specifies a write view name for the group that enables you to
enter data and configure the contents of the agent. You can enter 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.