Sim-Ex™ Practice Exams for CCNP|CCDP Remote Access (642-821) : practice questions

NAT configuration

Home     Previous     Up    

Q10. Which interface configuration command enables NAT for an interface on the router that connects to the inside network?

A. ip nat inside

B. ip nat outside

C. ip nat inside source static <local ip> <global ip>

D. ip nat inside source list <access-list-number> pool <name>

Correct Answer: A

Explanation:

When you are configuring NAT, NAT should be enabled on at least one inside and one outside interface. The command for enabling NAT on inside interface is:
R(config-if)# ip nat inside
The command for enabling NAT on the outside interface is:
R(config-if)# ip nat outside
Remember to enter into appropriate configuration modes before entering the commands. Usually, the inside NAT will be configured on an Ethernet interface, whereas the outside NAT is configured on a serial interface.
The command
ip nat inside source static <local ip> <global ip>
configures address translation for static NAT.
The command
ip nat inside source list <access-list-number> pool <name>
is used to map the access-list to the IP NAT pool during the configuration of Dynamic NAT.

Home     Previous     Up    


Disclaimer: Simulationexams.com is not affiliated with any certification vendor, and Sim-Ex™ Practice Exams are written independently by SimulationExams.com and not affiliated or authorized by respective certification providers. Sim-Ex™ is a trade mark of SimulationExams.com or entity representing Simulationexams.com.CCNP™,CCDP® are trademark of Cisco® systems