Which command will display all the EIGRP feasible successor routes known to a router?
A
<code class="args"><em>show ip routes *</em></code>
B
<code class="args"><em>show ip eigrp summary</em></code>
C
<code class="args"><em>show ip eigrp topology</em></code>
D
<code class="args"><em>show ip eigrp adjacencies</em></code>
Correct Answer: <code class="args"><em>show ip eigrp topology</em></code>
Any secondary route to a remote network is considered a feasible successor, and those routes are only found in the topology table and used as backup routes in case of primary route failure. You can see the topology table with theshow ip eigrp topology command.