Refer to the exhibit. What command sequence will enable PAT from the inside to outside network?
A.
(config) ip nat pool isp-net 1.2.4.2 netmask 255.255.255.0 overload
B.
(config-if) ip nat outside overload
C.
(config) ip nat inside source list 1 interface ethernet1 overload
D.
(config-if) ip nat inside overload
The command “ip nat inside source list 1 interface ethernet1 overload” means:
+ “ip nat”: use NAT
+ “inside”: NAT from inside to outside
+ “source list 1″: the source addresses can be found in access list 1
+ “interface ethernet1″: NAT out of this interface
+ “overload”: use NAT overload (PAT)
Correct answer is