a problem happened which is a routing loop in eigrp
the problem was as follow
on R4 side
an ATM machine was connected to the R4 router with ip 200.200.253.148 the Dekhila router had an ip 192.168.51.1 it a default route through the serial of dekhila of serial connection between R4 and R3 the B.W. under the serial of R4 was 32 and the B.w under the R3 router was 1
(int ser x
bandwidth 1)
on R3 side
router eigrp with networks 1.1.95.0 (which is the loopback) and network 192.168.95.0 (which is the ethernet ip) and network 172.18.95.1 (which is the voice segment) note that both 192 and 172 are done on sub interfaces of ethernet
the serial between R3 AND R2 is a link of 128 mbps and B.wW. on both serials is 128
the serial link between R3 and R1 is a 128 mbps and B.w under two serials is 128
a static route was done as follow on R3 to reach the ATM
ip route 200.200.253.148 255.255.255.252 ser(on R3 of the link between R3 and R4)
on R1 side
which is the core router it had eigrp with network 200.200.253.0 as well as networks of voice and data and loopback
a static route was configured as follow
ip route 200.200.253.0 255.255.255.0 ser (ser of the link between R1 and R3)
the following happened
when i make traceroot to 200.200.253.148 it goes throgh R1 , R3 , R2 , R3 , R2 and so on
while taking in acount that when i made a static route on R2 using the next hope address it worked correctly so why did the loop occur in the first case