04-09-2006 03:25 PM - edited 03-03-2019 12:20 PM
I have an external eigrp network in my table that I want to change its distance to 171 but I do not want any of my other eigrp external network distances to change.
I've tried
router eigrp 100
distance 171 192.168.1.0 0.0.0.3 50
access-list 50 permit 192.168.25.0 0.0.0.255
I get hits on the acl when I have the distance command applied for that neighbor but it doesn't change my distance for the 25.0/24 route. If I change that network to an internal eigrp route then it the distance will change to 171. Any ideas how to do this with an external eigrp route.
Patrick
Solved! Go to Solution.
04-09-2006 03:45 PM
Hey Patrick,
That is a known limitation. You cannot use this form of the distance command to change the AD for external routes from an EIGRP neighbor.
One option may be to 'convert' the external route to an internal one by configuring the neighbor advertising that route with a summary-address of 192.168.25.0/24. Then, you can use the distance statement as you configured above to give it an AD of 50.
Paresh
04-09-2006 03:45 PM
Hey Patrick,
That is a known limitation. You cannot use this form of the distance command to change the AD for external routes from an EIGRP neighbor.
One option may be to 'convert' the external route to an internal one by configuring the neighbor advertising that route with a summary-address of 192.168.25.0/24. Then, you can use the distance statement as you configured above to give it an AD of 50.
Paresh
04-09-2006 04:51 PM
Paresh Thanks
Not what I wanted to hear but thanks.
Patrick
04-09-2006 04:54 PM
Patrick,
Just wondering whether you tried out the summary-address workaround I was suggesting ? Or is that not a legal option for what you are trying to do ?
Paresh
11-11-2024 11:56 PM
I have tried the summary-address and this way it worked. Converted the external route into internal by summary-address.
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