cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
850
Views
0
Helpful
4
Replies

Help with NM-CE-BP configuration

wupchurc
Level 1
Level 1

Hi, I'd like to do some caching of web pages using the NM-CE-BP for clients that are local to the module. I'm have problems getting the module to "talk" with a C3750 switch using WCCP v2. Can someone provide me with some simple configs fo the Switch and the NM-CE-BP module to provide web caching of HTTP traffic destined for port 8080?

4 Replies 4

Zach Seils
Level 7
Level 7

Wray,

The following configuration should work:

NM-CE:

wccp r 1 x.x.x.x

wccp custom-web-cache r 1 port 8080

wccp v 2

IOS:

ip wccp 98

interface

ip wccp 98 red in

Zach

Zach,

Thanks for the help.

As a follow on, is there a way to verify caching on the NM-CE?

what would it look like on a 3750 instead of a router?

The IOS commands on the 3750 would be the same as a software-based platform. There are some additional restrictions on the 3750, such as only supporting L2 forwarding (l2-redirect), mask assignment (mask-assign), and inbound redirection.

Zach