Specifications
3-400
Cisco Wide Area Application Services Command Reference
OL-11817-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.
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. The number variable is a number in the range 1 to 99, indicating a standard
access control list or a number in the range 100 to 199, indicating an extended access control list. WCCP
checks against the specified access control list before accepting or dropping incoming packets.
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 configures the WAE to apply IP access list number 10 to 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
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 (30 characters maximum).