I don't know what I am doing wrong trying to set this up, I want to filter all port 80 traffic through a proxy.
I have a 3662 configured the following way: Int f0/0 Main Internet Feed Int f/01 Network Users (That I want to force through a Proxy) ip policy route-map our-proxy access-list 111 deny tcp any any neq www access-list 111 deny tcp host 192.168.1.188 any access-list 111 permit tcp any any log route-map our-proxy permit 10 match ip address 111 set ip next-hop 192.168.1.188 _______________________________________________ cisco-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/cisco-nsp archive at http://puck.nether.net/pipermail/cisco-nsp/
