------------------------------------------------------------------------------- --------------------------ISP-------------------------------------------------- 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 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 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 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 inside source list 1 pool public-access interface e0 ip nat inside interface serial 0 ip nat outside exit ip nat pool public-access 192.168.100.11 192.168.100.20 netmask 255.255.255.0 ip nat inside source list 1 interface serial 0 overload interface fastethernet 0 ip nat inside interface serial 0 ip nat outside exit 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 __________________________________________________________________________ ----------------------------------------AUCKLAND-------------------------- // enable conf t hostname Auckland enable password cisco enable secret class line con 0 password class login line vty 0 4 password class login exit int e 0 ip address 172.16.15.1 255.255.255.0 no shut exit username Sydney password cisco int s 0 ip address 192.168.2.2 255.255.255.252 encapsulation ppp no shut int s0 ppp authentication chap exit router eigrp 100 network 192.168.2.0 255.255.255.252 network 172.16.15.0 255.255.255.252 no auto-summary exit ip classless _________________________________________________________________ ___________________________SYDNEY)))))))))))))))))))))))))))))))) enable conf t hostname Sydney enable password cisco enable secret class line con 0 password class login line vty 0 4 password class login exit username Auckland password cisco int s0 ip address 192.168.1.6 255.255.255.252 bandwidth 64 encapsulation frame-relay ietf no frame-relay inverse-arp frame-relay map ip 192.168.1.5 101 broadcast frame-relay lmi-type ansi 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