07-28-2017 06:59 AM - edited 03-05-2019 08:55 AM
I have a new router and when we connected it the following keeps coming up in the logs. There is no interface errors or resets. No issues with duplex or speed mis-match. Below are the messages, what can I find on why these are coming?
Log Buffer (4096 bytes):
CHANGE: EIGRP-IPv4 x: Neighbor X.x.x.x (GigabitEthernet0/0/0) is down: retry limit exceeded
Jul 27 15:53:32: %DUAL-5-NBRCHANGE: EIGRP-IPv4 : Neighbor (GigabitEthernet0/0/0) is up: new adjacency
Jul 27 15:53:41: %DUAL-5-NBRCHANGE: EIGRP-IPv4 : Neighbor (GigabitEthernet0/0/0) is down: retry limit exceeded
Jul 27 15:53:45: %DUAL-5-NBRCHANGE: EIGRP-IPv4 : Neighbor (GigabitEthernet0/0/0) is up: new adjacency
Jul 27 15:53:52: %DUAL-5-NBRCHANGE: EIGRP-IPv4 : Neighbor (GigabitEthernet0/0/0) is down: stuck in INIT state
Jul 27 15:53:57: %DUAL-5-NBRCHANGE: EIGRP-IPv4 : Neighbor (GigabitEthernet0/0/0) is up: new adjacency
Jul 27 15:54:08: %DUAL-5-NBRCHANGE: EIGRP-IPv4 : Neighbor (GigabitEthernet0/0/0) is down: retry limit exceeded
Jul 27 15:54:12: %DUAL-5-NBRCHANGE: EIGRP-IPv4 : Neighbor (GigabitEthernet0/0/0) is up: new adjacency
07-28-2017 07:23 AM
Hi Tracy,
Was there any recent change on your topology? or Any change on EIGRP Timers? Could you please share the following outputs:
show ip eigrp topology active
show ip eigrp neighbor
Thank you
07-28-2017 07:58 AM
The root cause can be Cisco bug CSCsc72090, a one-way link can cause this problem, as well as the case when unicast traffic between neighbors is broken (but multicast traffic is OK).
Please, check article Troubleshoot Common EIGRP Issues - Section: Exceeded Retry Limit.
07-28-2017 08:08 AM
Hello,
in addition to the other posts, MTU settings could also cause this. What is connected to the other end ?
07-28-2017 10:13 AM
The only change in topology is the addition of this router. I haven't had to change the MTU on a Gig interface but I can if you think it will help.
Also I will look at the bug someone else referenced.
Thanks
07-28-2017 10:41 AM
I added a MTU size and that did not help. This is connected to a 6807.
07-28-2017 11:11 AM
Hello,
are both devices directly connected, or is there a switch or anything else in between ? Can you post the output of 'show interfaces x' for both interfaces ?
07-28-2017 11:18 AM
Are both devices using the EIGRP default timer values?
07-28-2017 04:06 PM
Hello
Just like to add, Basically what you are seeing is that the rtr is has sent multiple eigrp packets but its neighbor hasn't replied by sending any acknowledgments and thus timed out.
on either neighbor
sh ip eigrp neighbors
try extended pings each neighbor address for timeouts , Check for any L1/2 issue, interfaces errors, access-lists etc..
res
Paul
07-29-2017 04:20 AM
Hello,
on a side note, and this venturing into weird territory, I found a thread that suggested that configuring:
ip information-reply
on the neighboring interfaces could possibly solve this issue...
07-29-2017 09:17 AM
According to specs
ip information-reply
To configure Cisco IOS software to send Internet Control Message Protocol (ICMP) information replies, use the ip information-reply command in interface configuration mode. To disable this function, use the no form of this command.
ip information-reply
no ip information-reply
That command should have nothing in common with issue, but sure, you can try.
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