//Ventsislav Nichev ********Auckland******* en conf t enable password cisco enable secret class line con 0 password class login exit line vty 0 4 password class login exit hostname Auckland ip classless int s0 ip address 192.168.2.1 255.255.255.252 encapsulation ppp no shut exit int e0 ip address 172.16.15.1 255.255.255.0 no shut exit username Sydney password cisco int s0 ppp authentication chap exit router eigrp 100 network 192.168.2.0 network 172.16.15.0 exit //*****Auckland***** ***********Sydney************ en conf t enable password cisco enable secret class line con 0 password class login exit line vty 0 4 password class login exit hostname Sydney ip classless int e0 ip address 172.16.4.1 255.255.255.0 no shut exit int s1 ip address 192.168.2.2 255.255.255.252 clockrate 56000 encapsulation ppp no shut exit username Auckland password cisco int s1 ppp authentication chap exit router eigrp 100 network 192.168.2.0 network 172.16.4.0 exit int s0 encapsulation frame-relay ietf ip address 192.168.1.1 255.255.255.252 band 64 frame-relay lmi-type ansi frame-relay map 192.18.1.4 101 broad no keepalive no shut exit //******Sydney****** ************ISP************ en conf t enable password cisco enable secret class line con 0 password class login exit line vty 0 4 password class login exit hostname ISP ip classless int s0 encapsulation frame-relay ietf ip address 192.168.1.2 255.255.255.252 clockrate 56000 band 64 frame-relay lmi-type ansi frame-relay map 192.18.1.4 101 broad no keepalive ip nat outside no shut int e0 no shut ip nat inside exit ip dhcp pool POOL nat 10.10.0.0 255.255.0.0 default-route 10.10.0.1 dns-server 10.10.0.5 exit ip dhcp exclude-address 10.10.0.1 10.10.0.10 access-list 1 permit 10.10.0.0 0.0.255.255 ip nat pool public-access 192.168.100.0 192.168.100.255 netmask 255.255.255.0 ip nat inside sourse list 1 pool public-access int e0 ip nat inside exit int s0 ip nat outside exit ip nat pool public-access2 192.168.100.11 192.168.100.20 netmask 255.255.255.0 ip nat inside sourse list 1 pool interface serial 0 overload int fa0 ip nat inside exit int s0 ip nap outside ip route 192.168.2.0 255.255.255.252 s0 ip route 172.16.4.0 255.255.255.255 s0 ip route 172.16.15.0 255.255.255.255 s0 ip route 10.10.0.1 255.255.0.0 192.168.100.1 default-route 0.0.0.0 0.0.0.0 192.168.1.1 exit //******ISP*******