You are on page 1of 9

R3

ntp server 10.10.1.2 key 15


snmp-server community CiscoPTSA RO
logging trap debugging
logging 10.10.1.2
service timestamps log datetime msec
router eigrp 1
passive-interface GigabitEthernet0/1
network 10.10.0.0 0.0.0.3
network 10.10.2.0 0.0.0.3
network 10.10.1.0 0.0.0.255
no auto-summary
interface Tunnel0
no shutdown
ip address 10.10.10.1 255.255.255.252
tunnel source s0/0/0
tunnel destination 10.10.2.2

int s0/0/0
no shut
encapsulation frame-relay
ip add 10.10.2.1 255.255.255.252
username R2 password PTSAchap
int s0/0/1
no shut
encapsulation ppp
ppp authentication chap
ip add 10.10.0.2 255.255.255.252
R3-Branch
router eigrp 1
passive-interface GigabitEthernet0/0
no auto-summary
network 10.10.2.0 0.0.0.3
network 10.10.10.0 0.0.0.3
network 10.10.3.0 0.0.0.255
interface Tunnel0
no shutdown
ip add 10.10.10.2 255.255.255.252
tunnel source s0/0/0
tunnel destination 10.10.2.1
int s0/0/0
ip add 10.10.2.2 255.255.255.252
encapsulation frame-relay
no shut
R2
router eigrp 1
passive-interface GigabitEthernet0/0
no auto-summary
network 192.168.0.0 0.0.0.3
network 172.16.0.0 0.0.0.3
network 10.10.0.0 0.0.0.3
redistribute static
username R3 password PTSAchap
int s0/0/1
no shut
clock rate 128000
ip add 10.10.0.1 255.255.255.252
encapsulation ppp

ppp authentication chap


ip nat inside
ip nat pool DYNAMIC 203.0.113.3 203.0.113.10 netmask 255.255.255.240
ip nat inside source list 1 pool DYNAMIC
ip nat inside source list 2 interface Serial0/1/0 overload
ip access-list standard 2
permit 10.10.1.0 0.0.0.255
permit 10.10.3.0 0.0.0.255
ip access-list standard 1
permit 192.168.1.0 0.0.0.255
int s0/0/0
no shut
clock rate 128000
ip add 192.168.0.2 255.255.255.252
encapsulation hdlc
ip nat inside
ip route 0.0.0.0 0.0.0.0 s0/1/0
ip nat inside source static 172.16.0.2 203.0.113.14
int g0/0
ip nat inside
int s0/1/0
ip nat outside
router eigrp 1
passive-interface GigabitEthernet0/1
no auto-summary
network 192.168.0.0 0.0.0.3
network 192.168.1.0 0.0.0.255
int s0/0/0
no shut
ip add 192.168.0.1 255.255.255.252
encapsulation hdlc
R1
router eigrp 1
passive-interface GigabitEthernet0/1
no auto-summary
network 192.168.0.0 0.0.0.3
network 192.168.1.0 0.0.0.255

int s0/0/0
no shut
ip add 192.168.0.1 255.255.255.252
encapsulation hdlc

You might also like