-------------------------------------- Configuración R4 -------------------------------------- configure terminal interface lo ip address 10.0.9.179/32 exit interface eth0.0 no ip address 192.168.0.1/24 shutdown exit interface eth0.1 no ip address 192.168.1.1/24 shutdown exit interface eth0.2 no ip address 192.168.2.1/24 shutdown exit interface eth0.3 ip address 10.0.9.174/30 no ip address 192.168.3.1/24 exit interface eth0.4 ip address 10.0.0.9/24 exit exit exit -------------------------------------- Rutas estáticas ip route RED SIGUIENTE_SALTO -------------------------------------- configure terminal ip route 10.0.0.0/16 eth0.4 ip route 10.0.9.0/24 10.0.9.173 ip route 10.0.9.179/32 lo exit ------------------------------------ Rutas estática de respaldo ip route RED SIGUIENTE_SALTO ----------------------------------- NO tiene Rutas de Respaldo porque sólo tiene 1 camino para llegar a todas las subredes y otro para llegar a Internet ------------------------ RIP ------------------------ configure terminal router rip network eth0.4 network eth0.3 redistribute connected exit exit ------------------------ OSPF ------------------------ configure terminal no router rip router ospf
 network 10.0.0.0/24 area 0.0.0.0
 network 10.0.9.0/24 area 10.0.9.0 exit
 exit ------------------------------------------------ Redistribución de rutas OSPF-RIP (Hito 9) ------------------------------------------------ #mantengo configuración anterior de OSPF #Para configurar como area stub router ospf area 10.0.9.0 stub