Router#sh ip eigrp top IP-EIGRP Topology Table for AS 10 Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply, r - Reply status P 10.0.0.4/30, 1 successors, FD is 3011840 .........via Connected, Serial0/1/0 P 10.0.0.0/30, 1 successors, FD is 40512000 .........via Connected, Serial0/0/0P 192.168.200.1/32, 1 successors, FD is 3139840 .........via 10.0.0.6 (3139840/128256), Serial0/1/0 .........via 10.0.0.2 (40640000/128256), Serial0/0/0
Router#sh ip route eigrp 192.168.200.0/32 is subnetted, 1 subnetsD 192.168.200.1 [90/3139840] via 10.0.0.6, 00:00:05, Serial0/1/0 ................[90/40640000] via 10.0.0.2, 00:00:04, Serial0/0/0
mikeybinec wrote: » Hey Theo--just a quick question that is somewhat related to the OPs question. Sticking with my diagram I posted a few messages ago--when I run the sh ip ro command I see load balancing to the loopback interface. Now, if I change the bandwidth on the left router, say bandwidth 64, why doesn't the right side peer adjust to the change in bandwidth--Kinda like one side is half duplex and the other is full duplex. If I lower the BW on the left side router, that path/route will be dropped from the sh ip ro table. But the right side router is still at it's configured BW.. Do I make sense? Thanks
Left#sh ip route eigrp 192.168.200.0/32 is subnetted, 1 subnetsD 192.168.200.1 [90/40640000] via 10.0.0.2, 00:04:16, Serial0/0/0................[90/40640000] via 10.0.0.6, 00:00:04, Serial0/1/0
Right#sh ip route eigrp 192.168.201.0/32 is subnetted, 1 subnetsD 192.168.201.1 [90/3139840] via 10.0.0.5, 00:04:49, Serial0/1/0
P 192.168.201.1/32, 1 successors, FD is 3139840.........via 10.0.0.5 (3139840/128256), Serial0/1/0.........via 10.0.0.1 (40640000/128256), Serial0/0/0