08-17-2015 03:43 PM
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
Solved! Go to Solution.
08-19-2015 01:06 AM
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
08-19-2015 01:06 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide