Aukland en conf t hostname Aukland enable password cisco enable secret class login line con 0 password class login line vty 0 4 password class login exit int s0 ip address 192.168.2.2 255.255.255.252 ip encapsulation ppp ppp authentication chap no shut exit int e0 ip address 172.16.15.1 255.255.255.0 no shut exit router eigrp 100 network 192.168.2.0 network 172.16.15.0 no auto-summary exit ip classless Sydney en conf t hostname Sydney enable password cisco enable secret class login line con 0 password class login line vty 0 4 password class login exit username Aukland password cisco int s0 ip address 192.168.1.6 255.255.255.252 encapsulation frame-relay ietf no frame-relay inverse-arp frame-relay map ip 192.168.1.5 101 broadcast frame-relay lmi-type ansi bandwidth 64 no keepalive no shut exit int s1 ip address 192.168.2.1 255.255.255.252 clock rate 56000 encapsulation ppp ppp authentication chap no shut exit int e0 ip address 172.16.4.1 255.255.255.0 no shut exit router eigrp 100 network 192.168.2.0 network 172.16.4.0 no auto-summary redistribute static exit ip classless ip route 0.0.0.0 0.0.0.0 s0 exit ISP en conf t hostname ISP enable password cisco enable secret class login 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 no shut 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 exit int e0 ip address 192.168.100.1 255.255.255.0 no shut exit ip dhcp pool POOL5 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 ip nat pool public-access 192.168.100.0 192.168.100.255 netmask 255.255.255.0 access-list 1 permit 10.10.0.0 0.0.255.255 ip nat in source static 10.10.0.1 192.168.100.1 ip nat inside source list 1 pool public-access interface e0 ip nat inside interface serial 0 ip nat outside exit ip nat pool public-access1 192.168.100.11 192.168.100.20 netmask 255.255.255.0 ip nat inside source list 1 inteface serial 0 overload interface ethernet 0 ip nat inside interface serial 0 ip nat outside exit conf t ip route 192.168.2.0 255.255.255.252 s0 ip route 172.16.4.0 255.255.255.0 s0 ip route 172.16.15.0 255.255.255.0 s0 exit