PrepAway - Latest Free Exam Questions & Answers

Which command would be used to establish static transla…

Which command would be used to establish static translation between an inside local address and an inside global address?

PrepAway - Latest Free Exam Questions & Answers

A.
Router(config)# ip nat inside source static local-ip global-ip

B.
Router(config)# ip source nat inside static local-ip global-ip

C.
Router(config)# ip nat inside static source local-ip global-ip

D.
Router(config)# ip nat static inside source local-ip global-ip

Explanation:
You should use the following command:
Router(config)# ip nat inside source static local-ip global-ip
You can translate your own IP addresses into globally unique IP addresses when communicating outside of your network. You can configure static or dynamic
inside source translation.
To establish static translation between an inside local address and an inside global address, you should use the ip nat inside source static local-ip global-ip
command. This static configuration can be removed by entering the no ip nat inside source static global command.
The other options are incorrect as they are not valid Cisco IOS configuration commands.
Objective:
Infrastructure Services
Sub-Objective:
Configure, verify, and troubleshoot inside source NAT


Leave a Reply