Which statement below is true about the command “nat control” on the ASA?
A.
It requires traffic passing through the firewall on interfaces of the security level to match a NAT translation rule.
B.
It allows traffic originating from the inside interface to pass through the firewall on the outside interface without a NAT translation rule being matched.
C.
It requires traffic originating from the inside interface to match a NAT translation rule to pass through the firewall on the outside interface.
D.
It allows traffic originating from the outside interface to pass through the firewall on the inside interface without a NAT translation rule being matched.
Option C is the correct answer.
example:-
Nat-control
access-list NAT permit ip 7.7.9.0 255.255.255.0 7.7.0.0 255.255.0.0
static (inside,outside) 200.200.9.0 access-list NAT
Traffic originating from inside interface. to match a NAT translation rule(ACL) to pass through firewall on the outside interface.
Hope this helps