cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
250
Views
0
Helpful
1
Replies

ASA5505 IOS 7.2 - WaveCrest Proxy Config

david.santel
Level 1
Level 1

I am trying to configure this wonderful appliance to work with my Wave Crest HTTP proxy. 192.168.20.6 is proxy server IP.

Does any have the correct code for this ver IOS? Any ideas?

 

This does not work

interface Vlan1
ip address 192.168.20.1 255.255.255.0
 ip policy route-map proxy-redirect - Not recognized in 7.2

route-map proxy-redirect permit 100
 match ip address 111
 set ip next-hop 192.168.20.6
 
 
access-list 111 deny tcp any any neq www
 access-list 111 deny tcp host 192.168.20.6 any
 access-list 111 permit tcp any any

1 Reply 1

jan.nielsen
Level 7
Level 7

Cisco ASA does not support policy based routing (in any version)