Specifications
3-352
Cisco Wide Area Application Services Command Reference
OL-11817-01
Chapter 3 CLI Commands
(config) snmp-server access-list
(config) snmp-server access-list
To configure a standard access control list on a WAAS device to allow access through an SNMP agent,
use the snmp-server access-list global configuration command. To remove a standard access control
list, use the no form of this command.
snmp-server access-list {num | name}
Syntax Description
Defaults No default behavior or values
Command Modes global configuration
Device Modes application-accelerator
central-manager
Usage Guidelines The snmp-server access-list number global configuration command configures an access control list to
allow access to an SNMP agent. The number variable is a number in the range 1 to 99, indicating a
standard access control list. SNMP checks against the specified access control list before accepting or
dropping incoming packets.
Examples The following example allows the SNMP agent to check against access control list 12 before accepting
or dropping packets:
WAE(config)# snmp-server access-list 12
Note You must first create access list 12 using the ip access-list standard global configuration command.
Related Commands (config) ip access-list
show running-config
num Standard access list number (1–99).
name Standard access list name, up to a maximum of 30 characters.