cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
740
Views
5
Helpful
1
Replies

ASA static NAT new to old

jcalero
Level 1
Level 1

I have an ASA running 8.2 what command would I use to achieve the same this is from an ASA running 8.4

nat (inside,outside) source static LA_OFFICE_INTERNAL_NET LA_OFFICE_INTERNAL_NET destination static MKTX_INTERNAL_NETWORKS MKTX_INTERNAL_NETWORKS description NAT EXEMPTION

How would I acieve the same on an older ASA

thanks

1 Accepted Solution

Accepted Solutions

Julio Carvajal
VIP Alumni
VIP Alumni

Hello Jesus,

So lets say

LA_OFFICE_INTERNAL_NET its 192.168.10.0 and

MKTX_INTERNAL_NETWORKS its 192.168.20.0

In order to make it work on 8.2 or lower versions you just do the following:

access-list test permit ip 192.168.10.0 255.255.255.0 192.168.20.0 255.255.255.0

nat (inside) 0 access-list test

Remember to rate all the helpful posts

Julio

Julio Carvajal
Senior Network Security and Core Specialist
CCIE #42930, 2xCCNP, JNCIP-SEC

View solution in original post

1 Reply 1

Julio Carvajal
VIP Alumni
VIP Alumni

Hello Jesus,

So lets say

LA_OFFICE_INTERNAL_NET its 192.168.10.0 and

MKTX_INTERNAL_NETWORKS its 192.168.20.0

In order to make it work on 8.2 or lower versions you just do the following:

access-list test permit ip 192.168.10.0 255.255.255.0 192.168.20.0 255.255.255.0

nat (inside) 0 access-list test

Remember to rate all the helpful posts

Julio

Julio Carvajal
Senior Network Security and Core Specialist
CCIE #42930, 2xCCNP, JNCIP-SEC
Review Cisco Networking for a $25 gift card