Given the diagram below, complete the missing configuration command in order to make the static NAT functional.

Configuration snippet
R1# show running-config
interface FastEthernet0/0
ip address 192.168.1.3 255.255.255.0
ip nat inside
interface GigabitEthernet0/0
ip address 190.2.2.21 255.255.255.0
ip ____________________ (missing command)
ip nat inside source static 192.168.1.2 200.1.1.2
ip nat inside source static 192.168.1.1 200.1.1.1

(A) nat source
(B) nat enable
(C) nat address
(D) nat outside


Comments