06-02-2006 12:36 AM - edited 03-03-2019 12:52 PM
In a lab setup, I have two routers (routers B and C) in the middle running iBGP and on either side a router (A and D) running EIGRP. Now in order to have full connectivity, I did a mutual redistribution of BGP into EIGRP and vice versa on routers B and C. The routes from router A get redistributed into router B, there propagated via iBGP to router C, but the redistribution from BGP into EIGRP on router C does not work (and the other way around). Not even the local network between routers B and C, which I advertise through the 'network' command in BGP, gets redistributed into EIGRP. I have just configured basic BGP and EIGRP and redistribution without route-maps, etc. Synchronisation in BGP is off. What might be the problem?
Thanks, Meg
Solved! Go to Solution.
06-02-2006 12:44 AM
Did you remember to set a default EIGRP metric for the redistributed routes?
Kevin Dorrell
Luxembourg
06-02-2006 05:54 AM
Actually the issue here is the attempt to redistribute from iBGP into an IGP (EIGRP). By default Cisco disables redistribution from iBGP into an IGP. If you want to do this use the command bgp redistribute-internal.
HTH
Rick
06-02-2006 06:13 AM
Are you trying to redistribute iBGP into EIGRP? You have to set a hidden knob to make this work--we normally only redistribute eBGP routes into any IGP.
http://www.ciscotaccc.com/kaidara-advisor/iprout/showcase?case=K10794084
bgp redistribute-internal is the command you probably need, if this is the case. Also make certain, as another poster stated, to set the EIGRP default metric.
HTH
Russ.W
06-02-2006 12:44 AM
Did you remember to set a default EIGRP metric for the redistributed routes?
Kevin Dorrell
Luxembourg
06-02-2006 03:58 AM
Hello Meg,
could you give us more information on this issue?
maybe post part of your configuration or output of the routing tables on these routers.
There are many factors that could cause issues on advertising and redistribution of routes in BGP and EIGRP.
Please let me know,
Vlad
06-02-2006 05:54 AM
Actually the issue here is the attempt to redistribute from iBGP into an IGP (EIGRP). By default Cisco disables redistribution from iBGP into an IGP. If you want to do this use the command bgp redistribute-internal.
HTH
Rick
06-02-2006 06:13 AM
Are you trying to redistribute iBGP into EIGRP? You have to set a hidden knob to make this work--we normally only redistribute eBGP routes into any IGP.
http://www.ciscotaccc.com/kaidara-advisor/iprout/showcase?case=K10794084
bgp redistribute-internal is the command you probably need, if this is the case. Also make certain, as another poster stated, to set the EIGRP default metric.
HTH
Russ.W
06-05-2006 10:25 PM
Thanks everyone for the inputs. After configuring default metrics in EIGRP and usind the bgp redistribute-internal command, it worked!
Strangely, in all my CCIE studies I never came across this one.....
06-06-2006 05:10 AM
Mechthild
I am glad that we were able to point you toward the solution. If you would mark this thread as solved it would help others in the forum to know that they can read not only about a problem but also to see the solution. This makes the forum more useful for everyone.
HTH
Rick
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