Sei sulla pagina 1di 4

Configuracin Bsica Redistribucin de Rutas entre Protocolos

Step 1 RIP v2:


Ingresar a cada router R5 configurar lo siguiente:
#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
(config)#router rip
(config-router)#version 2
(config-router)# network 10.0.0.0
(config-router)#network 192.168.1.0
(config-router)#no auto-summary
Ingresar a cada router R4 configurar lo siguiente:
#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
(config)#router rip
(config-router)#version 2
(config-router)# network 192.168.1.0
(config-router)#no auto-summary
Ingresar a cada router R1 configurar lo siguiente:
#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
(config)#router rip
(config-router)#version 2
(config-router)# network 192.168.1.0
(config-router)#no auto-summary

Step 2 OSPF Area 100:


Ingresar a cada router R2 configurar lo siguiente:
#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.

(config)# router ospf 100


(config-router)# log-adjacency-changes
(config-router)# network 11.0.0.0 0.0.0.255 area 100
(config-router)# network 192.168.1.8 0.0.0.3 area 100
(config-router)# network 192.168.1.16 0.0.0.3 area 100
Ingresar a cada router R3 configurar lo siguiente:
#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
(config)# router ospf 100
(config-router)# log-adjacency-changes
(config-router)# network 12.0.0.0 0.0.0.255 area 100
(config-router)# network 192.168.1.12 0.0.0.3 area 100
(config-router)# network 192.168.1.16 0.0.0.3 area 100
Ingresar a cada router R1 configurar lo siguiente:
#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
(config)# router ospf 100
(config-router)# log-adjacency-changes
(config-router)# network 192.168.1.8 0.0.0.3 area 100
(config-router)# network 192.168.1.12 0.0.0.3 area 100

Step 3 EIGRP PID: 150:


Ingresar a cada router R6 configurar lo siguiente:
#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
(config)# router eigrp 150
(config-router)# network 192.168.1.20 0.0.0.3
(config-router)# network 192.168.1.24 0.0.0.3
(config-router)# no auto-summary
Ingresar a cada router R7 configurar lo siguiente:
#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
(config)# router eigrp 150
(config-router)# network 13.0.0.0 0.0.0.255
(config-router)# network 192.168.1.24 0.0.0.3
(config-router)# no auto-summary
Ingresar a cada router R1 configurar lo siguiente:
#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
(config)# router eigrp 150
(config-router)# network 192.168.1.20 0.0.0.3
(config-router)# no auto-summary

Step 4 Redistribucin de rutas:


Redistribuir rutas sobre RIP:
Ingresar a cada router R1 configurar lo siguiente:
#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
(config)# router rip
(config-router)# redistribute eigrp 150 metric 0
(config-router)# redistribute ospf 100 metric 0
Redistribuir rutas sobre OSPF:
Ingresar a cada router R1 configurar lo siguiente:
#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
(config)# router ospf 100
(config-router)# redistribute rip subnets
(config-router)# redistribute eigrp 150 subnets
Redistribuir rutas sobre EIGRP:
Ingresar a cada router R1 configurar lo siguiente:
#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
(config)# router eigrp 150
(config-router)# redistribute rip metric 1 0 0 1 1
(config-router)# redistribute ospf 100 metric 1 0 0 1 1

Step 5:
Revisar que la configuracin haya quedado correctamente en cada router:
#show running-config
Step 6:
Revisar estado de router vecinos:
Usar los commando: show ip rip database
Step 7:
Revisando la tabla de rutas en cada router.
Usar el comandos:

show ip route
show ip ospf
show ip ospf neighbor

show ip ospf database


show ip ospf traffic
show ip eigrp neighbors
show ip eigrp topology

Notar como ahora ya hace distincin de rutas por cada sub-red aprendida desde los ASs
remotos.
Adems que las rutas con:

Una R al inicio significan que fueron aprendidas va protocolo RIP.


Una D al inicio significan que fueron aprendidas va protocolo EIGRP.
Una O al inicio significan que fueron aprendidas va protocolo OSPF.
Una D EX al inicio significan que fueron aprendidas va protocolo EIGRP external.
Una O E2 al inicio significan que fueron aprendidas va protocolo OSPF external.

Hacer pruebas de ping desde cada interface Loopback y Router remoto de maquina porttil y
servidor entre s.
Si desea deshabilitar los mensajes de debug que se muestran en consola
Usar el siguiente comando en los routers:
#undebug all

Potrebbero piacerti anche