Hi,
I have set up a lap with 3 routers, 1 router is in the middle and the two outer routers are connected with serial cables, both interfaces have the same bandwidth. on each of the external routers im injecting 5.5.5.5 /32, so the middle router will so two routes. Because the bandwidth command is the same on the serial interfaces, it should product Equal cost paths.
Show ip route gives..
Router-1#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default
Gateway of last resort is not set
1.0.0.0 255.255.255.0 is subnetted, 1 subnets
C 1.1.1.0 is directly connected, Serial0
2.0.0.0 255.255.255.0 is subnetted, 1 subnets
C 2.2.2.0 is directly connected, Serial1
5.0.0.0 255.255.255.255 is subnetted, 1 subnets
D 5.5.5.5 [90/896000] via 1.1.1.1, 00:01:40, Serial0
[90/896000] via 2.2.2.1, 00:01:40, Serial1
and show Ip eigrp topology shows
Router-1#show ip eigrp topology
IP-EIGRP Topology Table for process 1
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - Reply status
P 5.5.5.5 255.255.255.255, 2 successors, FD is 895744
via 2.2.2.1 (896000/128256), Serial1
via 1.1.1.1 (896000/128256), Serial0
P 1.1.1.0 255.255.255.0, 1 successors, FD is 768000
via Connected, Serial0
P 2.2.2.0 255.255.255.0, 1 successors, FD is 767744
via Connected, Serial1
As you can see, there are two successors which are in the Routing table, so it would seem the successor is in the Topology and routing table at the same time.
the next output is the same, execpt one interface has higher bandwidth
show ip route
Router-1#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default
Gateway of last resort is not set
1.0.0.0 255.255.255.0 is subnetted, 1 subnets
C 1.1.1.0 is directly connected, Serial0
2.0.0.0 255.255.255.0 is subnetted, 1 subnets
C 2.2.2.0 is directly connected, Serial1
5.0.0.0 255.255.255.255 is subnetted, 1 subnets
D 5.5.5.5 [90/896000] via 1.1.1.1, 00:03:22, Serial0
Router-1#
show ip eigrp topology
Router-1#show ip eigrp topology
IP-EIGRP Topology Table for process 1
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - Reply status
P 5.5.5.5 255.255.255.255, 1 successors, FD is 895744
via 1.1.1.1 (896000/128256), Serial0
via 2.2.2.1 (2560640000/128256), Serial1
P 1.1.1.0 255.255.255.0, 1 successors, FD is 768000
via Connected, Serial0
P 2.2.2.0 255.255.255.0, 1 successors, FD is 767744
via Connected, Serial1
LEEroy
MCNE6,CCNA2,3/4 CCNP,CWNA,CCSA,Project+