Cisco Exam Questions

The task is to complete the NAT configuration using all IP addresses assigned by the ISP to provide

CORRECT TEXT
The task is to complete the NAT configuration using all IP addresses assigned by the ISP to provide Internet access for the hosts in the Bomar LAN.

Answer: See the explanation

Explanation:
Bomar(Config)#access-list 1 permit 192.168.16.33 0.0.0.15
Bomar(Config)#access-list 1 deny any
Bomar(Config)#ip nat pool TestKiss 198.18.237.225 198.18.237.230 prefix-length 29
Bomar(Config)#ip nat inside source list 1 pool TestKiss overload
Bomar(Config)#interface fa0/0
BomarConfig-if)#ip nat inside
Bomar(Config)#interface S0/0
Bomar(Config-if)#ip nat outside
Bomar(Config-if)#exit
Bomar#Copy run start