Occasionally, the path to the successor fails and there are not any FSs. In this instance, DUAL does not have a guaranteed loop-free backup path to the network, so the path is not in the topology table as an FS. If there are not any FSs in the topology table, DUAL puts the network into the active state. DUAL actively queries its neighbors for a new successor.

R1 is currently using R3 as the successor to 192.168.1.0/24, as shown in Figure 1. However, R1 does not have R2 listed as an FS, because R2 does not satisfy the FC. To understand how DUAL searches for a new successor when there is no FS, a link failure is simulated between R1 and R3.

Before the link failure is simulated, DUAL debugging is enabled with the debug eigrp fsm command on R1, as shown in Figure 2. A link failure is simulated using the shutdown command on the Serial 0/0/1 interface on R1.

When the successor is no longer available and there is no feasible successor, DUAL puts the route into an active state. DUAL sends EIGRP queries asking other routers for a path to the network. Other routers return EIGRP replies, letting the sender of the EIGRP query know whether or not they have a path to the requested network. If none of the EIGRP replies have a path to this network, the sender of the query does not have a route to this network.

The selected debug output in Figure 2 shows the 192.168.1.0/24 network put into the active state and EIGRP queries sent to other neighbors. R2 replies with a path to this network, which becomes the new successor and is installed into the routing table.

If the sender of the EIGRP queries receives EIGRP replies that include a path to the requested network, the preferred path is added as the new successor and added to the routing table. This process takes longer than if DUAL had an FS in its topology table and was able to quickly add the new route to the routing table. In Figure 3, notice that R1 has a new route to the 192.168.1.0/24 network. The new EIGRP successor is router R2.

Figure 4 shows that the topology table for R1 now has R2 as the successor with no new FSs. If the link between R1 and R3 is made active again, R3 returns as the successor. However, R2 is still not the FS, because it does not meet the FC.