enable conf t hostname ISP enable password cisco enable secret class line con 0 password class login line vty 0 4 password class login exit in s0 ip address 192.168.1.5 255.255.255.252 clock rate 56000 encapsulation frame-relay ietf frame-relay lmi-type ansi no frame-relay inverse frame-relay map ip 192.168.1.6 101 ietf broadcast bandwidth 64 no keepalive no shut exit int e0 ip address 10.10.0.1 255.255.0.0 no shut exit ip nat pool NATPOOL 192.168.100.2 192.168.100.254 netmask 255.255.255.0 access-list 15 permit 10.10.0.0 0.0.255.255 ip nat inside source list 15 pool NATPOOL ip nat inside source static 10.10.0.1 192.168.100.1 interface e0 ip nat inside interface s0 ip nat outside exit ip route 192.168.2.0 255.255.255.252 192.168.1.6 ip route 172.16.4.0 255.255.255.0 192.168.1.6 ip route 172.16.15.0 255.255.255.0 192.168.1.6 ip dhcp pool POOL1 network 10.10.0.0 255.255.0.0 default-router 10.10.0.1 dns-server 10.10.0.5 exit ip dhcp exclude-address 10.10.0.1 10.10.0.10 exit