06-05-2017 09:29 AM - edited 03-12-2019 02:27 AM
HI Experts,
I have a NAT policy that I need to migrate from ASA 72.2(4) to ASA 9.2(2)4
My current NAT policy is on 7.2 code is
sh run access-list policy_nat_1
access-list policy_nat_1 extended permit ip host priv-ip object-group obj-group
static (inside,outside) outside-ip access-list policy_nat_1
My new NAT policy on 9.2 code is
object network OBJ-priv-ip
subnet priv-ip 255.255.255.255
nat (inside,outside) source static OBJ-priv-ip OBJ-pub-ip destination static obj-group obj-group
Is this correct?
Solved! Go to Solution.
06-05-2017 01:44 PM
Only thing I would change is the object ie. change -
"subnet priv-ip 255.255.255.255"
to
"host priv-ip"
as it is a single IP address although don't think it would make much difference to be honest.
Jon
06-05-2017 11:04 AM
Thank you!
06-05-2017 01:44 PM
Only thing I would change is the object ie. change -
"subnet priv-ip 255.255.255.255"
to
"host priv-ip"
as it is a single IP address although don't think it would make much difference to be honest.
Jon
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