EIGRP on Lanlink interfaces

Hello all

I am runnning two Cisco 2801 with IOS 12.3(8)T6. Both Routers are connected (fa0/0) to network 10.10.10.0 and 170.11.1.0 (fa0/1). HSRP and EIGRP are configured this way

Router A

interface FastEthernet0/0 ip address 10.10.10.3 255.255.255.0 speed 100 full-duplex standby 150 ip 10.10.10.5 standby 150 timers 1 3 standby 150 priority 110 standby 150 preempt standby 150 track FastEthernet0/1

interface FastEthernet0/1 ip address 170.11.1.253 255.255.255.0 standby 152 ip 170.11.1.1 standby 152 timers 1 3 standby 152 priority 110 standby 152 preempt standby 152 track FastEthernet0/0

router eigrp 150 redistribute static network 10.0.0.0 network 170.11.0.0 no auto-summary

ip route 0.0.0.0 0.0.0.0 10.10.10.1 ip route 172.19.70.0 255.255.255.0 170.11.1.4 ip route 172.25.11.0 255.255.255.0 170.11.1.4

Router B

interface FastEthernet0/0 ip address 10.10.10.4 255.255.255.0 speed 100 full-duplex standby 150 ip 10.10.10.5 standby 150 timers 1 3 standby 150 priority 105 standby 150 preempt standby 150 track FastEthernet0/1

interface FastEthernet0/1 ip address 170.11.1.254 255.255.255.0 standby 152 ip 170.11.1.1 standby 152 timers 1 3 standby 152 priority 105 standby 152 preempt standby 152 track FastEthernet0/0

router eigrp 150 redistribute static network 10.0.0.0 network 170.11.0.0 no auto-summary

ip route 0.0.0.0 0.0.0.0 10.10.10.1 ip route 172.19.70.0 255.255.255.0 170.11.1.4 ip route 172.25.11.0 255.255.255.0 170.11.1.4

Interfaces fa0/1 are connected to a switch via Lanlink on remote side, fa0/0 is connected to a switch on local side. If Lanlink on Router A fails interface fa0/1 stays up because connection to modem is still ok but remote network is not reachable any more via this interface. HSRP doesn't switch of course. I can't see any eigrp route "sh ip route eigrp". What can i do to fix this issue?

Thanks in advance.

Andre Wisniewski

read more and respond »

Posted 5 years ago by andre.wisniewski in Cisco Systems

Report misuse

Image for EIGRP on Lanlink interfaces