cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1015
Views
0
Helpful
1
Replies

I wonder if It is working ip wccp redirect 61 and 62 on same int at C2800

syjeon
Level 1
Level 1

hi

I wonder if it is working like below at C2800.

case.1

!
interface ATM1/0.40 point-to-point
description to_WAN
bandwidth 18000
ip address 192.1681.1 255.255.255.0

ip wccp 61 redirect out
ip wccp 62 redirect in

!

!

! other configuration is omitted.

In cisco recomemdation, we know that the following configuration is common.

case.2

interface fa1/0

desc from_lan

ip address 1.1.1.1 255.255.255.0

ip wccp 61 redirect in

!

interface ATM1/0.40 point-to-point
description to_WAN
bandwidth 18000
ip address 192.1681.1 255.255.255.0
ip wccp 62 redirect in

!

BTW, the result of lab test, case.1 at C2800 didn't work, we tested it with FTP, but FTP open didn't open.

when we change from option1 to option2 , We can open ftp and completed acclecation test.

my questions point is that At C2800, option 1 is working?

1 Reply 1

Bhavin Yadav
Cisco Employee
Cisco Employee

Hi,

First thing we should verify is : is WCCP up and running while this issue is happening?

Can you paste following CLI command ?

Please get the output of following cli commands when the problem is happening.

sh ver

sh ip wccp

sh ip wccp 61 detail

sh ip wccp 62 detail

Further, whar cache engine you are using? and what's the version of the CE?  Can you also paste the cli command output:

sh egress-method

sh wccp router

sh stat connection | in

Last thing: is this issue related to FTP only ? do you see same issue with any other traffic?

is this traffic being optimized?

One more thing you want to add is: add exclude in statement on interface connected to CE.

cli command: ip wccp redirect exclude in

Regards.