My experience is with Cisco Cache Engines running version 1 and 2 wccp.
I have never implemented a cache on squid (that should be wccp running on a 
unix box, right?), so I really cant help much there. But if ur router is 
properly configured, below is the wccp config u should have:

ip wccp version 1
ip wccp web-cache
!
!
interface Ethernet0/0
description link to LAN
ip address x.x.x.x 255.255.255.224
ip wccp web-cache redirect out
ip route-cache same-interface
full-duplex

If u do a debug ip wccp and terminal monitor, u should see output like:

*Mar  1 20:11:25.374: WCCP-EVNT: Built I_See_You msg body w/0 usable web 
caches, change # 00000001
*Mar  1 20:11:39.671: WCCP-EVNT: Built I_See_You msg body w/1 usable web 
caches, change # 00000002
*Mar  1 20:11:39.671: %WCCP-5-CACHEFOUND: Web Cache x.x.x.x acquired
*Mar  1 20:11:49.659: WCCP-EVNT: Built I_See_You msg body w/1 usable web 
caches, change # 00000003

The debug output indicates communication between ur cache and router. That 
ur router indicates redirected packets is good, but is ur cache recieving 
them?

Do u have in global config, the command:

ip wccp redirect-list 199

to reference ur

access-list 199 permit ip 202.162.214.0 0.0.0.255 any?

I will remove the access-list to see if it is denying traffic.

HTH


>From: ramba linknetuser 
>To: [EMAIL PROTECTED]
>Subject: Re: Help on Configure WCCP [7:52084]
>Date: Tue, 27 Aug 2002 23:55:49 +0700
>
>Hello,
>
>Thanks for your reply on my message. Right now, I've already changed the
>version of wccp to version 1. But now, I have another problem.
>
>In router (sh ip wccp), it show that there are packets that redirect to the
>cache engine. But, when I checked the cache engine log, there was no 
>request
>of http going to the squid.
>I've already reconfigure the squid and the kernel, but it still the same
>
>Can you help me with this? Is it my access list wrong?
>
>My access list: access-list 199 permit ip 202.162.214.0 0.0.0.255 any
>
>
>Regards
>
>ER
>


a cache on squid

_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=52150&t=52084
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to