Specifications
3-629
Cisco Wide Area Application Services Command Reference
OL-21611-01
Chapter 3 CLI Commands
(config) wccp router-list
(config) wccp router-list
To configure a router list for WCCP Version 2, use the wccp router-list global configuration command.
To disable this function, use the no form of this command.
wccp router-list number ip-address
no wccp router-list number ip-address
Syntax Description
Defaults Disabled
Command Modes global configuration
Device Modes application-accelerator
Usage Guidelines Each router list can contain up to 32 routers and you can have up to 8 router lists.
Note Do not create or modify router list number 8. The WAAS Central Manager uses router list number 8 for
a default router list that contains the default gateway.
Note The ip wccp global configuration command must be used to enable WCCP on each router that is
included on the router list.
WCCP works only with IPv4 networks.
Examples The following example shows how that router list number 7 is created and contains a single router (the
WCCP Version 2-enabled router with IP address 192.168.68.98):
WAE(config)# wccp router-list 7 192.168.68.98
The following example shows how to delete the router list number 7 created in the previous example:
WAE(config)# no wccp router-list 7 192.168.68.98
The following example shows how to create a router list (router list 1) and then configure the WAE to
accept redirected TCP traffic from the WCCP Version 2-enabled router on router list 1:
WAE(config)# wccp router-list 1 10.10.10.2
WAE(config)# wccp tcp-promiscuous router-list 1
WAE(config)# wccp version 2
number Router list number (1–8).
ip-address IP address of the router to add to the list.