01-19-2015 10:55 AM - edited 03-05-2019 12:36 AM
Hi guys,
I have questions, i am making a simple topology because i want to practice, but i have a problem when i want to redistribute a route in a router.
mi topology is simple, 3 routers, the main router has rip and ospf, i need to redistribute the routres learns by OSPF in the part of RIP.
So, in the part of OSPF it learns routes of RIP, but this doesnt happen on the other side.
The configuration is: in R3
router ospf 1
log-adjacency-changes
redistribute rip subnets
network 10.0.0.0 0.0.0.255 area 1
!
router rip
version 2
redistribute ospf 1
network 192.168.0.0
no auto-summary
But the router 7, doesn't learn routes in his route table of OSPF, can you help me with this, i dont know why is this.
Thank you.
Solved! Go to Solution.
01-19-2015 01:18 PM
Hmm... never used packet tracer. Is there anything at the end of "redistribute ospf 1" that you can add a default metric with? I don't have a router in front of me.
01-19-2015 12:51 PM
Can you try adding the "default-metric 5" command under the "router rip" section?
01-19-2015 01:12 PM
In Packet Tracer i can't do it, i'm sorry ... any other suggest?
01-19-2015 01:18 PM
Hmm... never used packet tracer. Is there anything at the end of "redistribute ospf 1" that you can add a default metric with? I don't have a router in front of me.
01-19-2015 01:22 PM
Yes, i can use that command, i am going to put it.
PD: Excuse my english, i am from latin america.
01-19-2015 01:24 PM
It's good enough for me to understand! My spanish is much worse. :)
01-19-2015 01:38 PM
men, thank you very much, the command "redistribute ospf #"PID" metric 5" works for me, but do you have an explanation for that?, it'll be helpful for me :). In the same way, thank you again.
01-19-2015 02:17 PM
Yes the explanation is that RIP and EIGRP require seed metrics in order for redistribution to work - OSPF does not.
01-20-2015 07:09 AM
Excelente, thank you. Regards.
01-19-2015 01:25 PM
shh5455 men, thank you very much, the command "redistribute ospf #"PID" metric 5" works for me, but do you have an explanation for that?, it'll be helpful for me.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide