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

Route Maps with Static Translations on ASA ?

Peter Handke
Level 1
Level 1

I have working config  on c1812 and i should  migrate to asa 5510 (8.2):

ip nat inside source route-map RMAP_internet interface FastEthernet0 overload

ip nat inside source static 192.168.1.248 60.149.1.51 route-map RMAP_static

route-map RMAP_static permit 1

match ip address 102

route-map RMAP_internet permit 1

match ip address 124

access-list 102 deny   ip host 192.168.1.248 10.0.7.0 0.0.0.255

access-list 102 permit ip host 192.168.1.248 any

access-list 124 deny   ip 192.168.1.0 0.0.0.255 10.4.5.0 0.0.0.255

access-list 124 permit ip 192.168.1.0 0.0.0.255 any

i try to set on ASA:

static (outside,inside) 60.149.1.51 192.168.1.248 netmask 255.255.255.255

access-list OUTSIDE extended permit ip any host 60.149.1.52

but it don't work, i don't see options to put route maps, there is some way to make this working ?

thanks for help

Peter

1 Reply 1

varrao
Level 10
Level 10

Hi Peter,

You need to be aware that like routers, Cisco ASA does not support route maps. So you might need to go for some other workaround for it.

Thanks,

Varun

Thanks,
Varun Rao
Review Cisco Networking for a $25 gift card