Sei sulla pagina 1di 5

1* * * * *

Hay varias razones por la que no puede funcionar chap: que los router esten mal configurados que el enlace serial no tenga el mismo encapsulamiento que en una serial no tenga el comando ; ppp authentication chap que en el username se escriban contraseas diferentes que no tengan los nombres exactos

2- R1 posee solo una ruta hacia R2, por lo tanto no puede establecer una conexci on con R3. R1 tiene configurado fa0/0 en vez de fa0/1 R1 la serial 0/0/0 no tiene la activa la encapsulacion ppp ni la autenticacion c hap, en el serial 0/0/1 tiene la autenticacion pap en vez de la chap. R2 tiene el username y password malo 3- En un router Cisco, la encapsulacin predeterminada para las interfaces seriale s es el HDLC. show run hostname R1 ! ! ! enable secret 5 $1$GJdr$5/sTQlxlP2z6hp9kv1oEK/ enable password cisco ! ! ! ! ! ! username R2 password 0 cisco username R3 password 0 cisco ! ! ! ! ! no ip domain-lookup ! ! spanning-tree mode pvst ! ! ! ! interface FastEthernet0/0 no ip address duplex auto speed auto ! interface FastEthernet0/1 ip address 10.0.0.1 255.255.255.128 duplex auto speed auto ! interface Serial0/0/0 ip address 172.16.0.1 255.255.255.252 encapsulation ppp

ppp authentication chap clock rate 64000 ! interface Serial0/0/1 ip address 172.16.0.9 255.255.255.252 encapsulation ppp ppp authentication chap ! interface Vlan1 no ip address shutdown ! router ospf 1 log-adjacency-changes network 10.0.0.0 0.0.0.127 area 0 network 172.16.0.0 0.0.0.3 area 0 network 172.16.0.8 0.0.0.3 area 0 ! ip classless ! ! ! banner motd ^C Unauthorized access strictly prohibited and prosecuted to the ful l extent of the law ^^C ! ! ! ! line con 0 password cisco login ! line aux 0 ! line vty 0 4 password cisco login ! ! ! end hostname R2 ! ! ! enable secret 5 $1$.ST4$5Z/J4POZ0qH7tP5S/ikut. enable password cisco ! ! ! ! ! ! username R1 password 0 cisco username R3 password 0 cisco ! ! !

! ! no ip domain-lookup ! ! spanning-tree mode pvst ! ! ! ! interface Loopback0 ip address 209.165.200.161 255.255.255.224 ! interface FastEthernet0/0 no ip address duplex auto speed auto shutdown ! interface FastEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Serial0/0/0 ip address 172.16.0.2 255.255.255.252 encapsulation ppp ppp authentication chap ! interface Serial0/0/1 ip address 172.16.0.5 255.255.255.252 encapsulation ppp ppp authentication chap clock rate 64000 ! interface Vlan1 no ip address shutdown ! router ospf 1 log-adjacency-changes passive-interface Loopback0 network 209.165.200.160 0.0.0.31 area 0 network 172.16.0.0 0.0.0.3 area 0 network 172.16.0.4 0.0.0.3 area 0 ! ip classless ! ! ! banner motd ^C Unauthorized access strictly prohibited and prosecuted to the ful l extent of the law ^^C ! ! ! ! line con 0 password cisco login

! line aux 0 ! line vty 0 4 password cisco login ! ! ! end hostname R3 ! ! ! enable secret 5 $1$9PCw$xDixFlCfMlIlB3g9Rig65/ enable password cisco ! ! ! ! ! ! username R1 password 0 cisco username R2 password 0 cisco ! ! ! ! ! no ip domain-lookup ! ! spanning-tree mode pvst ! ! ! ! interface FastEthernet0/0 no ip address duplex auto speed auto shutdown ! interface FastEthernet0/1 ip address 10.0.0.129 255.255.255.128 duplex auto speed auto ! interface Serial0/0/0 ip address 172.16.0.10 255.255.255.252 encapsulation ppp ppp authentication chap clock rate 64000 ! interface Serial0/0/1 ip address 172.16.0.6 255.255.255.252 encapsulation ppp ppp authentication chap

! interface Vlan1 no ip address shutdown ! router ospf 1 log-adjacency-changes network 172.16.0.4 0.0.0.3 network 10.0.0.0 0.0.0.255 network 172.16.0.8 0.0.0.3 ! ip classless ! ! ! banner motd ^C Unauthorized l extent of the law ^^C ! ! ! ! line con 0 password cisco login ! line aux 0 ! line vty 0 4 password cisco login ! ! ! end

area 0 area 0 area 0

access strictly prohibited and prosecuted to the ful

Potrebbero piacerti anche