<div dir="ltr">Thanks! I have it running on a clean install of Ubuntu. I had to fix up a couple install details. I'd like to offer up my install notes to the Github repo for Ubuntu Server 17.04<br></div><br><div class="gmail_quote"><div dir="ltr">On Mon, Jun 26, 2017 at 9:00 AM Donald Sharp <<a href="mailto:sharpd@cumulusnetworks.com">sharpd@cumulusnetworks.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Crypto.Troop -<br>
<br>
This error looks like some sort of install issue.  Those error message<br>
indicates to me that eigrp is not actually running.<br>
<br>
Things that I would do:<br>
<br>
1) Make sure FRR is completely turned off:<br>
<br>
ps -ef | grep quagga<br>
ps -ef | grep frr<br>
<kill -9....><br>
<br>
2) Make sure I am actually building what I think I am:<br>
<br>
In FRR directory:<br>
make distclean<br>
./bootstrap.sh<br>
./configure....<br>
<br>
3) Make sure that I have installed what I think I have:<br>
<br>
sudo make install<br>
<br>
4) Ensure that we are actually running the right version of FRR.<br>
<br>
<replace /usr/lib/frr with whatever you installed it into, if different><br>
<br>
/usr/lib/frr/zebra ....<br>
/usr/lib/frr/eigrpd<br>
<br>
Now after all of that and you still have the issue, we'll take the next steps.<br>
<br>
donald<br>
<br>
On Sat, Jun 24, 2017 at 9:06 PM, Crypto.Troop <<a href="mailto:crypto.troop@gmail.com" target="_blank">crypto.troop@gmail.com</a>> wrote:<br>
> Hi,<br>
><br>
> With EIGRP I am receiving these messages:<br>
> EIGRP: zclient_read: socket 12 version mismatch, marker 0, version 0<br>
><br>
> I cannot seem to manage EIGRP via vtysh. I add "router eigrp 1" and a<br>
> "network x.x.x.x/24" and show run fails to show any EIGRP configs.<br>
> I can telnet to EIGRP's TCP socket, but no matter what configuration I put<br>
> in, there seems to be no outbound Hello's when I tcpdump my LAN interface.<br>
><br>
> Other routing daemons such as BGPD are working fine with no errors.<br>
><br>
> I installed per this:<br>
> <a href="https://github.com/FRRouting/frr/blob/master/doc/Building_FRR_on_Ubuntu1604.md" rel="noreferrer" target="_blank">https://github.com/FRRouting/frr/blob/master/doc/Building_FRR_on_Ubuntu1604.md</a><br>
><br>
> I am manually running it with<br>
> /usr/lib/frr/eigrpd -u frr -g frr --vty_socket /var/run/frr/ -i<br>
> /var/run/frr/eigrpd.pid -z /var/run/frr/zebra.vty -f /etc/frr/eigrpd.conf<br>
><br>
> Any ideas?<br>
> Thanks<br>
><br>
><br>
><br>
> _______________________________________________<br>
> frog mailing list<br>
> <a href="mailto:frog@lists.frrouting.org" target="_blank">frog@lists.frrouting.org</a><br>
> <a href="https://lists.frrouting.org/listinfo/frog" rel="noreferrer" target="_blank">https://lists.frrouting.org/listinfo/frog</a><br>
><br>
</blockquote></div>