Specifications

3-516
Cisco Wide Area Application Services Command Reference
OL-16451-01
Chapter 3 CLI Commands
(config) snmp-server community
(config) snmp-server community
To enable the SNMP agent on a WAAS device and to set up the community access string to permit access
to the SNMP agent, use the snmp-server community global configuration command. To disable the
SNMP agent and remove the previously configured community string, use the no form of this command.
snmp-server community string [group groupname | rw]
no snmp-server community string [group groupname | rw]
Syntax Description
Defaults The SNMP agent is disabled and a community string is not configured. When configured, an SNMP
community string by default permits read-only access to all objects.
Command Modes global configuration
Device Modes application-accelerator
central-manager
Examples The following example shows how to enable the SNMP agent and assign the community string
comaccess to SNMP:
WAE(config)# snmp-server community comaccess
The following example shows how to disable the SNMP agent and remove the previously defined
community string:
WAE(config)# no snmp-server community
Related Commands (config) snmp-server community
(config) snmp-server contact
(config) snmp-server enable traps
(config) snmp-server group
(config) snmp-server host
(config) snmp-server location
(config) snmp-server mib
string Community string that acts like a password and permits access to the SNMP agent.
You can use up to a maximum of 64 characters.
group
groupname
(Optional) Specifies the group name to which the community string belongs. You can
use a maximum of 64 characters.
rw (Optional) Enables read-write access to this community string.