Cisco CCNA 200-301 Practice Question
A network engineer needs to configure Network Address Translation (NAT) on a router to translate multiple internal private IP addresses to a pool of public IP addresses provided by the ISP. The public address pool ranges from 209.165.200.226 to 209.165.200.230 with a netmask of 255.255.255.248. Which command should the engineer use to define the NAT pool?
ip nat inside source list 1 pool NET_POOL overload
ip nat inside source static 192.168.1.1 209.165.200.226
ip nat pool NET_POOL 209.165.200.225 209.165.200.229 netmask 255.255.255.248
ip nat pool NET_POOL 209.165.200.226 209.165.200.230 netmask 255.255.255.248