09-18-2017 10:01 AM - edited 03-05-2019 09:09 AM
Hi all,
I am struggling to control the router that does redistribution in case of two routers setup to do redistribution on a LAN.
Very simple Topology, imagine a LAN 172.16.0.0/24, R1 172.16.0.1, R2 172.16.0.2, R3 172.16.0.3, R4 172.16.0.4 Backbone 192.168.1.1 connected to a different interface to R4.
R1 runs OSPF
R2 runs OPSF and EIGRP
R3 runs OPSF and EIGRP
R4 runs EIGRP and RIP
Backbone RIP
So a prefix is generated by Backbone and passed to R4 via RIP. R4 redistribute it into EIGRP.
R2 and R3 both redistribute it to OSPF, when that happens one of them will prefer the OSPF route as admin distance went from 170 to 110, but what makes the routers decide which of the two routers keeps the eigrp and which one does the redistribution?
Tried everything I could think of. Thanks
09-18-2017 10:56 AM - edited 09-18-2017 10:59 AM
Why are you redistributing EIGRP to OSPF on R2 and R3 ?
Regardless of that, it will simply be a race condition ie. one of the routers will be the first to redistribute and so the other will receive as OSPF and so will not redistribute because the EIGRP route will not be in the routing table.
Jon
09-18-2017 11:54 PM
Hi Jon,
I am redistributing on both for redundancy, what if the router (or any other components of the solution, switch, WAN circuits, etc) has a problem?
I thought it would be a race condition but no matter what sequence I try in terms of enabling the routing protocols, it is always R3 doing the redistribution and cannot understand why. I am running this in GNS3 btw, not sure if this has have anything to do with it.
Thanks
09-19-2017 10:51 AM - edited 09-19-2017 10:51 AM
So even if you enable redistribution on R2 first it is still R3 that ends up doing the redistribution ?
Jon
09-26-2017 01:32 AM
yep, I know it does not make sense and was expecting the race condition as you mentioned.
Have noot had to run more tests in the last few days, I have been busy with other deployments, will go through the whole thing again.
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