Specifications

3-530
Cisco Wide Area Application Services Command Reference
OL-21611-01
Chapter 3 CLI Commands
(config) ip access-list
(config) ip access-list
To create and modify access lists on a WAAS device for controlling access to interfaces or applications,
use the ip access-list global configuration command. To disable an access list, use the no form of this
command.
ip access-list {standard {acl-name | acl-num} | extended {acl-name | acl-num} | logging}
no ip access-list {standard {acl-name | acl-num} | extended {acl-name | acl-num} | logging}
Syntax Description
Defaults An access list drops all packets unless you configure at least one permit entry.
Command Modes global configuration
Device Modes application-accelerator
central-manager
standard Enables standard ACL configuration mode. The CLI enters the standard
ACL configuration mode in which all subsequent commands apply to the
current standard access list. The (config-std-nacl) prompt appears:
WAE(config-std-nacl)#
See the “Standard ACL Configuration Mode Commands” section for details
about working with entries in a standard access list and the commands
available from the standard ACL configuration mode (config-std-nacl)#.
extended Enables extended ACL configuration mode. The CLI enters the extended
ACL configuration mode in which all subsequent commands apply to the
current extended access list. The (config-ext-nacl) prompt appears:
WAE(config-ext-nacl)#
See the “Extended ACL Configuration Mode Commands” section for
details about working with entries in an extended access list and the
commands available from the extended ACL configuration mode
(config-ext-nacl)#.
acl-name Access list to which all commands entered from ACL configuration mode
apply, using an alphanumeric string of up to 30 characters, beginning with
a letter.
acl-num Access list to which all commands entered from access list configuration
mode apply, using a numeric identifier. For standard access lists, the valid
range is 1 to 99; for extended access lists, the valid range is 100 to 199.
logging Enables logging for all IP access lists.