cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
887
Views
0
Helpful
5
Replies

WCCP configuration

itdsmartnet
Level 1
Level 1

hi,

i want to configure transparent proxy in my network, there are different vlan on my network. All vlans are configured as a interface vlan. Any help in configuring WCCP on my network, for caching i am using red hat linux

5 Replies 5

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Waseem,

here it is a link for C3750 WCCP configuration

http://www.cisco.com/en/US/docs/switches/lan/catalyst3750e_3560e/software/release/12.2_44_se/configuration/guide/swwccp.html#wp1051427

just a note:

You cannot configure WCCP and PBR on the same switch interface.

So if you use WCCP you don't need PBR for doing the job od diverting traffic to the transparent web cache.

WCCP is thought for this use

Hope to help

Giuseppe

hello Giuseppe

Thanks for your reply , please guide me to configure WCCP on my router and where i place my squid proxy.

I have 3845 router and one of its interface serial0 is connected to the internet, fasteherenet is connected on a switch 3750. There are different interface VLANs on my LAN segment. Please guide my to configure WCCP.

Thanks

Hello Waseem,

the setup is very similar to the PBR scenario:

you need to define the WCCP service with

ip wccp {web-cache | service-number}

If you have multiple client vlan you will need the command

ip wccp {web-cache | service-number} redirect in

on all of them.

the SQuid will be in a DMZ vlan

well you need three interfaces:

one towards the customer/client where you do WCCP intercepts incoming packets

one ouside WAN interface towards the internet

one dmz / horizontal link where you place the proxy / web cache

Incoming packets from users will be sent to the proxy ,the proxy will go to the internet opening a TCP session on behalf of the customer.

So you will have two coordinated TCP sessions

user <-----> proxy TCP_A

proxy <-----> real web server TCP_B

Return path will be

outside -> proxy -> || proxy --> user

TCP_B || TCP_A

Hope to help

Giuseppe

hi Giuseppe

Thanks a lot for your guidance, my question is how the router knows where the proxy is? do i have to mentioned the ip address of proxy in WCCP configuration? i have only one proxy server. Does it works well on 3845 router?

You do not need to mention the ip of the proxy on the router configuration, in fact you need to mention the routers ip on the proxy server (ex: squid) and as soon as the proxy starts he will "register" itself via WCCP with your router. Your proxy needs to have the WCCP module installed and will work very well on your 3845.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card