02-24-2017 03:03 PM - edited 02-21-2020 06:01 AM
Hello I want to migrate an ASA 5510 8.3(2) to an ASA 5515 9.1. I want to know if there are some changes in NAT syntax, for example I have a static nat define in the old asa like this:
nat (inside,outside) source static object network object network destination static object network object network
I want to know before I start the migration if there is some changes in the syntax.
Also I have an ACL define in the old ASA this way:
access-list name extended permit ip host x.x.x.x host x.x.x.x
Thanks for your advice beforehand
Solved! Go to Solution.
02-25-2017 06:37 AM
Yes the NAT syntax has all changed. There are dozens of articles on this. I recommend in particular Jouni Forss' writeup here:
https://supportforums.cisco.com/document/132066/asa-nat-83-nat-operation-and-configuration-format-cli
There is also a very good article at tunnelsup.com:
https://www.tunnelsup.com/nat-for-cisco-asas-version-8-3/
Also see the conversion tool that is available there.
Access-lists now use the real IP in the syntax for hosts that have static NAT entires. 8.2 and earlier used the public IP address.
02-25-2017 06:37 AM
Yes the NAT syntax has all changed. There are dozens of articles on this. I recommend in particular Jouni Forss' writeup here:
https://supportforums.cisco.com/document/132066/asa-nat-83-nat-operation-and-configuration-format-cli
There is also a very good article at tunnelsup.com:
https://www.tunnelsup.com/nat-for-cisco-asas-version-8-3/
Also see the conversion tool that is available there.
Access-lists now use the real IP in the syntax for hosts that have static NAT entires. 8.2 and earlier used the public IP address.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide