Exam 350-401 | Question id=5822 | Infrastructure |
Refer to the exhibit.
!
interface FastEthernet0/1
ip address 209.165.200.225 255.255.255.224
ip nat outside
!
interface FastEthernet0/2
ip address 10.10.10.1 255.255.255.0
ip nat inside
!
access-list 10 permit 10.10.10.0 0.0.0.255
!
Which command allows hosts that are connected to FastEthernet0/2 to access the Internet?
A. |
ip nat inside source list 10 interface FastEthernet0/2 overload | |
B. |
ip nat inside source list 10 interface FastEthernet0/1 overload | |
C. |
ip nat outside source static 209.165.200.225 10.10.10.0 overload | |
D. |
ip nat outside source list 10 interface FastEthernet0/2 overload |