Cisco – EIGRP topology table – unexpected behavior

ciscoeigrp

Prepping for CCNP – In my topology the path R1 takes to a Loopback Ip is via R2 by default. My goal is to have a feasible successor route through R3. I've attached a diagram of topology.

http://imgur.com/a/6KZPz#4

Problem is: R1 only has one entry for the loopback ip of 3.3.3.3 in it's topology table. When I look at R3, it has two entries for this network, but somehow it's not sharing it..

I had planned to manipulate delay to add the FS route in R1, so I tried that on all links from R3 to the loopback (reduced delay to 10 usec), and for one update I saw R1 have both entries.. after another update though it removed it..

My understanding was that even if it wasn't a FS the topology table (using the 'detail' switch) would show all possibilities? What am I missing?

Best Answer

Try using the command

show ip eigrp topology all-links

This should allow you to view all routes including non-successor/non-feasible routes

Related Topic