Ключевые слова:cisco, cache, squid, transparent, (найти похожие документы)
Date: Tue, 27 Mar 2001 14:03:56 +0000 (UTC)
From: Denis Larionov <[email protected]>
Newsgroups: fido7.ru.cisco
Subject: WCCP - Web Cache Coordination Protocol
> Куда уж точней? Мне нужен софт (proxy) для UNIX-а,
> который бы поддерживал WCCP.
> Есть squid - но не получилось заставить его работать
> под FreeBSD 4.2 stable.
>
> На самом деле может он и работает, но в ФАКе к нему
> просят настроить что-то такое:
>
> access-list 110 deny tcp host 10.0.3.22 any eq www
> access-list 110 permit tcp any any eq www
>
> route-map proxy-redirect permit 10
> match ip address 110
> set ip next-hop 10.0.3.22
>
> int eth2/0
> ip policy route-map proxy-redirect
>
> что мне ну совершенно не нравится, т.к. без разбору
> _весь_ трафик будет перенаправлен на squid(10.0.3.22), а это
> IMXO идет вразрез с идеологией WCCP.
>
> Может я в ФАКе чего-нють не понял?
Нет подожди, это транспарент без всякого WCCP. Ты посмотри
повнимательнее:
http://www.squid-cache.org/Doc/FAQ/FAQ-17.html#ss17.11
Configuring your Router
There are two different methods of configuring WCCP on CISCO routers.
The first method is for routers that only support V1.0 of the protocol.
The second is for routers that
support both.
IOS Version 11.x
It is possible that later versions of IOS 11.x will support V2.0 of the
protocol. If that is the case follow the 12.x instructions. Several
people have reported that the squid
implimentation of WCCP does not work with their 11.x routers. If you
experience this please mail the debug output from your router to
squid-bugs.
conf t
wccp enable
!
interface [Interface Carrying Outgoing Traffic]x/x
!
ip wccp web-cache redirect
!
CTRL Z
write mem
IOS Version 12.x
Some of the early versions of 12.x do not have the 'ip wccp version'
command. You will need to upgrade your IOS version to use V1.0.
You will need to be running at least IOS Software Release 12.0(5)T if
you're running the 12.0 T-train. IOS Software Releases 12.0(3)T and
12.0(4)T do not have WCCPv1, but
12.0(5)T does.
conf t
ip wccp version 1
ip wccp web-cache
!
interface [Interface Carrying Outgoing/Incomming Traffic]x/x
ip wccp web-cache redirect out|in
!
CTRL Z
write mem
--
Denis Larionov