04-28-2014 05:31 AM - edited 03-07-2019 07:14 PM
hi
Cisco WCCP with Bluecoat Implementation . during implemetation multicast packet not flow to other vlan interface.
few observation .
sample configuration :
-----------------------
ip multicast-routing
ip wccp 11 group-address 224.1.1.103 redirect-list 103
sh ip access-lists 103
Extended IP access list 103
40 permit tcp 10.10.10.0 0.0.0.31 any eq 443
50 permit tcp 10.10.10.0 0.0.0.31 any eq www
60 permit tcp 10.10.10.0 0.0.0.31 any eq ftp
70 deny ip any any
interface Vlan10 description "AP_User_Range"
ip address 10.10.10.0 255.255.255.0
ip helper-address 10.10.20.100
ip wccp 11 redirect in
ip wccp 11 group-listen
ip pim dense-mode
04-28-2014 06:40 AM
With WCCP the traffic from the clients is not multicast so you do not need to enable multicast routing because there is no mutlicast traffic to route. The client traffic is normal unicast http/https etc. traffic.
The multicast group is used for the switch to communicate with the proxy server(s) and it does not need to be routed.
So you should remove the multicast routing and PIM configuration.
The "ip wccp 11 group-listen" command should be removed from the client vlan SVI and added to the SVI for the vlan the proxy server is in.
Jon
04-28-2014 11:26 AM
thanks for update .Jon
below configuration is correct ? , any changes required
interface Vlan10 ( client Vlan )
ip address 10.10.10.0 255.255.255.0
ip helper-address 10.10.20.100
ip wccp 11 redirect in
int vlan 20 ( server Vlan )
ip wccp 11 group-listen
04-29-2014 01:30 AM
Dear Jon,
After changes the WCCP Command ,still WCCP not working
but both client and Proxy Same VLAN its working fine with Multicast mode
interface Vlan10
description "AP_User_Range"
ip address 10.10.10.10 255.255.255.0
ip helper-address 10.10.10.100
ip wccp 11 redirect in
interface Vlan20
description PROXY_WAN_VLAN
ip address 10.10.20.10 255.255.255.0
ip helper-address 10.10.10.100
no ip redirects
no ip unreachables
no ip proxy-arp
ip wccp 11 group-listen
ip wccp 11 group-address 224.1.1.103 redirect-list 103
sh ip access-lists 103
Extended IP access list 103
40 permit tcp 10.10.10.0 0.0.0.255 any eq 443
50 permit tcp 10.10.10.0 0.0.0.255 any eq www
60 permit tcp 10.10.10.0 0.0.0.255 any eq ftp
70 deny ip any any
sh ip wccp
Global WCCP information:
Router information:
Router Identifier: -not yet determined-
Protocol Version: 2.0
Service Identifier: 11
Number of Service Group Clients: 0
Number of Service Group Routers: 0
Total Packets s/w Redirected: 0
Process: 0
CEF: 0
Service mode: Open
Service Access-list: -none-
Total Packets Dropped Closed: 0
Redirect access-list: 103
Total Packets Denied Redirect: 0
Total Packets Unassigned: 0
Group access-list: -none-
Total Messages Denied to Group: 0
Total Authentication failures: 0
Total GRE Bypassed Packets Received: 0
04-29-2014 05:11 AM
Have you confiured the multicast address on the proxy server ?
Jon
04-29-2014 05:55 AM
04-29-2014 06:01 AM
Looking at the outputs you provided it doesn't look like the switch is seeing any proxy servers.
Have you tried using the unicast method just to rule out any other potential issues with switch and proxy servers ?
Jon
04-29-2014 06:19 AM
we tried unicast method also not working , but same vlan -its working fine
in WCCP - not getting the router identifier
Switch#sh ip wccp
Global WCCP information:
Router information:
Router Identifier: -not yet determined-
l
interface Vlan10
ip address 10.10.10.10 255.255.255.0
ip wccp 11 redirect in
end
Switch#sh run int vl 20
Building configuration...
Current configuration : 112 bytes
!
interface Vlan20
ip address 20.20.20.1 255.255.255.0
ip wccp 11 group-listen
ip pim sparse-dense-mode
end
Switch#sh run | in wccp
ip wccp 11 group-address 10.10.10.10 redirect-list 103
ip wccp 11 redirect in
ip wccp 11 group-listen
can you share any working configuration (multicast )
04-29-2014 06:36 AM
If unicast is not working either then it suggests a more fundamental problem.
Try a very basic unicast configuration ie.
ip wccp redirect-list 103
int vlan 10
ip wccp 11 redirect in
and that's it. Remove all other WCCP configuration from the switch.
And then configure your proxy server with the IP address of the switch and test.
Jon
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