Specifications
3-625
Cisco Wide Area Application Services Command Reference
OL-21611-01
Chapter 3 CLI Commands
(config) wccp access-list
(config) wccp access-list
To configure an IP access list on a WAE for inbound WCCP GRE encapsulated traffic, use the wccp
access-list global configuration command. To disable this feature, use the no form of this command.
wccp access-list {acl-number | ext-acl-number | acl-name}
no wccp access-list {acl-number | ext-acl-number | acl-name}
Syntax Description
Defaults WCCP access lists are not configured by default.
Command Modes global configuration
Device Modes application-accelerator
Usage Guidelines The wccp access-list number global configuration command configures an access control list to allow
access to WCCP applications. See the Cisco Wide Area Application Services Configuration Guide for a
detailed description of how to use standard IP ACLs to control WCCP access on a WAE.
Note WCCP works only with IPv4 networks.
Examples The following example shows how to configure the WAE to apply IP access list number 10 to the
inbound WCCP traffic:
WAE(config)# wccp access-list 10
The following example shows sample output from the show ip access-list EXEC command from a WAE
that has several WCCP access lists configured:
WAE(config)# show ip access-list
Space available:
40 access lists
489 access list conditions
Standard IP access list 10
1 deny 10.1.1.1
2 deny any
(implicit deny any: 0 matches)
total invocations: 0
Standard IP access list 98
1 permit any
acl-number Standard IP access list number (1–99).
ext-acl-number Extended IP access list number (100–199).
acl-name Name of the access list. You can use a maximum of 30 characters.