nerdexam
Cisco

350-401 · Question #715

Refer to the exhibit. A network engineer must load balance traffic that comes from the NAT Router and is destined to 10.10.110.10, to several FTP servers. Which two commands sets should be applied? (C

The correct answer is A. interface Gig0/0 ip address 10.10.110.1 255.255.255.0 ip nat inside interface Gig0/1 ip address 12.16.1.1 255.255.255.252 ip nat outside C. ip nat pool ftp-pool 10.10.110.2 10.10.110.9 netmask 255.255.255.0 type rotary access-list 23 permit 10.10.110.10 ip nat inside destination-list 23 pool ftp-pool. Option A correctly configures the NAT interfaces: Gig0/0 (facing the internal FTP servers at 10.10.110.x) is set as 'ip nat inside', and Gig0/1 (facing the NAT Router at 12.16.1.x) is set as 'ip nat outside'. Option C correctly implements destination NAT load balancing using 'ip

Submitted by thandi_sa· Mar 6, 2026Infrastructure Services – Configure and verify NAT/PAT including destination NAT with load balancing (CCNP ENCOR / CCNA Advanced NAT)

Question

Refer to the exhibit. A network engineer must load balance traffic that comes from the NAT Router and is destined to 10.10.110.10, to several FTP servers. Which two commands sets should be applied? (Choose two). A. B. C. D. E.

Exhibits

350-401 question #715 exhibit 1
350-401 question #715 exhibit 2

Options

  • Ainterface Gig0/0 ip address 10.10.110.1 255.255.255.0 ip nat inside interface Gig0/1 ip address 12.16.1.1 255.255.255.252 ip nat outside
  • Bip nat pool ftp-pool 10.10.110.2 10.10.110.9 netmask 255.255.255.0 access-list 23 permit 10.10.110.10 ip nat inside destination-list 23 pool ftp-pool
  • Cip nat pool ftp-pool 10.10.110.2 10.10.110.9 netmask 255.255.255.0 type rotary access-list 23 permit 10.10.110.10 ip nat inside destination-list 23 pool ftp-pool
  • Dip nat pool ftp-pool 10.10.110.2 10.10.110.9 netmask 255.255.255.0 type rotary access-list 23 permit 10.10.110.10 ip nat outside destination-list 23 pool ftp-pool
  • Einterface Gig0/0 ip address 10.10.110.1 255.255.255.0 ip nat outside interface Gig0/1 ip address 12.16.1.1 255.255.255.252 ip nat inside

How the community answered

(53 responses)
  • A
    43% (23)
  • B
    8% (4)
  • D
    36% (19)
  • E
    13% (7)

Explanation

Option A correctly configures the NAT interfaces: Gig0/0 (facing the internal FTP servers at 10.10.110.x) is set as 'ip nat inside', and Gig0/1 (facing the NAT Router at 12.16.1.x) is set as 'ip nat outside'. Option C correctly implements destination NAT load balancing using 'ip nat inside destination-list' with 'type rotary', which is the Cisco IOS keyword required to enable round-robin load balancing across a pool of real servers when traffic destined for a virtual IP (10.10.110.10) arrives from the outside.

Topics

#NAT Load Balancing#Destination NAT#Rotary NAT#IP NAT Inside/Outside

Community Discussion

No community discussion yet for this question.

Full 350-401 Practice