02-05-2018 09:53 AM - edited 03-08-2019 01:43 PM
For sake of this question, let's say I have the following configs below. I need to redistribute Router 2 eigrp area 20 into Router 1 eigrp area 10. I put the redistribute eigrp 10 under area 20 conigs on both routers but it did not work. Please help
Router 1
router eigrp 10
network 172.16.0.0 0.0.0.255
Router 2
eigrp 10
network 192.168.0.0 0.0.0.255
passive-interface g0/1
eigrp stub connected
router eigrp 20
network 10.10.10.0 0.0.0.255
Solved! Go to Solution.
02-05-2018 02:17 PM
Not sure I follow what you are trying to achieve unless it is a lab.
Why would you need two EIGRP processes on a stub router ie. I would have thought the hub would be where you did any redistribution.
As for the passive interface you haven't said which interface that is so not possible to comment on that.
Jon
02-05-2018 10:06 AM
I put the redistribute eigrp 10 under area 20 configs on both routers
There isn't an EIGRP 20 on router 1 in your post ?
Perhaps explain your problem a little more clearly.
Jon
02-05-2018 01:51 PM
02-05-2018 02:01 PM
If the router only has one way out then yes EIGRP stub is a sensible thing to do.
Not sure about the passive statement, if you mean on the interface connecting to other router then no you don;t want it passive but if you mean for interfaces with no other EIGRP neighbors then yes sensible thing to do again.
Jon
02-05-2018 02:12 PM
02-05-2018 02:17 PM
Not sure I follow what you are trying to achieve unless it is a lab.
Why would you need two EIGRP processes on a stub router ie. I would have thought the hub would be where you did any redistribution.
As for the passive interface you haven't said which interface that is so not possible to comment on that.
Jon
02-15-2018 01:41 PM
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