Refer to the output from the show running-config command in the exhibit. What should the administrator do to allow the workstations connected to the FastEthernet 0/0 interface to obtain an IP address?
R1-ABC#show running-config
Current configuration:
!
version 12.1
hostname ABC
!
ip subnet-zero
ip name-server 192.16 1.1
ip dhcp excluded-address 10.90.201.1
!
ip dhcp pool ABC_DHCP
network 10.90.201.0 255.255.255.0
default-router 10.90.201.1
dns-server 192.31.7.152
!
interface FastEthernet0/0
no ip directed-broadcast
ip nat inside
!
interface Senal0/0
description to ISP circuit ID ALDS1-3456AX4743-00
ip address 192.31.7.38 255.255.255.255.252
ip nat outside
!
ip nat inside source list 14 interface serial0/0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 192.31.7.37
!
access-list 14 permit 10.90.201.0 0.0.0.255
A.
Apply access-group 14 to interface FastEthernet 0/0.
B.
Add access-list 14 permit any any to the access list configuration.
C.
Configure the IP address of the FastEtherent0/0 interface to 10.90.201.1.
D.
Add an interface description to the FastEthernet 0/0 interface configuration.