Вы находитесь на странице: 1из 7

R1 - Red incorrecta en ospf (network 172.16.0.4 0.0.0.

3 area 0) -Interface Fa 0/1 No tiene direccion IP -Interface s0/0/0 * TIene la encapsulacion HDLC * Autentificacin no configurada * No PPP configurado * Mascara de subred incorrecta * -Interface s0/0/1 * Autentificacin mal configuarada (PAP en vez de CHAP) R2 - Red incorrecta en ospf (network 209.165.200.120 0.0.0.3 area 0) -Username incorrecto (username R11 password 0 cisco) -Interface Fa 0/1 en vez de la interface Loopback. -Interface s0/0/1 * No clock rate * TIene la encapsulacion HDLC * Autentificacin no configurada

R3 - Red incorrecta en ospf (network 192.16.0.4 0.0.0.3 area 0) - Red incorrecta en ospf (network 192.16.0.8 0.0.0.3 area 0) -Interface Fa 0/1 mascara de red mal configurado (255.255.255.0) -Username incorrecto (username R3 password 0 ciscco) -Interface s0/0/0 * Autentificacin no configurada * PPP no configurado * -Interface s0/0/1 * No direccin IP configurado. * Autentificacin mal configuarada (PAP en vez de CHAP)

R1 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 ! ! ! ! ! ! interface FastEthernet0/0 ip address 10.0.0.1 255.255.255.128 duplex auto speed auto shutdown ! 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 network 172.16.0.8 0.0.0.3 network 172.16.0.0 0.0.0.3 ! ip classless ! ! ! banner motd ^C Unauthorized l extent of the law ^^C ! ! ! ! line con 0 password cisco login line vty 0 4 password cisco login ! ! ! end

area 0 area 0 area 0

access strictly prohibited and prosecuted to the ful

R2 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 ! ! ! ! ! ! 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 ip address 209.165.200.161 255.255.255.224 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 network 172.16.0.0 0.0.0.3 area 0 network 172.16.0.4 0.0.0.3 area 0 network 209.165.200.160 0.0.0.31 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 vty 0 4 password cisco login ! ! ! end R2#en R2#show R2#show run R2#show running-config

Building configuration... Current configuration : 1215 bytes ! version 12.3 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! 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 ! ! ! ! ! ! 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 ip address 209.165.200.161 255.255.255.224 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 network 172.16.0.0 0.0.0.3 area 0 network 172.16.0.4 0.0.0.3 area 0 network 209.165.200.160 0.0.0.31 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 vty 0 4 password cisco login ! ! ! end

R3 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 ! ! !

! ! ! 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 10.0.0.128 0.0.0.127 area 0 network 172.16.0.4 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 vty 0 4 password cisco login ! ! ! end

Вам также может понравиться