Sei sulla pagina 1di 7

-ERA-EigrpEjemploTexto-20-05-10-actualizado2010-ConAutoSummary

CAMBIE TODO DE EIGRP A RIP v2 A VER CON ESTA RED LOS CAMBIOS EN EL
ENRUTAMIENTO

PRIMERO AUTO-SUMMARY EN EL ROUTER 1 Y NO AUTO-SUMMARY EN LOS ROUTERS
2 Y 3

ROUTER 1

enable
conf t
no service password-encryption

hostname R1
enable password cisco
enable secret ciscosec

ip ssh version 1
no ip domain-lookup

interface FastEthernet0/0
description R1 LAN
ip address 172.16.1.1 255.255.255.0
no shutdown
exit

interface Serial 1/0
description Link to R2
ip address 172.16.3.1 255.255.255.252
clock rate 64000
bandwidth 64
no shutdown
exit

interface Serial1/1
description Link to R3
ip address 192.168.10.5 255.255.255.252
bandwidth 1544
no shutdown
exit

banner motd #
********************************
!!!AUTHORIZED ACCESS ONLY!!!
********************************
#
line con 0
password ciscocon
login
exit

line vty 0 4
password ciscotel
login
exit

router rip
version 2
network 192.168.10.0
network 172.16.0.0
auto-summary
exit



ROUTER 2

enable
conf t
no service password-encryption
hostname R2
enable password cisco
enable secret ciscosec

ip ssh version 1
no ip domain-lookup

interface FastEthernet0/0
description R2 LAN
ip address 172.16.2.1 255.255.255.0
no shutdown
exit

interface Serial 1/0
description Link to R1
ip address 172.16.3.2 255.255.255.252
bandwidth 64
no shutdown
exit

interface Serial 1/1
description Link to R3
ip address 192.168.10.9 255.255.255.252
clock rate 64000
bandwidth 1024
no shutdown
exit

interface loopback 0
description Link to ISP
ip address 10.1.1.1 255.255.255.252
no shutdown
exit


banner motd #
********************************
!!!AUTHORIZED ACCESS ONLY!!!
********************************
#
line con 0
password ciscocon
login
exit

line vty 0 4
password ciscotel
login
exit

router rip
version 2
network 192.168.10.8
network 172.16.0.0
network 10.0.0.0
redistribute static
no auto-summary
exit

ip route 0.0.0.0 0.0.0.0 loopback 0

end


ROUTER 3
enable
conf t
no service password-encryption

hostname R3

enable password cisco
enable secret ciscosec

ip ssh version 1
no ip domain-lookup

interface FastEthernet0/0
description R3 LAN
ip address 192.168.1.1 255.255.255.0
no shutdown
exit


interface loopback 0
ip address 192.168.2.1 255.255.255.0
no shutdown
exit

interface loopback 1
ip address 192.168.3.1 255.255.255.0
no shutdown
exit

interface Serial 1/0
description Link to R1
ip address 192.168.10.6 255.255.255.252
clock rate 64000
bandwidth 1544
no shutdown
exit

interface Serial 1/1
description Link to R2
ip address 192.168.10.10 255.255.255.252
bandwidth 1024
no shutdown
exit

banner motd #
********************************
!!!AUTHORIZED ACCESS ONLY!!!
********************************#

line con 0
password ciscocon
login
exit

line vty 0 4
password ciscotel
login
exit

router rip
version 2
network 192.168.10.0
network 192.168.1.0
network 192.168.2.0
network 192.168.3.0
no auto-summary
exit

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







ESTO ES CON RIP VERSION 2

AHORA ES CUANDO PASE A RIP VERSION 2 PERO CON AUTOSUMARY SOLO EN EL
ROUTER 1


R1#SH IP ROUTE

Gateway of last resort is 172.16.3.2 to network 0.0.0.0

10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
R 10.0.0.0/8 [120/4] via 172.16.3.2, 00:00:12, Serial1/0
R 10.1.1.0/30 [120/1] via 172.16.3.2, 00:00:12, Serial1/0
172.16.0.0/16 is variably subnetted, 4 subnets, 3 masks
R 172.16.0.0/16 [120/3] via 172.16.3.2, 00:00:12, Serial1/0
C 172.16.1.0/24 is directly connected, FastEthernet0/0
R 172.16.2.0/24 [120/1] via 172.16.3.2, 00:00:12, Serial1/0
C 172.16.3.0/30 is directly connected, Serial1/0
R 192.168.1.0/24 [120/1] via 192.168.10.6, 00:00:06, Serial1/1
R 192.168.2.0/24 [120/1] via 192.168.10.6, 00:00:06, Serial1/1
R 192.168.3.0/24 [120/1] via 192.168.10.6, 00:00:06, Serial1/1
192.168.10.0/24 is variably subnetted, 3 subnets, 2 masks
R 192.168.10.0/24 [120/3] via 192.168.10.6, 00:00:06, Serial1/1
C 192.168.10.4/30 is directly connected, Serial1/1
R 192.168.10.8/30 [120/1] via 172.16.3.2, 00:00:12, Serial1/0
[120/1] via 192.168.10.6, 00:00:06, Serial1/1
R* 0.0.0.0/0 [120/1] via 172.16.3.2, 00:00:12, Serial1/0
R1#


R2#SHO IP ROUTE

Gateway of last resort is 0.0.0.0 to network 0.0.0.0

10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
R 10.0.0.0/8 [120/3] via 192.168.10.10, 00:00:13, Serial1/1
C 10.1.1.0/30 is directly connected, Loopback0
172.16.0.0/16 is variably subnetted, 4 subnets, 3 masks
R 172.16.0.0/16 [120/2] via 192.168.10.10, 00:00:13, Serial1/1
R 172.16.1.0/24 [120/1] via 172.16.3.1, 00:00:16, Serial1/0
C 172.16.2.0/24 is directly connected, FastEthernet0/0
C 172.16.3.0/30 is directly connected, Serial1/0
R 192.168.1.0/24 [120/1] via 192.168.10.10, 00:00:13, Serial1/1
R 192.168.2.0/24 [120/1] via 192.168.10.10, 00:00:13, Serial1/1
R 192.168.3.0/24 [120/1] via 192.168.10.10, 00:00:13, Serial1/1
192.168.10.0/24 is variably subnetted, 3 subnets, 2 masks
R 192.168.10.0/24 [120/1] via 172.16.3.1, 00:00:16, Serial1/0
R 192.168.10.4/30 [120/1] via 192.168.10.10, 00:00:13, Serial1/1
C 192.168.10.8/30 is directly connected, Serial1/1
S* 0.0.0.0/0 is directly connected, Loopback0
R2#


R3#sh ip route

Gateway of last resort is 192.168.10.9 to network 0.0.0.0

10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
R 10.0.0.0/8 [120/2] via 192.168.10.5, 00:00:09, Serial1/0
R 10.1.1.0/30 [120/1] via 192.168.10.9, 00:00:20, Serial1/1
172.16.0.0/16 is variably subnetted, 4 subnets, 3 masks
R 172.16.0.0/16 [120/1] via 192.168.10.5, 00:00:09, Serial1/0
R 172.16.1.0/24 [120/2] via 192.168.10.9, 00:00:20, Serial1/1
R 172.16.2.0/24 [120/1] via 192.168.10.9, 00:00:20, Serial1/1
R 172.16.3.0/30 [120/1] via 192.168.10.9, 00:00:20, Serial1/1
C 192.168.1.0/24 is directly connected, FastEthernet0/0
C 192.168.2.0/24 is directly connected, Loopback0
C 192.168.3.0/24 is directly connected, Loopback1
192.168.10.0/24 is variably subnetted, 3 subnets, 2 masks
R 192.168.10.0/24 [120/2] via 192.168.10.9, 00:00:20, Serial1/1
C 192.168.10.4/30 is directly connected, Serial1/0
C 192.168.10.8/30 is directly connected, Serial1/1
R* 0.0.0.0/0 [120/1] via 192.168.10.9, 00:00:20, Serial1/1
R3#

CONCLUSIONES CON RIP VERSION 2 CON ROUTER R1 CON AUTOSUMMARY Y LOS
OTROS CON NO AUTO-SUMMARY O SEA, SOLO R1 HACE RESUMEN DE RUTA ENLAS
INTERFACES

1.- R1 ENVIA AL R2 POR LA 172.16.3.1 SI RESUMIR NADA DE SUS 172.16.X.X PUES ES LA
172.16.0.0 LA RED PRINC POR ESO EN EL R2 APARECE

R 172.16.1.0/24 [120/1] via 172.16.3.1, 00:00:16, Serial1/0

2.- R1 ENVIA AL R3 POR LA 192.168.10.5 RESUMEN DE SUS 172.16.X.X PUES ES LA
192.168.10.5 NO ES LA RED PRINC POR ESO EN EL R3 APARECE172.16.X.X. LO
MISMO PASARIA SU LA RED POR LA QUE ENVIA UPDATES FUE 172.17.X.X, SE
PROB EN EL OTRO ARCHIVO CON AUTOSUMMARY EN R1 Y R1 Y CAMBIANDO LA
RED 172.16.3.0 POR LA 172.17.3.0

R 172.16.0.0/16 [120/1] via 192.168.10.5, 00:00:09, Serial1/0 EL RESUMEN ENVIADO
POR R1

R 172.16.1.0/24 [120/2] via 192.168.10.9, 00:00:20, Serial1/1 LO QUE LE ENVIO EL
ROUTER 2 AL R3 SEGUEN LO QUE APRENDIO SIN RESUMEN DEL ROUTER 1 A
TRAVES DE LA 172.16.3.2; POR ESA RAZON EL COSTO ES 2 SALTOS.

AQUI SE VE EL PROBLEMA QUE SE PRODUCE PUES EL ROUTER 3 TOMA LA VIA
DEL ROUTER 2 PARA LLEGAR A LA SUBRED 172.16.1.0 DEL ROUTER 1 PUES
POR EL ROUTER 2 TIENE MEJOR COINCIDENCIA A IP PUES LO QUE LE LLEGA
DEL ROUTER 1 ES UN RESUMEN DE RUTAS.

3.- EN EL ROUTER 1 APARECE
10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
R 10.0.0.0/8 [120/4] via 172.16.3.2, 00:00:12, Serial1/0
R 10.1.1.0/30 [120/1] via 172.16.3.2, 00:00:12, Serial1/0

O SEA QUE APRENDE BIEN LO QUE LE ENVIO EL ROUTER 2 SOBRE LA
10.1.1.0/30
[120/1] via 172.16.3.2 PERO APARECE
R 10.0.0.0/8 [120/4] via 172.16.3.2, 00:00:12, Serial1/0

ESTO SE PRODUCE PORQUE CUANDO EL R2 LE CUENTA AL R1 DE LA
10.1.1.0/30, EL ROUTER 1 LA ANOTA BIEN PARA LLEGAR A ELLA; PERO
CUANDO EL R1 LE ENVIA UPDATES AL ROUTER 3 HACE UN RESUMEN A LA
10.0.0.0/8 Y EL ROUTE 3 SE LA ENVIA AL ROUTER 2 CON 3 SALTOS RESUMIDA,
POR ESO APARECE EN EL ROUTER 2 ASI:

R 10.0.0.0/8 [120/3] via 192.168.10.10, 00:00:13, Serial1/1

EL ROUTER 2 NO HACE RESUMEN Y AL RECIBIR ESTE RESUMEN SE LO ENVIA
AL ROUTER 1 POR LA 172.16.3.2 Y EL ROUTER R1 LO PONE EN SU TABLA CON
4 SALTOS Y, POR SUPUESTO, NO SE LO ENVIA AL ROUTER 3 DE NUEVO
PUES ES PEOR RUTA QUE EL RESUMEN ANTERIOR CON 2 SALTOS QUE EL
ROUTER R1 LE HABIA ENVIADO AL R3.

ASI APARCE ENN EL ROUTER 1:
R 10.0.0.0/8 [120/4] via 172.16.3.2, 00:00:12, Serial1/0

TAMBIEN DEBE DECIRSE QUE EL ROUTER 2 NO LE INFORMA AL ROUTER 3
ESTO PUES LO ESE RESUMEN LO RECIBIO DEL ROUTER 3 Y HAY HORIZONTE
DIVIDIDO.

4.- LE PUSE PASSIVE-INTERFACE S1/1 AL ROUTER 2 PARA QUE NO ENVIARA
INFORMACION AL R3 SOBRE SU REDES, ENTRE ELLAS DE LA 10.1.1.0 A VER SI EL
ROUTER 1 (QUE RECIBE ESTA SUB RED DEL ROUTER 2 CON SU MASCARA
CORRECTAMENTE PUES EL ROUTER 2 NO HACE RESUMEN DE RUTA) LA
ENVIABA BIEN AL ROUTER 3, O SEA, SI LA ENVIABA CON SU MASCARA
ORIGINAL PUES NO ES UNA RED DEL ROUTER 1, Y NO ES ASI, EL ROUTER 1 AL
ENVIARLA AL ROUTER 3 LE HACE RESUMEN DE RUTA PUES LE ENVIA LA
INFORMACION POR UNA INTERFAZ ( SU SERIAL 1/1 DEL R1) QUE PERTENECE A LA
RED 192.X.X.X Y POR ESO LA RESUMEN Y ASI RESUMIDA LA APRENDE EL R3.

Potrebbero piacerti anche