You are on page 1of 3

******************************************************************

CCNA 4 - ACCESO A LA WAN


Prctica de laboratorio 3.5.2: Reto de configuracin PPP
Fecha:
Juan Carlos Huacchillo Cunya
******************************************************************
-----------------------------------------------------------------!R1
config t
hostname R1
username R3 password juanca
username R2 password juanca
interface FastEthernet0/1
ip address 10.0.0.1 255.255.255.128
no shut
exit
interface Serial0/0/0
ip address 172.16.0.1 255.255.255.252
encapsulation ppp
ppp authentication chap
clock rate 64000
no shut
exit
interface Serial0/0/1
ip address 172.16.0.10 255.255.255.252
encapsulation ppp
ppp authentication chap
no shut
exit
router ospf 1
network 10.0.0.0 0.0.0.127 area 1
network 172.16.0.0 0.0.0.3 area 1
network 172.16.0.8 0.0.0.3 area 1
end
---------------------------------------------------------------!R2
config t
hostname R2
username R1 password juanca
username R3 password juanca
interface Loopback0
ip address 209.165.200.161 255.255.255.224
ip ospf network point-to-point

interface Serial0/0/0
ip address 172.16.0.2 255.255.255.252
encapsulation ppp
ppp authentication chap
no shut
exit
interface Serial0/0/1
ip address 172.16.0.5 255.255.255.252
encapsulation ppp
ppp authentication chap
clock rate 64000
no shut
exit
router ospf 1
network 172.16.0.0 0.0.0.3 area 1
network 172.16.0.4 0.0.0.3 area 1
network 209.165.200.160 0.0.0.31 area 1
end
---------------------------------------------------------------!R3
config t
hostname R3
username R1 password juanca
username R2 password juanca
interface FastEthernet0/1
ip address 10.0.0.129 255.255.255.128
no shut
exit
interface Serial0/0/0
ip address 172.16.0.9 255.255.255.252
encapsulation ppp
ppp authentication chap
clock rate 64000
no shut
exit
interface Serial0/0/1
ip address 172.16.0.6 255.255.255.252
encapsulation ppp
ppp authentication chap
no shut
exit
router ospf 1
network 10.0.0.128 0.0.0.127 area 1
network 172.16.0.4 0.0.0.3 area 1
network 172.16.0.8 0.0.0.3 area 1
end

----------------------------------------------------------------

You might also like