EIGRP “FD is Infinity”
Let’s take a look at EIGRP and the state a route can get into where EIGRP tells you “FD is Infinity”.
First of all, every EIGRP speaker maintains a local database called the EIGRP topology table which holds a copy of every route received from every neighbor and every route being advertised by the local system. EIGRP performs its best-path decision process on the entries in this table in order to determine which routes are the best and then hands those best routes to the Routing Information Base (the RIB). By inspecting the entries in this table, you can see things like:
- Bandwidth, Load, Delay, Reliability – the values to go into computing the composite metric
- The actual composite metric that the local system has calculated
- The composite metric that the neighbor calculated
- Whether the route is internal or external
- A list of all neighbors that advertised the route (neighbor’s router ID)
- The feasible distance (FD) for the route
- The metric for the route as seen in the RIB
I’ve used superscript numbers (x) in the output below to indicate where each item in the list above is found.
R12#show ip eigrp topology 10.1.11.0/24
EIGRP-IPv4 Continue reading