cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
998
Views
0
Helpful
2
Replies

WCCP not working

ivanka_busta
Level 1
Level 1

Hi, 

I have issued these commands in my ASA 5520 to activate WCCP to redirect web traffic from a PC with IP 192.168.120.6 to a McAfee Web Gateway with IP 10.250.2.33:

 

access-list wccp-servers extended permit ip host 10.250.2.33 any

access-list wccp-traffic extended permit ip host 192.168.120.6 any

wccp 51 redirect-list wccp-traffic group-list wccp-servers password aspirina

wccp interface INSIDE_IF_FWSM 51 redirect in

 

We are seeing traffic in the WCCP statistics in ASA:

 

Global WCCP information:
    Router information:
        Router Identifier:                   19X.5X.12X.9X
        Protocol Version:                    2.0

    Service Identifier: 51
        Number of Cache Engines:             1
        Number of routers:                   1
        Total Packets Redirected:            906
        Redirect access-list:                wccp-traffic
        Total Connections Denied Redirect:   0
        Total Packets Unassigned:            10
        Group access-list:                   wccp-servers
        Total Messages Denied to Group:      0
        Total Authentication failures:       0
        Total Bypassed Packets Received:     0

 

However, the PC can't access the internet. Moreover, in the MWG we don't see GRE traffic.

 

Thanks in advance.

 

 

 

2 Replies 2

Vance Kwan
Cisco Employee
Cisco Employee

Though this is in the wrong forum, maybe I can help.  Can you do 'show wccp 51 detail' ?  Did you already do a packet capture on your proxy?  What are you seeing there?
 

Poonam Garg
Level 3
Level 3

Try  "debug wccp events" and "debug wccp packets" on ASA to check whether both of them exchanging "Here i am" and "I see you " packets