cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
777
Views
0
Helpful
3
Replies

Redirecting port 80 traffic

fb_webuser
Level 6
Level 6

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

3 Replies 3

cadet alain
VIP Alumni
VIP Alumni

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

Don't forget to rate helpful posts.

fb_webuser
Level 6
Level 6

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

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

Don't forget to rate helpful posts.
Review Cisco Networking for a $25 gift card