conf t ip nat pool "MYPOOL" 100.0.0.1 100.0.0.5 netmask 255.255.255.0
ip nat inside source list 3 pool "MYPOOL" access-list 3 permit 192.168.3.0 0.0.0.255
conf t int f0 ip nat inside exit int s0 ip nat outside
sh ip nat translation
debug ip nat
clear ip nat translation *
conf t ip nat inside source list 7 interface s0 overload
conf t int f0 ip nat inside exit int s0 ip nat outside
sh ip nat translation
debug ip nat
clear ip nat translation *