12-13-2011 09:07 PM - edited 03-07-2019 03:53 AM
Hi Expert,
How do I redirect my port 80 traffic to my Trend Micro IWSVA in my 3550 switch? How do I use PBR? Can I use WCCP in my 3550?
---
Posted by WebUser Darlien Daniel A
12-14-2011 12:52 AM
Hi,
yes you can use WCCP on the 3550:
http://www.cisco.com/image/gif/paws/29461/wccp-3550_29461.pdf
For PBR:
access-list 199 permit tcp any any eq www
route-map WEB
match ip address 199
set ip next-hop
on the L3 interface receiving the traffic:
ip policy route-map WEB
Regards.
Alain
01-11-2012 10:44 PM
Hi Alain.... I dont quite understand on this part...
on the L3 interface receiving the traffic:
ip policy route-map WEB
Please help...
---
Posted by WebUser Darlien Daniel A
01-12-2012 12:47 AM
Hi,
Maybe I didn't understand you correctly but if my understanding is right you want to redirect tcp traffic going to port 80 to a proxy instead of normal gateway ?
So then PBR or WCCP are 2 options but they are incompatible and for the PBR snippet I gave you must apply the policy to the L3 interface( SVI or routed) where the traffic is coming in on the 3550 so for example if the traffic comes from machines in vlan 30 and you've got an interface vlan 30 you must apply the policy there.
Is it clearer ?
Regards.
Alain
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