cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
358
Views
5
Helpful
2
Replies

ASA 7.2(4) NAT policy to ASA 9.2(2)4

juan-ruiz
Level 1
Level 1

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?

1 Accepted Solution

Accepted Solutions

Jon Marshall
Hall of Fame
Hall of Fame

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

View solution in original post

2 Replies 2

juan-ruiz
Level 1
Level 1

Thank you!

Jon Marshall
Hall of Fame
Hall of Fame

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

Review Cisco Networking for a $25 gift card