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

WCCP redirection not working on router

Mylancognizant1
Level 1
Level 1

We have Two Wan routers WAN1 and WAN2 connected with diff ISP to DC.

I have applied a wccp redirect on both routers creating sub-interface ---- going to Dist Switch

interface GigabitEthernet0/0.102

 encapsulation dot1Q 102

 ip address 172.16.148.33 255.255.255.252

 ip wccp 54 redirect in

 ip wccp 55 redirect in

 ip flow ingress

end

 

created one access list to redirect only a single host IP ---------------

 

sh ip access-lists SP

Extended IP access list SP

    10 permit ip host 172.16.144.101 any

 

But when i verify the wccp on router i am getting hits on denied packets----------

 

#sh ip wccp 52

Global WCCP information:

    Router information:

        Router Identifier:                   172.30.148.255

 

    Service Identifier: 52

        Protocol Version:                    2.00

        Number of Service Group Clients:     1

        Number of Service Group Routers:     1

        Total Packets Redirected:            0

          Process:                           0

          CEF:                               0

        Service mode:                        Open

        Service Access-list:                 -none-

        Total Packets Dropped Closed:        0

        Redirect access-list:                SP

        Total Packets Denied Redirect:       699473034

        Total Packets Unassigned:            0

        Group access-list:                   10

        Total Messages Denied to Group:      0

        Total Authentication failures:       0

        Total GRE Bypassed Packets Received: 0

          Process:                           0

          CEF:                               0

 

 

 

 

1 Accepted Solution

Accepted Solutions

finn.poulsen
Level 3
Level 3

Hi,

Don't know whether this is deliberate, but you've defined two redirect in on the same interface and you're using groups 53 and 54, but you're referring to group 52 in the show command.

If you need to put both redirects on the same interface, shouldn't it be ... out on one of them ?

Please upload entire config.

Best regards

Finn Poulsen

View solution in original post

1 Reply 1

finn.poulsen
Level 3
Level 3

Hi,

Don't know whether this is deliberate, but you've defined two redirect in on the same interface and you're using groups 53 and 54, but you're referring to group 52 in the show command.

If you need to put both redirects on the same interface, shouldn't it be ... out on one of them ?

Please upload entire config.

Best regards

Finn Poulsen

Review Cisco Networking for a $25 gift card