04-06-2023 07:26 AM - last edited on 04-06-2023 10:42 PM by Translator
I am trying to add a second EIGRP Processor to a C9606.
router eigrp 1
network 10.0.0.0
redistribute eigrp 20
router eigrp 20
When I run sh ip eigrp traffic I get the following:
EIGRP-IPv4 Traffic Statistics for AS(1)
Hellos sent/received: 200051060/359491293
Updates sent/received: 123579/80550
Queries sent/received: 22797/18572
Replies sent/received: 18292/26642
Acks sent/received: 117199/241312
SIA-Queries sent/received: 3/3
SIA-Replies sent/received: 3/3
Hello Process ID: 591
PDM Process ID: 590
Socket Queue: 0/10000/248/0 (current/max/highest/drops)
Input Queue: 0/10000/403/0 (current/max/highest/drops)
EIGRP-IPv4 Traffic Statistics for AS(20)
Hellos sent/received: 0/0
Updates sent/received: 0/0
Queries sent/received: 0/0
Replies sent/received: 0/0
Acks sent/received: 0/0
SIA-Queries sent/received: 0/0
SIA-Replies sent/received: 0/0
Hello Process ID: (no process)
PDM Process ID: (no process)
Socket Queue: %EIGRP(ERROR): invalid socket
Input Queue: 0/10000/0/0 (current/max/highest/drops)
Why would I get
%EIGRP(ERROR): invalid socket
on the second processor?
Thanks in advance.
Solved! Go to Solution.
04-06-2023 11:48 AM
I am not sure about this but my guess is that the issue is that there is no network statement for eigrp 20. So the process never initialized and started to run. My suggestion is to add a valid network statement for eigrp 20 (not 10.0.0.0) and see if that solves the issue.
04-06-2023 11:48 AM
I am not sure about this but my guess is that the issue is that there is no network statement for eigrp 20. So the process never initialized and started to run. My suggestion is to add a valid network statement for eigrp 20 (not 10.0.0.0) and see if that solves the issue.
04-06-2023 12:07 PM
That was it. I added a /24 network and I am no logger seeing the error.
Thanks
04-06-2023 06:22 PM
I am glad that my suggestion was helpful. Thanks for confirming that the problem is now solved. Thank you for marking this question as solved. This will help other participants in the community to identify discussions which have helpful information. This community is an excellent place to ask questions and to learn about networking. I hope to see you continue to be active in the community.
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