banner motd @R3>hostname R3 R3>ntp server 10.10.1.2 key 15 R3>snmp-server community CiscoPTSA RO R3>logging trap debugging R3>logging 10.10.1.2 R3>service timestamps log datetime msec R3>router eigrp 1 R3>passive-interface GigabitEthernet0/1 R3>network 10.10.0.0 0.0.0.3 R3>network 10.10.2.0 0.0.0.3 R3>network 10.10.1.0 0.0.0.255 R3>no auto-summary R3>interface Tunnel0 R3>no shutdown R3>ip address 10.10.10.1 255.255.255.252 R3>tunnel source s0/0/0 R3>tunnel destination 10.10.2.2 R3>int s0/0/0 R3>no shut R3>encapsulation frame-relay R3>ip add 10.10.2.1 255.255.255.252 R3>username R2 password PTSAchap R3>int s0/0/1 R3>no shut R3>encapsulation ppp R3>ppp authentication chap R3>ip add 10.10.0.2 255.255.255.252 R3-branch>hostname R3-Branch (Office-2-Branch) R3-branch>router eigrp 1 R3-branch>passive-interface GigabitEthernet0/0 R3-branch>no auto-summary R3-branch>network 10.10.2.0 0.0.0.3 R3-branch>network 10.10.10.0 0.0.0.3 R3-branch>network 10.10.3.0 0.0.0.255 R3-branch>interface Tunnel0 R3-branch>no shutdown R3-branch>ip add 10.10.10.2 255.255.255.252 R3-branch>tunnel source s0/0/0 R3-branch>tunnel destination 10.10.2.1 R3-branch>int s0/0/0 R3-branch>ip add 10.10.2.2 255.255.255.252 R3-branch>encapsulation frame-relay R3-branch>no shut R2>hostname R2 R2>router eigrp 1 R2>passive-interface GigabitEthernet0/0 R2>no auto-summary R2>network 192.168.0.0 0.0.0.3 R2>network 172.16.0.0 0.0.0.3 R2>network 10.10.0.0 0.0.0.3 R2>redistribute static R2>username R3 password PTSAchap R2>int s0/0/1 R2>no shut R2>clock rate 128000 R2>ip add 10.10.0.1 255.255.255.252 R2>encapsulation ppp R2>ppp authentication chap R2>ip nat inside R2>ip nat pool DYNAMIC 203.0.113.3 203.0.113.10 netmask 255.255.255.240 R2>ip nat inside source list 1 pool DYNAMIC R2>ip nat inside source list 2 interface Serial0/1/0 overload R2>ip access-list standard 2 R2>permit 10.10.1.0 0.0.0.255 R2>permit 10.10.3.0 0.0.0.255 R2>ip access-list standard 1 R2>permit 192.168.1.0 0.0.0.255 R2>int s0/0/0 R2>no shut R2>clock rate 128000 R2>ip add 192.168.0.2 255.255.255.252 R2>encapsulation hdlc R2>ip nat inside R2>ip route 0.0.0.0 0.0.0.0 s0/1/0 R2>ip nat inside source static 172.16.0.2 203.0.113.14 R2>int g0/0 R2>ip nat inside R2>int s0/1/0 R2>ip nat outside R2>router eigrp 1 R2>passive-interface GigabitEthernet0/1 R2>no auto-summary R2>network 192.168.0.0 0.0.0.3 R2>network 192.168.1.0 0.0.0.255 R2>int s0/0/0 R2>no shut R2>ip add 192.168.0.1 255.255.255.252 R2>encapsulation hdlc R1>hostname R1(Office-1) R1>router eigrp 1 R1>passive-interface GigabitEthernet0/1 R1>no auto-summary R1>network 192.168.0.0 0.0.0.3 R1>network 192.168.1.0 0.0.0.255 R1>int s0/0/0 R1>no shut R1>ip add 192.168.0.1 255.255.255.252 R1>encapsulation hdlc @