02-24-2014 05:51 AM - edited 03-07-2019 06:23 PM
I have to configure an instance of a WCCP on a 4510 switch and I have to admit have read the examples given by Cisco but dont have understanding of the example config
Router(config)#
ip wccp web-cache group-address 224.1.1.100 password alaska1
I have attached the config in question above and could someone please clarify what the group address 224.1.1.100 is ?
Many Thanks
Mark
02-25-2014 07:13 AM
Now I have used what you say which is
ip wccp 99 group-list websense_proxy (Proxy server) but it does not give the option to create redirect list and this is the out put of sh ip wccp
Service Identifier: 99
Number of Service Group Clients: 0
Number of Service Group Routers: 0
Total Packets s/w Redirected: 0
Process: 0
CEF: 0
Redirect access-list: -none-
Total Packets Denied Redirect: 0
Total Packets Unassigned: 0
Group access-list: websense_proxy
Total Messages Denied to Group: 0
Total Authentication failures: 0
Total Bypassed Packets Received: 0 Service Identifier: 99
Number of Service Group Clients: 0
Number of Service Group Routers: 0
Total Packets s/w Redirected: 0
Process: 0
CEF: 0
Redirect access-list: -none-
Total Packets Denied Redirect: 0
Total Packets Unassigned: 0
Group access-list: websense_proxy
Total Messages Denied to Group: 0
Total Authentication failures: 0
Total Bypassed Packets Received: 0
02-25-2014 07:01 AM
Mark
The group list is for a group of proxy servers not to define which user traffic goes to the proxy.
Can you -
1) use a different number for your service group
and
2) use the config i supplied with "redirect-list"
Jon
02-25-2014 07:18 AM
The redirect-list is not available for me to add this where i reach a dead end ?????
02-25-2014 07:23 AM
Mark
I just checked the configuration guide and it appears that there is no way to define which clients are redirected to the proxy ie. you apply the redirect to a client SVI and then all clients in that vlan are redirected to the proxy.
This is different from say the 3750 where you can use an acl for the users and specify it in a redirect-list.
The group-list option is used where you have multiple proxies and you only want some of them used.
So you need to just apply "ip wccp 99" to the client SVI and all clients in that vlan will be proxied.
I will check to see if later IOS versions on the 4500 support a redirect-list. But at the moment it looks like it's all or nothing ie. all clients in the vlan are proxied or none are.
Jon
02-25-2014 08:16 AM
I thought I was only going mad when I couldnt find that option
How qwerky can some of the software releases be ?
Thanks
Mark
02-25-2014 08:20 AM
Mark
I thought I was only going mad
You weren't the only one
That's the thing with hardware swithches ie. there are always differences between each model.
Seems a bit of a limitation ie. all clients in a vlan or none but i suppose the theory is if you are using a proxy you probably want all clients to use it.
Would still prefer to be able to choose though.
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