en conf t do show ip int bri access-list 1 permit 192.168.1.0 0.0.0.255 ip nat pool Public_IPS 200.1.1.16 200.1.1.23 prefix-length 29 ip nat inside source list 1 pool Public_IPS overload ip nat inside source static 192.168.2.2 200.1.1.24 ip nat inside source static 192.168.2.3 200.1.1.25 int g0/0 ip nat inside exit int g0/1 ip nat inside exit int g0/2 ip nat outside exit