Refer to the exhibit.
Which corresponding Cisco ASA Software Version 8.3 command accomplishes the same Cisco
ASA Software Version 8.2 NAT configuration?
A.
nat (any,any) dynamic interface
B.
nat (any,any) static interface
C.
nat (inside,outside) dynamic interface
D.
nat (inside,outside) static interface
E.
nat (outside,inside) dynamic interface
F.
nat (outside,inside) static interface
Explanation:
http://tunnelsup.com/2011/06/24/nat-for-cisco-asas-version-8-3/
Regular Dynamic PAT
To create a many-to-one NAT where the entire inside network is getting PAT’d to a single outside
IP do the following.
Old 8.2 command:
nat (inside) 1 10.0.0.0 255.255.255.0 global (outside) 1 interface
New 8.3 equivalent command:
object network inside-net subnet 10.0.0.0 255.255.255.0
nat (inside,outside) dynamic interface
Note: the “interface” command is the 2nd interface in the nat statement, in this case the outside.