cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
415
Views
0
Helpful
4
Replies

Changing the AD of a route to a subnet in EIGRP and failover.

Chris Izatt
Level 1
Level 1

If I run the commands below to force traffic that path and a link goes down will the traffic still failover to the next FC in the EIGRP topo? Is there a better way to force a route in EIGRP when the metric is higher? I am open for suggestions on proper ways to do this. 

 

 

access-list 99 permit 10.1.3.0 0.0.0.255

router eigrp 1
distance 89 10.1.2.4 0.0.0.0 99

Thanks

1 Accepted Solution

Accepted Solutions

John Blakley
VIP Alumni
VIP Alumni

If you're learning this route from another host, you can lower the metric with an offset list instead of changing the AD of the route. If you get it lower than the current successor, it should be put into the routing table for you and leave the other successor as an FS. (I haven't labbed this up yet...)

Actually, I labbed this up and doesn't work the way I intended. You would have to increase the metric of every other route for this method to work. Let me play around with some other ideas...

HTH,

John

HTH, John *** Please rate all useful posts ***

View solution in original post

4 Replies 4