Implementing Cisco Enterprise Network Core Technologies (350-401 ENCOR) Exam Materials-Question 74 Discussion
Comment Image Comment Image Comment Image

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 should be applied? (Choose two answers)

  • A. 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 outside destination-list 23 pool ftp-pool
  • B. interface gig0/0
    ip address 10.10.110.1 255.255.255.0
    ip nat inside
    interface gig0/1
    ip address 172.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
  • D. ip 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
  • E. interface gig0/0
    ip address 10.10.110.1 255.255.255.0
    ip nat outside
    interface gig0/1
    ip address 172.16.1.1 255.255.255.252
    ip nat inside
Correct Answer: B,C

Brave-Dump Clients Votes

BC 100%

Comments



MS 2026-07-02 19:06:39

Selected Answers: B, C


BC