07-09-2013 01:24 PM - edited 03-04-2019 08:25 PM
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!!
07-12-2013 03:19 AM
Debug ip eigrp
Sent from Cisco Technical Support Android App
07-13-2013 02:27 AM
Hello Anthony,
Did you check link between routers? Maybe there is problem which cause EIGRP flaps.
You can temporarily configure IP SLA with low frequency (5s like EIGRP hello). Then configure tracking of IP SLA so you can see tracking changes in logs and compare them with EIGRP flaps.
Best Regards
Please rate all helpful posts and close solved questions
07-13-2013 06:10 AM
How to configure IP SLA...
07-14-2013 01:19 PM
ip sla 10
! ip address of neighbor
icmp-echo 1.1.1.1 frequency 5 ip sla schedule 10 life forever start-time nowtrack 1 ip sla 1 state
If EIGRP neighborship is flapping because of problem on link, you will see these messages in log output ->
%TRACKING-5-STATE: Up->Down
%TRACKING-5-STATE: Down->Up
Best Regards
Please rate all helpful posts and close solved questions
07-13-2013 12:52 PM
same msg me too getting... Hold down time expired... What are the reason for expiring hold down time...
07-15-2013 05:39 AM
Hello,
Can you show the output of debug eigrp packet hello to see if the router is sending or/and recieiving eigrp hello messages
Ping the neigbour interfaces with small and then larger packets - Is this successful? ( possible congestion?
Ping 244.0.0.10 ( this is the Multicast address for eigrp hellos)
You can also try increasing the hold time to a higher value between neighbors, the default on broadcast interfaces 15 secs
interface x/x
ip hold-time eigrp xxx 60
res
Paul
Please don't forget to rate any posts that have been helpful.
Thanks.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide