cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

EIGRP "Flapping" every few days

anthonyjzamora
Level 1
Level 1

I've noticed that our eigrp routes are dropping and reestablishing every few days. I'm currently running a 2911 on MoE with our core router being a 3845. We have some MPLS circuits still up, which are on BGP with a redirect to the EIGRP.

Anyone find anything similar to this? I've looked around and tried debugging, but I've found nothing. Everything is set to default for hold times, and I'm not dropping any hello packets when I can check.

This is the constant message we get

000055: Jul  8 22:59:10.352: %DUAL-5-NBRCHANGE: EIGRP-IPv4 100: Neighbor 10.250.0.18 (GigabitEthernet0/0) is down: holding time expired.

The 2911's eigrp config

!

router eigrp 100

network 10.0.0.0

The 3845

!

router eigrp 100

redistribute connected

redistribute static

redistribute bgp 65400 metric 1500 10 255 25 1500

network 10.0.0.0

no auto-summary

!

router bgp 65400

no synchronization

bgp log-neighbor-changes

network 0.0.0.0

network 10.0.0.0

redistribute static

redistribute eigrp 100

neighbor 67.134.156.41 remote-as 209

no auto-summary

Thanks!!

Who Me Too'd this topic