200-301 exam dumps

200-301 practice question 361 of 506

Cisco Certified Network Associate. Free level, Cisco. Free question with the correct answer and a full explanation.

200-301 Question 361

Single answer

A network engineer is tasked with configuring static NAT on a router to allow a web server inside the private network with IP address 192.168.1.100 to be accessible from the Internet using the public IP address 203.0.113.10. Which configuration command correctly implements this static NAT?

  1. A

    ip nat inside source static 192.168.1.100 203.0.113.10

  2. B

    ip nat outside source static 192.168.1.100 203.0.113.10

  3. C

    ip nat pool STATIC_POOL 192.168.1.100 192.168.1.100 netmask 255.255.255.0

  4. D

    ip nat inside static NAT 192.168.1.100 203.0.113.10

Show answer and explanation

Correct answer: A

Explanation

Static NAT is used to map a single private IP address to a single public IP address, allowing devices on the public network (e.g., the Internet) to access resources on the private network. The correct command for this scenario is 'ip nat inside source static ' as it establishes a one-to-one mapping between the inside local and inside global IP addresses.

  • A. Correct.

    This is the correct command for configuring static NAT for translating an internal private IP address to a public IP address. It specifies the inside source IP (192.168.1.100) and maps it to the public IP (203.0.113.10).

  • B. Incorrect.

    This command is incorrect because it is used for configuring 'outside source' NAT, which translates external IP addresses to internal ones. The scenario requires 'inside source' NAT.

  • C. Incorrect.

    This command is related to creating a NAT pool, not a static NAT configuration. A NAT pool is used for dynamic NAT, not a one-to-one static mapping.

  • D. Incorrect.

    This is an invalid command syntax. Static NAT is configured using 'ip nat inside source static', not 'ip nat inside static NAT'.

Timed practice exam

Take a 200-301 practice test under exam conditions

75 questions in 120 minutes, drawn from this bank, with a score report and a per-question review when you finish.

Start timed exam