43-7
Catalyst 3560 Switch Software Configuration Guide
OL-8553-06
Chapter 43 Configuring Web Cache Services By Using WCCP
Configuring WCCP
To disable the web cache service, use the no ip wccp web-cache global configuration command. To
disable inbound packet redirection, use the no ip wccp web-cache redirect in interface configuration
command. After completing this procedure, you should configure the application engines in the network.
This example shows how to configure routed interfaces and to enable the web cache service with a
multicast group address and a redirect access list. Gigabit Ethernet port 1 is connected to the application
engine, is configured as a routed port with an IP address of 172.20.10.30, and is re-enabled. Gigabit
Ethernet port 2 is connected through the Internet to the web server, is configured as a routed port with
an IP address of 175.20.20.10, and is re-enabled. Gigabit Ethernet ports 3 to 6 are connected to the
clients and are configured as routed ports with IP addresses 175.20.30.20, 175.20.40.30, 175.20.50.40,
and 175.20.60.50. The switch listens for multicast traffic and redirects packets received from the client
interfaces to the application engine.
Switch# configure terminal
Switch(config)# ip wccp web-cache 80 group-address 224.1.1.100 redirect list 12
Switch(config)# access-list 12 permit host 10.1.1.1
Switch(config)# interface gigabitethernet0/1
Switch(config-if)# no switchport
Switch(config-if)# ip address 172.20.10.30 255.255.255.0
Switch(config-if)# no shutdown
Switch(config-if)# ip wccp web-cache group-listen
Switch(config-if)# exit
Switch(config)# interface gigabitethernet0/2
Switch(config-if)# no switchport
Switch(config-if)# ip address 175.20.20.10 255.255.255.0
Switch(config-if)# no shutdown
Switch(config-if)# exit
Switch(config)# interface gigabitethernet0/3
Switch(config-if)# no switchport
Step 6 no shutdown Enable the interface.
Step 7 exit Return to global configuration mode. Repeat Steps 3 through 7 for each
application engine and web server.
Step 8 interface interface-id Specify the interface connected to the client, and enter interface
configuration mode.
Step 9 no switchport Enter Layer 3 mode.
Step 10 ip address ip-address subnet-mask Configure the IP address and subnet mask.
Step 11 no shutdown Enable the interface.
Step 12 ip wccp {web-cache | service-number}
redirect in
Redirect packets received from the client to the application engine.
Enable this on the interface connected to the client.
Step 13 ip wccp {web-cache | service-number}
group-listen
(Optional) When using a multicast group address, group-listen enables
the interface to listen for the multicast address. Enable this on the
interface connected to the application engine.
Step 14 exit Return to global configuration mode. Repeat Steps 8 through 13 for each
client.
Step 15 end Return to privileged EXEC mode.
Step 16 show ip wccp web-cache
and
show running-config
Verify your entries.
Step 17 copy running-config startup-config (Optional) Save your entries in the configuration file.
Command Purpose