Hello,
Attached, you have topology that was designed and tested under GNS3.
I want to clarify one thing regarding network convergence (last topic):
When we ping from R3 to R1's loopback interface, best route is through 10.1.1001 (R1's Fa0/0). If I shutdown this interface, it's possible to see that network converges and that packets go to R2 and then through serial link to R1's loopback.
Anyway, "show ip eigrp topology all-links" on R3's does not show this route (R3 - R2 - R1) to R1's loopback interface. It wasn't supposed to appear here?
R3#show ip eigrp topology all-links
IP-EIGRP Topology Table for AS(1)/ID(192.168.100.5)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - reply Status, s - sia Status
P 10.1.3.0/24, 1 successors, FD is 128256, serno 2
via Connected, Loopback3
P 10.1.2.0/24, 1 successors, FD is 156160, serno 5
via 10.1.100.2 (156160/128256), FastEthernet0/0
P 10.1.1.0/24, 1 successors, FD is 156160, serno 14
via 10.1.100.1 (156160/128256), FastEthernet0/0
Thanks,
AF