| Exam 200-105 | Question id=2056 | Routing Technologies |
Refer to the exhibit.
ip nat pool isp-net 1.2.4.10 1.2.4.240 netmask 255.255.255.0
!
interface Ethernet 1
description ISP Connection
ip address 1.2.4.2 255.255.255.0
ip nat outside
!
interface Ethernet 0
description Ethernet to Firewall ethO
ip address 10.10.0.1 255.255.255.0
ip nat inside
!
access-list 1 permit 10.0.0.0 0.255.255.255
What command sequence will enable PAT from the inside to outside network?
| A. |
cisco(config)#ip nat pool isp-net 1.2.4.2 netmask 255.255.255.0 overload | |
| B. |
cisco(config-if)#ip nat outside overload | |
| C. |
cisco(config)#ip nat inside source list 1 interface ethernet1 overload | |
| D. |
cisco(config-if) ip nat inside overload |