Hi
AFAIK, Cisco route  Identifies that, in your network there are 2 cache
servers
you want the  traffic to redirct to squid cache server
configure in your wan interface ( serial port)
interface s 0/0
.....
ip wccp web-cache redirect out
....
and check if you able to get traffic in your squid server
by doing tail -f /var/log/squid/access.log ( default)
hare
----- Original Message -----
From: "Kuba Leszewski" <k.leszewski@ce3.pl>
To: <squid-users@squid-cache.org>
Sent: Thursday, January 16, 2003 7:39 PM
Subject: [squid-users] can't redirect wccp
> Hi,
>
> Here is my set-up
>
>
> [CISCO 26xx]
>         |
>         | Fa0/0 a.b.c.d
>         |
>         |
>         L____ x.y.z.v [SQUID]
>         |
>         |e.f.g.h
> [MASQ Gateway]
>         |
>         |
> [LAN 192.168.0.0/24]
>
> Cisco router and Squid see each other.
> I mean there's a gre  tunnel between them, and they exchange Hello/I see
> You wccp packets.
> The gre tunnel endpoints are 192.168.45.1 (Cisco), and .2 (Squid).
>
> squid.conf is:
> wccp_router 192.168.45.1
> wccp_version 3
> wccp_outgoing_addres 192.168.45.2
>
>
> Also "show ip wccp web-cache detail" shows:
>         IP Address:            x.y.z.v
>         Protocol Version:      0.3
>         State:                 Usable
>         Initial Hash Info:     00000000000000000000000000000000
>                                00000000000000000000000000000000
>         Assigned Hash Info:    00000000000000000000000000000000
>                                00000000000000000000000000000000
>         Hash Allotment:        0 (0.00%)
>         Packets Redirected:    0
>         Connect Time:          23:17:50
>
>         IP Address:            192.168.45.2
>         Protocol Version:      0.3
>         State:                 Usable
>         Initial Hash Info:     00000000000000000000000000000000
>                                00000000000000000000000000000000
>         Assigned Hash Info:    00000000000000000000000000000000
>                                00000000000000000000000000000000
>         Hash Allotment:        0 (0.00%)
>         Packets Redirected:    0
>         Connect Time:          23:17:46
>
> "show ip wccp web-cache" shows:
>     Router information:
>         Router Identifier:                   192.168.251.5  (this is the
> addres of Loopback1 interface)
>         Protocol Version:                    1.0
>
>     Service Identifier: web-cache
>         Number of Cache Engines:             2
>         Number of routers:                   1
>         Total Packets Redirected:            0
>         Redirect access-list:                120
>         Total Packets Denied Redirect:       0
>         Total Packets Unassigned:            3710
>         Group access-list:                   -none-
>         Total Messages Denied to Group:      0
>         Total Authentication failures:       0
>
>
> Anyway, I can't redirect anything to the cache.
>
> My question is simple.
> What to put in cisco's configuration, to redirect all http traffic
> (originating from LAN)
> to the Squid.
>
> So far it's only
> ip wccp web-cache
> ip wccp version 1
>
> Why Cisco sees wccp squid at 2 different addreses  ?
> Why is the Loopback addres set as router identifier ? And how can I
> change it ?
>
>
> Regards
> Kuba
>
>
>
>
Received on Thu Jan 16 2003 - 07:20:08 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:12:41 MST