PurposeCommand or Action
Enables the interfaces to which the content engines will
connect to receive multicast transmissions for which the web
interface type number
Example:
Device(config)# interface ethernet 0/0
Step 5
cache service will run, and enters interface configuration
mode.
(Optional) Enables Protocol Independent Multicast (PIM)
on an interface.
ip pim {sparse-mode | sparse-dense-mode |
dense-mode [proxy-register {list access-list |
route-map map-name}]}
Step 6
To ensure correct operation of the ip wccp
group-listen command on Catalyst 6500 series
switches and Cisco 7600 series routers, you must
enter the ip pim command in addition to the ip wccp
group-listen command.
Note
Example:
Device(config-if)# ip pim dense-mode
Configures an interface to enable or disable the reception of
IP multicast packets for WCCP.
ip wccp [vrf vrf-name] {web-cache | service-number}
group-listen
Example:
Device(config-if)# ip wccp 99 group-listen
Step 7
Using Access Lists for a WCCP Service Group
Perform this task to configure the device to use an access list to determine which traffic should be directed to
which content engines.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
access-list access-list-number remark remark
4.
access-list access-list-number permit {source [source-wildcard] | any} [log]
5.
access-list access-list-number remark remark
6.
access-list access-list-number deny {source [source-wildcard] | any} | [log]
7.
Repeat some combination of Steps 3 through 6 until you have specified the sources on which you want
to base your access list.
8.
ip wccp [vrf vrf-name] web-cache group-list access-list
9.
ip wccp [vrf vrf-name] web-cache redirect-list access-list
IP Application Services Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 1000)
69
Configuring WCCP
Using Access Lists for a WCCP Service Group