Re: Router with Web Cache Engine

2000-11-21 Thread Lowell Sharrah

why would you want a router to cache web pages/addresses?  a router is made to route 
packets.

>>> "Minh Vu" <[EMAIL PROTECTED]> 11/21/00 12:24PM >>>
I tried on 2501 vesion 12.1 Enterprise and 1005 version 11.3aT1 Enterprise,
they both still don't have that command. (ip wccp)

I also do "sh ip wccp" or "sh ip wccp web-caches" and got reply with invalid
input:

HST2501#sh ip wccp
 ^
% Invalid input detected at '^' marker.

HST2501#


Any ???


- Original Message -
From: "Steve Smith" <[EMAIL PROTECTED]>
To: "Minh Vu" <[EMAIL PROTECTED]>
Sent: Tuesday, November 21, 2000 9:04 AM
Subject: RE: Router with Web Cache Engine


* Cisco IOS Release 11.1(14)CA, and the 7500 and 7200 series
routers


* Cisco IOS Release 11.2 (10)P, and the 2500, 36xx, 4x00, RSP7000,
7200, and 7500 series routers, and the router blade for the Catalyst
5000
 Usually Enterprise. I run Enterprise and I have the ability.
* -Original Message-
From: Minh Vu [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 21, 2000 10:09 AM
To: [EMAIL PROTECTED] 
Subject: Router with Web Cache Engine



Hi,

Anyone know which IOS (ie: IP, Enterprise, FW, etc...) support the Web
Cache Engine ? I tried to find the command on my router but I couldn't
find it on Cisco 1005 and 2501 with Enterprise feature set.
I did went thru cisco document site.
http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver1 
5/wc1pre.htm
<http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver 
15/wc1pre.htm>
and here
http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver1 
5/wc1inst.htm#16914
<http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver 
15/wc1inst.htm#16914>

they said type in command in global configuration mode: ip wccp
but when I tried on those two routers it was unknown command.

Anyone have any hint?

Thanks

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html 
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Router with Web Cache Engine

2000-11-21 Thread Jon Tucker

The router does not cache the web pages, the cache engine caches the web
pages.  The router is told to redirect all outbound HTTP packets to the
cache server.  Then the cache engine takes over.  Either returning a
previously cached copy of the requested page or fetching the page and
storing it for future requests.

Minh,

the command to start the wccp process is:  "ip wccp enable".  I run it on a
3640 router with IP Enterprise 11.2 code.   I'm not certain if wccp is
available on those lower end systems.  I tried a quick search through my
cache engine manual, but found no reference to minimum router config.  

- Jon

-Original Message-
From: Lowell Sharrah [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 21, 2000 2:32 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: Router with Web Cache Engine


why would you want a router to cache web pages/addresses?  a router is made
to route packets.

>>> "Minh Vu" <[EMAIL PROTECTED]> 11/21/00 12:24PM >>>
I tried on 2501 vesion 12.1 Enterprise and 1005 version 11.3aT1 Enterprise,
they both still don't have that command. (ip wccp)

I also do "sh ip wccp" or "sh ip wccp web-caches" and got reply with invalid
input:

HST2501#sh ip wccp
 ^
% Invalid input detected at '^' marker.

HST2501#


Any ???


- Original Message -
From: "Steve Smith" <[EMAIL PROTECTED]>
To: "Minh Vu" <[EMAIL PROTECTED]>
Sent: Tuesday, November 21, 2000 9:04 AM
Subject: RE: Router with Web Cache Engine


* Cisco IOS Release 11.1(14)CA, and the 7500 and 7200 series
routers


* Cisco IOS Release 11.2 (10)P, and the 2500, 36xx, 4x00, RSP7000,
7200, and 7500 series routers, and the router blade for the Catalyst
5000
 Usually Enterprise. I run Enterprise and I have the ability.
* -Original Message-
From: Minh Vu [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 21, 2000 10:09 AM
To: [EMAIL PROTECTED] 
Subject: Router with Web Cache Engine



Hi,

Anyone know which IOS (ie: IP, Enterprise, FW, etc...) support the Web
Cache Engine ? I tried to find the command on my router but I couldn't
find it on Cisco 1005 and 2501 with Enterprise feature set.
I did went thru cisco document site.
http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver1 
5/wc1pre.htm
<http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver 
15/wc1pre.htm>
and here
http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver1 
5/wc1inst.htm#16914
<http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver 
15/wc1inst.htm#16914>

they said type in command in global configuration mode: ip wccp
but when I tried on those two routers it was unknown command.

Anyone have any hint?

Thanks

_
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html 
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Router with Web Cache Engine

2000-11-21 Thread Minh Vu

That the way Cisco Web Cache Engine works.  Its need router to point port 80
request to Web Cache Engine first before router route packet thru internet.

- Original Message -
From: "Lowell Sharrah" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, November 21, 2000 11:31 AM
Subject: Re: Router with Web Cache Engine


why would you want a router to cache web pages/addresses?  a router is made
to route packets.

>>> "Minh Vu" <[EMAIL PROTECTED]> 11/21/00 12:24PM >>>
I tried on 2501 vesion 12.1 Enterprise and 1005 version 11.3aT1 Enterprise,
they both still don't have that command. (ip wccp)

I also do "sh ip wccp" or "sh ip wccp web-caches" and got reply with invalid
input:

HST2501#sh ip wccp
 ^
% Invalid input detected at '^' marker.

HST2501#


Any ???


- Original Message -
From: "Steve Smith" <[EMAIL PROTECTED]>
To: "Minh Vu" <[EMAIL PROTECTED]>
Sent: Tuesday, November 21, 2000 9:04 AM
Subject: RE: Router with Web Cache Engine


* Cisco IOS Release 11.1(14)CA, and the 7500 and 7200 series
routers


* Cisco IOS Release 11.2 (10)P, and the 2500, 36xx, 4x00, RSP7000,
7200, and 7500 series routers, and the router blade for the Catalyst
5000
 Usually Enterprise. I run Enterprise and I have the ability.
* -Original Message-
From: Minh Vu [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 21, 2000 10:09 AM
To: [EMAIL PROTECTED]
Subject: Router with Web Cache Engine



Hi,

Anyone know which IOS (ie: IP, Enterprise, FW, etc...) support the Web
Cache Engine ? I tried to find the command on my router but I couldn't
find it on Cisco 1005 and 2501 with Enterprise feature set.
I did went thru cisco document site.
http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver1
5/wc1pre.htm
<http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver
15/wc1pre.htm>
and here
http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver1
5/wc1inst.htm#16914
<http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver
15/wc1inst.htm#16914>

they said type in command in global configuration mode: ip wccp
but when I tried on those two routers it was unknown command.

Anyone have any hint?

Thanks

_
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Router with Web Cache Engine

2000-11-21 Thread Minh Vu

You could be right Jon, I saw the command were in 4000, 4500, 4700, and 7206
but not on 1005 and 25xx.  I did search the Cisco Document site, but didn't
find anything about which router support the cache engine.

But I think the cache engine should work well with lower end router since no
minimum hardware router requirement.  I will try send the question to TAC,
and let see what they said.

Minh,


- Original Message -
From: "Jon Tucker" <[EMAIL PROTECTED]>
To: "'Lowell Sharrah'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, November 21, 2000 12:04 PM
Subject: RE: Router with Web Cache Engine


> The router does not cache the web pages, the cache engine caches the web
> pages.  The router is told to redirect all outbound HTTP packets to the
> cache server.  Then the cache engine takes over.  Either returning a
> previously cached copy of the requested page or fetching the page and
> storing it for future requests.
>
> Minh,
>
> the command to start the wccp process is:  "ip wccp enable".  I run it on
a
> 3640 router with IP Enterprise 11.2 code.   I'm not certain if wccp is
> available on those lower end systems.  I tried a quick search through my
> cache engine manual, but found no reference to minimum router config.
>
> - Jon
>
> -Original Message-
> From: Lowell Sharrah [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, November 21, 2000 2:32 PM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: Router with Web Cache Engine
>
>
> why would you want a router to cache web pages/addresses?  a router is
made
> to route packets.
>
> >>> "Minh Vu" <[EMAIL PROTECTED]> 11/21/00 12:24PM >>>
> I tried on 2501 vesion 12.1 Enterprise and 1005 version 11.3aT1
Enterprise,
> they both still don't have that command. (ip wccp)
>
> I also do "sh ip wccp" or "sh ip wccp web-caches" and got reply with
invalid
> input:
>
> HST2501#sh ip wccp
>  ^
> % Invalid input detected at '^' marker.
>
> HST2501#
>
>
> Any ???
>
>
> - Original Message -
> From: "Steve Smith" <[EMAIL PROTECTED]>
> To: "Minh Vu" <[EMAIL PROTECTED]>
> Sent: Tuesday, November 21, 2000 9:04 AM
> Subject: RE: Router with Web Cache Engine
>
>
> * Cisco IOS Release 11.1(14)CA, and the 7500 and 7200 series
> routers
>
>
> * Cisco IOS Release 11.2 (10)P, and the 2500, 36xx, 4x00, RSP7000,
> 7200, and 7500 series routers, and the router blade for the Catalyst
> 5000
>  Usually Enterprise. I run Enterprise and I have the ability.
> * -Original Message-
> From: Minh Vu [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, November 21, 2000 10:09 AM
> To: [EMAIL PROTECTED]
> Subject: Router with Web Cache Engine
>
>
>
> Hi,
>
> Anyone know which IOS (ie: IP, Enterprise, FW, etc...) support the Web
> Cache Engine ? I tried to find the command on my router but I couldn't
> find it on Cisco 1005 and 2501 with Enterprise feature set.
> I did went thru cisco document site.
> http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver1
> 5/wc1pre.htm
> <http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver
> 15/wc1pre.htm>
> and here
> http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver1
> 5/wc1inst.htm#16914
> <http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver
> 15/wc1inst.htm#16914>
>
> they said type in command in global configuration mode: ip wccp
> but when I tried on those two routers it was unknown command.
>
> Anyone have any hint?
>
> Thanks
>
> _
> FAQ, list archives, and subscription info:
> http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>
> _
> FAQ, list archives, and subscription info:
> http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>
> _
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Router with Web Cache Engine

2000-11-21 Thread Tim Schlosser



12.07T has the wccp code enabled.  I believe 
you need the T train, and at a minimum of 12.04T

  - Original Message - 
  From: 
  Minh Vu 
  To: [EMAIL PROTECTED] 
  Sent: Tuesday, November 21, 2000 11:09 
  AM
  Subject: Router with Web Cache 
  Engine
  
  Hi,
   
  Anyone know which IOS (ie: IP, Enterprise, FW, 
  etc...) support the Web Cache Engine ? I tried to find the command on my 
  router but I couldn't find it on Cisco 1005 and 2501 with Enterprise feature 
  set.  
  I did went thru cisco document site.
  http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver15/wc1pre.htm
  and here
  http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver15/wc1inst.htm#16914
   
  they said type in command in global configuration 
  mode: ip wccp 
  but when I tried on those two routers it was 
  unknown command.
   
  Anyone have any hint?
   
  Thanks


Re: Router with Web Cache Engine

2000-11-21 Thread Minh Vu



I'm running Enterprise version 12.1 and 11.3 which 
I believe they will have the "ip wccp enable". According Cisco document, they 
said "ip wccp enable" was implemented on 11.2 and later, but they didn't mention 
which hardware will supported..

  - Original Message - 
  From: 
  Tim 
  Schlosser 
  To: Minh Vu ; [EMAIL PROTECTED] 
  Sent: Tuesday, November 21, 2000 3:06 
  PM
  Subject: Re: Router with Web Cache 
  Engine
  
  12.07T has the wccp code enabled.  I believe 
  you need the T train, and at a minimum of 12.04T
  
- Original Message - 
From: 
Minh Vu 
To: [EMAIL PROTECTED] 
Sent: Tuesday, November 21, 2000 11:09 
AM
Subject: Router with Web Cache 
Engine

Hi,
 
Anyone know which IOS (ie: IP, Enterprise, FW, 
etc...) support the Web Cache Engine ? I tried to find the command on my 
router but I couldn't find it on Cisco 1005 and 2501 with Enterprise feature 
set.  
I did went thru cisco document 
site.
http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver15/wc1pre.htm
and here
http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver15/wc1inst.htm#16914
 
they said type in command in global 
configuration mode: ip wccp 
but when I tried on those two routers it was 
unknown command.
 
Anyone have any hint?
 
Thanks


Re: Router with Web Cache Engine

2000-11-21 Thread Tim Schlosser



Try downloading the T train and it should 
work.  We use it on 2500 series routers with 12.07T and it works 
fine.  You should also consider upgrading the cache engine code to 2.20 or 
later.  It allows you to cache multiple ports other than 80.  This 
would be needed if your WEB server utilizes a port other than port 
80.
 
 

  - Original Message - 
  From: 
  Minh Vu 
  To: Tim Schlosser ; [EMAIL PROTECTED] 
  Sent: Tuesday, November 21, 2000 6:21 
  PM
  Subject: Re: Router with Web Cache 
  Engine
  
  I'm running Enterprise version 12.1 and 11.3 
  which I believe they will have the "ip wccp enable". According Cisco document, 
  they said "ip wccp enable" was implemented on 11.2 and later, but they didn't 
  mention which hardware will supported..
  
- Original Message - 
From: 
Tim 
Schlosser 
To: Minh Vu ; [EMAIL PROTECTED] 
Sent: Tuesday, November 21, 2000 3:06 
    PM
    Subject: Re: Router with Web Cache 
Engine

12.07T has the wccp code enabled.  I 
believe you need the T train, and at a minimum of 12.04T

  - Original Message - 
  From: 
  Minh Vu 
  To: [EMAIL PROTECTED] 
  Sent: Tuesday, November 21, 2000 
  11:09 AM
  Subject: Router with Web Cache 
  Engine
  
  Hi,
   
  Anyone know which IOS (ie: IP, Enterprise, 
  FW, etc...) support the Web Cache Engine ? I tried to find the command on 
  my router but I couldn't find it on Cisco 1005 and 2501 with Enterprise 
  feature set.  
  I did went thru cisco document 
  site.
  http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver15/wc1pre.htm
  and here
  http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver15/wc1inst.htm#16914
   
  they said type in command in global 
  configuration mode: ip wccp 
  but when I tried on those two routers it was 
  unknown command.
   
  Anyone have any hint?
   
  Thanks


Re: Router with Web Cache Engine

2000-11-21 Thread Kenneth Lorenzo

the wccp is a command on the router that would route it to a "web cache
engine" which is a caching server. So instead of getting a layer 4 switch,
this feature allows a router to look into http requests and forwards it to
the cache server.

"Lowell Sharrah" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> why would you want a router to cache web pages/addresses?  a router is
made to route packets.
>
> >>> "Minh Vu" <[EMAIL PROTECTED]> 11/21/00 12:24PM >>>
> I tried on 2501 vesion 12.1 Enterprise and 1005 version 11.3aT1
Enterprise,
> they both still don't have that command. (ip wccp)
>
> I also do "sh ip wccp" or "sh ip wccp web-caches" and got reply with
invalid
> input:
>
> HST2501#sh ip wccp
>  ^
> % Invalid input detected at '^' marker.
>
> HST2501#
>
>
> Any ???
>
>
> ----- Original Message -
> From: "Steve Smith" <[EMAIL PROTECTED]>
> To: "Minh Vu" <[EMAIL PROTECTED]>
> Sent: Tuesday, November 21, 2000 9:04 AM
> Subject: RE: Router with Web Cache Engine
>
>
> * Cisco IOS Release 11.1(14)CA, and the 7500 and 7200 series
> routers
>
>
> * Cisco IOS Release 11.2 (10)P, and the 2500, 36xx, 4x00, RSP7000,
> 7200, and 7500 series routers, and the router blade for the Catalyst
> 5000
>  Usually Enterprise. I run Enterprise and I have the ability.
> * -Original Message-
> From: Minh Vu [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, November 21, 2000 10:09 AM
> To: [EMAIL PROTECTED]
> Subject: Router with Web Cache Engine
>
>
>
> Hi,
>
> Anyone know which IOS (ie: IP, Enterprise, FW, etc...) support the Web
> Cache Engine ? I tried to find the command on my router but I couldn't
> find it on Cisco 1005 and 2501 with Enterprise feature set.
> I did went thru cisco document site.
> http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver1
> 5/wc1pre.htm
> <http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver
> 15/wc1pre.htm>
> and here
> http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver1
> 5/wc1inst.htm#16914
> <http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver
> 15/wc1inst.htm#16914>
>
> they said type in command in global configuration mode: ip wccp
> but when I tried on those two routers it was unknown command.
>
> Anyone have any hint?
>
> Thanks
>
> _
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>
> _
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>


_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Router with Web Cache Engine

2000-11-21 Thread SINEATH, JOSEPH E (AIT)



Use IP 
WCCP WEB-CACHE. That will enable cache discovery globally. You must then use IP 
WCCP REDIRECT-OUT on the interface connected to your cache server's segment. 

 
You 
may need to use IP WCCP WEB-CACHE REDIRECT-LIST XXX (where XXX is 
access-list #) globally to filter specific IP's that should NOT be 
redirected.
 
Regards,
Eric 
Sineath
CCIE 
(R/S & Design) #4504
Senior 
Consultant 
SBC 
DataComm

  -Original Message-From: Minh Vu 
  [mailto:[EMAIL PROTECTED]]Sent: Tuesday, November 21, 2000 6:22 
  PMTo: Tim Schlosser; [EMAIL PROTECTED]Subject: Re: 
  Router with Web Cache Engine
  I'm running Enterprise version 12.1 and 11.3 
  which I believe they will have the "ip wccp enable". According Cisco document, 
  they said "ip wccp enable" was implemented on 11.2 and later, but they didn't 
  mention which hardware will supported..
  
- Original Message - 
From: 
Tim 
Schlosser 
To: Minh Vu ; [EMAIL PROTECTED] 
Sent: Tuesday, November 21, 2000 3:06 
    PM
Subject: Re: Router with Web Cache 
Engine

12.07T has the wccp code enabled.  I 
believe you need the T train, and at a minimum of 12.04T

  - Original Message - 
  From: 
  Minh Vu 
  To: [EMAIL PROTECTED] 
  Sent: Tuesday, November 21, 2000 
  11:09 AM
  Subject: Router with Web Cache 
  Engine
  
  Hi,
   
  Anyone know which IOS (ie: IP, Enterprise, 
  FW, etc...) support the Web Cache Engine ? I tried to find the command on 
  my router but I couldn't find it on Cisco 1005 and 2501 with Enterprise 
  feature set.  
  I did went thru cisco document 
  site.
  http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver15/wc1pre.htm
  and here
  http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver15/wc1inst.htm#16914
   
  they said type in command in global 
  configuration mode: ip wccp 
  but when I tried on those two routers it was 
  unknown command.
   
  Anyone have any hint?
   
  Thanks


RE: Router with Web Cache Engine

2000-11-22 Thread Kirk Bollinger

FYI: WCCP ver 2 supports TCP and UDP not just http

-kirk

On Tue, 21 Nov 2000, Jon Tucker wrote:

> The router does not cache the web pages, the cache engine caches the web
> pages.  The router is told to redirect all outbound HTTP packets to the
> cache server.  Then the cache engine takes over.  Either returning a
> previously cached copy of the requested page or fetching the page and
> storing it for future requests.
> 
> Minh,
> 
> the command to start the wccp process is:  "ip wccp enable".  I run it on a
> 3640 router with IP Enterprise 11.2 code.   I'm not certain if wccp is
> available on those lower end systems.  I tried a quick search through my
> cache engine manual, but found no reference to minimum router config.  
> 
> - Jon
> 
> -Original Message-
> From: Lowell Sharrah [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, November 21, 2000 2:32 PM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: Router with Web Cache Engine
> 
> 
> why would you want a router to cache web pages/addresses?  a router is made
> to route packets.
> 
> >>> "Minh Vu" <[EMAIL PROTECTED]> 11/21/00 12:24PM >>>
> I tried on 2501 vesion 12.1 Enterprise and 1005 version 11.3aT1 Enterprise,
> they both still don't have that command. (ip wccp)
> 
> I also do "sh ip wccp" or "sh ip wccp web-caches" and got reply with invalid
> input:
> 
> HST2501#sh ip wccp
>  ^
> % Invalid input detected at '^' marker.
> 
> HST2501#
> 
> 
> Any ???
> 
> 
> - Original Message -
> From: "Steve Smith" <[EMAIL PROTECTED]>
> To: "Minh Vu" <[EMAIL PROTECTED]>
> Sent: Tuesday, November 21, 2000 9:04 AM
> Subject: RE: Router with Web Cache Engine
> 
> 
> * Cisco IOS Release 11.1(14)CA, and the 7500 and 7200 series
> routers
> 
> 
> * Cisco IOS Release 11.2 (10)P, and the 2500, 36xx, 4x00, RSP7000,
> 7200, and 7500 series routers, and the router blade for the Catalyst
> 5000
>  Usually Enterprise. I run Enterprise and I have the ability.
> * -Original Message-
> From: Minh Vu [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, November 21, 2000 10:09 AM
> To: [EMAIL PROTECTED] 
> Subject: Router with Web Cache Engine
> 
> 
> 
> Hi,
> 
> Anyone know which IOS (ie: IP, Enterprise, FW, etc...) support the Web
> Cache Engine ? I tried to find the command on my router but I couldn't
> find it on Cisco 1005 and 2501 with Enterprise feature set.
> I did went thru cisco document site.
> http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver1 
> 5/wc1pre.htm
> <http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver 
> 15/wc1pre.htm>
> and here
> http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver1 
> 5/wc1inst.htm#16914
> <http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver 
> 15/wc1inst.htm#16914>
> 
> they said type in command in global configuration mode: ip wccp
> but when I tried on those two routers it was unknown command.
> 
> Anyone have any hint?
> 
> Thanks
> 
> _
> FAQ, list archives, and subscription info:
> http://www.groupstudy.com/list/cisco.html 
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> 
> _
> FAQ, list archives, and subscription info:
> http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> 
> _
> FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> 

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Router with Web Cache Engine

2000-11-24 Thread Elias Aggelidis

FYI : WCCP is working with GRE ! DO NOT FORGET THAT .
ADDED to that in some versions (12.0.X) if you have enabled the CEF
THE ROUTER IS NOT Forwarding any packets to the WEB CACHE ENGINE !

Regards
- Original Message -
From: "Kirk Bollinger" <[EMAIL PROTECTED]>
To: "Jon Tucker" <[EMAIL PROTECTED]>
Cc: "'Lowell Sharrah'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, November 22, 2000 4:12 AM
Subject: RE: Router with Web Cache Engine


> FYI: WCCP ver 2 supports TCP and UDP not just http
>
> -kirk
>
> On Tue, 21 Nov 2000, Jon Tucker wrote:
>
> > The router does not cache the web pages, the cache engine caches the web
> > pages.  The router is told to redirect all outbound HTTP packets to the
> > cache server.  Then the cache engine takes over.  Either returning a
> > previously cached copy of the requested page or fetching the page and
> > storing it for future requests.
> >
> > Minh,
> >
> > the command to start the wccp process is:  "ip wccp enable".  I run it on a
> > 3640 router with IP Enterprise 11.2 code.   I'm not certain if wccp is
> > available on those lower end systems.  I tried a quick search through my
> > cache engine manual, but found no reference to minimum router config.
> >
> > - Jon
> >
> > -Original Message-
> > From: Lowell Sharrah [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, November 21, 2000 2:32 PM
> > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> > Subject: Re: Router with Web Cache Engine
> >
> >
> > why would you want a router to cache web pages/addresses?  a router is made
> > to route packets.
> >
> > >>> "Minh Vu" <[EMAIL PROTECTED]> 11/21/00 12:24PM >>>
> > I tried on 2501 vesion 12.1 Enterprise and 1005 version 11.3aT1 Enterprise,
> > they both still don't have that command. (ip wccp)
> >
> > I also do "sh ip wccp" or "sh ip wccp web-caches" and got reply with invalid
> > input:
> >
> > HST2501#sh ip wccp
> >  ^
> > % Invalid input detected at '^' marker.
> >
> > HST2501#
> >
> >
> > Any ???
> >
> >
> > - Original Message -
> > From: "Steve Smith" <[EMAIL PROTECTED]>
> > To: "Minh Vu" <[EMAIL PROTECTED]>
> > Sent: Tuesday, November 21, 2000 9:04 AM
> > Subject: RE: Router with Web Cache Engine
> >
> >
> > * Cisco IOS Release 11.1(14)CA, and the 7500 and 7200 series
> > routers
> >
> >
> > * Cisco IOS Release 11.2 (10)P, and the 2500, 36xx, 4x00, RSP7000,
> > 7200, and 7500 series routers, and the router blade for the Catalyst
> > 5000
> >  Usually Enterprise. I run Enterprise and I have the ability.
> > * -Original Message-
> > From: Minh Vu [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, November 21, 2000 10:09 AM
> > To: [EMAIL PROTECTED]
> > Subject: Router with Web Cache Engine
> >
> >
> >
> > Hi,
> >
> > Anyone know which IOS (ie: IP, Enterprise, FW, etc...) support the Web
> > Cache Engine ? I tried to find the command on my router but I couldn't
> > find it on Cisco 1005 and 2501 with Enterprise feature set.
> > I did went thru cisco document site.
> > http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver1
> > 5/wc1pre.htm
> > <http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver
> > 15/wc1pre.htm>
> > and here
> > http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver1
> > 5/wc1inst.htm#16914
> > <http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver
> > 15/wc1inst.htm#16914>
> >
> > they said type in command in global configuration mode: ip wccp
> > but when I tried on those two routers it was unknown command.
> >
> > Anyone have any hint?
> >
> > Thanks
> >
> > _
> > FAQ, list archives, and subscription info:
> > http://www.groupstudy.com/list/cisco.html
> > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> >
> > _
> > FAQ, list archives, and subscription info:
> > http://www.groupstudy.com/list/cisco.html
> > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> >
> > _
> > FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> >
>
> _
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Router with Web Cache Engine

2000-11-21 Thread Minh Vu

I tried on 2501 vesion 12.1 Enterprise and 1005 version 11.3aT1 Enterprise,
they both still don't have that command. (ip wccp)

I also do "sh ip wccp" or "sh ip wccp web-caches" and got reply with invalid
input:

HST2501#sh ip wccp
 ^
% Invalid input detected at '^' marker.

HST2501#


Any ???


- Original Message -
From: "Steve Smith" <[EMAIL PROTECTED]>
To: "Minh Vu" <[EMAIL PROTECTED]>
Sent: Tuesday, November 21, 2000 9:04 AM
Subject: RE: Router with Web Cache Engine


* Cisco IOS Release 11.1(14)CA, and the 7500 and 7200 series
routers


* Cisco IOS Release 11.2 (10)P, and the 2500, 36xx, 4x00, RSP7000,
7200, and 7500 series routers, and the router blade for the Catalyst
5000
 Usually Enterprise. I run Enterprise and I have the ability.
* -Original Message-
From: Minh Vu [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 21, 2000 10:09 AM
To: [EMAIL PROTECTED]
Subject: Router with Web Cache Engine



Hi,

Anyone know which IOS (ie: IP, Enterprise, FW, etc...) support the Web
Cache Engine ? I tried to find the command on my router but I couldn't
find it on Cisco 1005 and 2501 with Enterprise feature set.
I did went thru cisco document site.
http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver1
5/wc1pre.htm
<http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver
15/wc1pre.htm>
and here
http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver1
5/wc1inst.htm#16914
<http://www.cisco.com/univercd/cc/td/doc/product/iaabu/webcache/ce15/ver
15/wc1inst.htm#16914>

they said type in command in global configuration mode: ip wccp
but when I tried on those two routers it was unknown command.

Anyone have any hint?

Thanks

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]