DUAL can converge quickly after a change in the topology because it can use backup paths to other networks without recomputing DUAL. These backup paths are known as Feasible Successors (FSs).

An FS is a neighbor that has a loop-free backup path to the same network as the successor, and it satisfies the Feasibility Condition (FC). R2’s successor for the 192.168.1.0/24 network is R3, providing the best path or lowest metric to the destination network. Notice in Figure 1, that R1 provides an alternative path, but is it an FS? Before R1 can be an FS for R2, R1 must first meet the FC.

The FC is met when a neighbor’s Reported Distance (RD) to a network is less than the local router’s feasible distance to the same destination network. If the reported distance is less, it represents a loop-free path. The reported distance is simply an EIGRP neighbor’s feasible distance to the same destination network. The reported distance is the metric that a router reports to a neighbor about its own cost to that network.

In Figure 2, R1’s feasible distance to 192.168.1.0/24 is 2,170,112.

R2 uses this information to determine if R1 meets the FC and, therefore, can be an FS.

As shown in Figure 3, because the RD of R1 (2,170,112) is less than R2’s own FD (3,012,096), R1 meets the FC.

R1 is now an FS for R2 to the 192.168.1.0/24 network.

If there is a failure in R2’s path to 192.168.1.0/24 via R3 (successor), then R2 immediately installs the path via R1 (FS) in its routing table. R1 becomes the new successor for R2’s path to this network, as shown in Figure 4.