nerdexam
Cisco

350-401 · Question #643

Refer to the exhibit. An engineer must allow all users in the 10.2.2.0/24 subnet to access the internet. To conserve address space, the public interface address of 209.165.201.1 must be used for all e

The correct answer is D. access-list 10 permit 10.2.2.0 0.0.0.255 interface G0/3 ip nat outside interface G0/2 ip nat inside ip nat inside source list 10 interface G0/3 overload. Option D is correct because it configures PAT (Port Address Translation/NAT overload) using the outside interface G0/3, which holds the public IP 209.165.201.1. The 'overload' keyword enables PAT, allowing multiple internal users from the 10.2.2.0/24 subnet to share a single publ

Submitted by krish.m· Mar 6, 2026Network Address Translation (NAT) configuration - enabling PAT (overload) for inside-to-outside address translation using a single public IP on the outside interface, typically aligned with Cisco CCNA Domain: IP Services / IP Connectivity

Question

Refer to the exhibit. An engineer must allow all users in the 10.2.2.0/24 subnet to access the internet. To conserve address space, the public interface address of 209.165.201.1 must be used for all external communication. Which command set accomplishes these requirements? A. B. C. D.

Exhibits

350-401 question #643 exhibit 1
350-401 question #643 exhibit 2
350-401 question #643 exhibit 3
350-401 question #643 exhibit 4
350-401 question #643 exhibit 5
350-401 question #643 exhibit 6
350-401 question #643 exhibit 7
350-401 question #643 exhibit 8
350-401 question #643 exhibit 9
350-401 question #643 exhibit 10

Options

  • Aaccess-list 10 permit 10.2.2.0 0.0.0.255 interface G0/3 ip nat outside interface G0/2 ip nat inside ip nat inside source list 10 209.165.201.1
  • Baccess-list 10 permit 10.2.2.0 0.0.0.255 interface G0/3 ip nat outside interface G0/2 ip nat inside ip nat inside source list 10 interface G0/2 overload
  • Caccess-list 10 permit 10.2.2.0 0.0.0.255 interface G0/3 ip nat outside interface G0/2 ip nat inside ip nat inside source list 10 interface G0/3
  • Daccess-list 10 permit 10.2.2.0 0.0.0.255 interface G0/3 ip nat outside interface G0/2 ip nat inside ip nat inside source list 10 interface G0/3 overload

How the community answered

(44 responses)
  • A
    16% (7)
  • B
    7% (3)
  • C
    2% (1)
  • D
    75% (33)

Explanation

Option D is correct because it configures PAT (Port Address Translation/NAT overload) using the outside interface G0/3, which holds the public IP 209.165.201.1. The 'overload' keyword enables PAT, allowing multiple internal users from the 10.2.2.0/24 subnet to share a single public IP address, which satisfies the requirement to conserve address space. Referencing the outside interface (G0/3) ensures the router dynamically uses whatever IP is assigned to that interface for external communication.

Topics

#NAT#PAT#Network Address Translation#IPv4 Addressing

Community Discussion

No community discussion yet for this question.

Full 350-401 Practice