<div dir="ltr">Shruti,<div><br></div><div>What you are showing (systemctl output in the attached screen captures) is the host PC and not the emulated environment in CORE. When you are running CORE, a startup script is created for FRR which generates the software to be run inside each CORE container (router icon). I would strongly recommend that you turn off FRR on the host PC and only use the emulated environment in CORE for this type of emulation work.</div><div><br></div><div>When you launch a shell in CORE for a particular router, run vtysh -c 'sho daemons'. If ldpd isn't showing, there's probably a startup error of some sort.</div><div><br></div><div>Just double-checking the frr startup script in CORE (<a href="https://github.com/coreemu/core/blob/master/daemon/core/services/frr.py#L255">https://github.com/coreemu/core/blob/master/daemon/core/services/frr.py#L255</a>):</div><div><ul><li>It looks like ldpd is being called and communication with the daemon is being set up.</li><li>you can manually start the daemon inside the CORE router using the command prompt 'ldpd'; it should log any startup errors to stdout (terminal)</li><li>if that works for you, then at Line 216, add ldpd to the list of daemons to be started. It looks like ldpd didn't get put into the startup list.</li></ul></div><div>You can file a bug report at <a href="https://github.com/coreemu/core/issues">https://github.com/coreemu/core/issues</a> or, even better, submit a patch. Blake is pretty responsive to fixing items.</div><div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Cheers,<br><br>Phil<div><br><div><br></div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 14 Oct 2021 at 10:23, shruti mathure <<a href="mailto:mathureshruti@gmail.com">mathureshruti@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Respected Sir,<div><br></div><div> I am Shruti Mathure. I am working on one of the projects related to FRR. I am trying to implement MPLS LDP with FRR in Core emulator. The FRR seems to run but I am having issue with ldpd, It is not running also the staticcd does not seems to run which should automatically start with FRR.</div><div><br></div><div>I am not able to find the correct solution for it.</div><div>can you let me know any solution for this if there is any changes or latest updated bugs you have fix. I am not able to find any solution on github.</div><div><br></div><div>I am using ubuntu 18.04.</div><div><br></div><div>Thank you,</div><div><br></div><div>Regards,</div><div><br></div><div>Shruti Mathure</div></div>
_______________________________________________<br>
dev mailing list<br>
<a href="mailto:dev@lists.frrouting.org" target="_blank">dev@lists.frrouting.org</a><br>
<a href="https://lists.frrouting.org/listinfo/dev" rel="noreferrer" target="_blank">https://lists.frrouting.org/listinfo/dev</a><br>
</blockquote></div>