{"id":58,"date":"2019-02-26T14:06:31","date_gmt":"2019-02-26T13:06:31","guid":{"rendered":"http:\/\/www.sensimedia.org\/?p=58"},"modified":"2025-03-07T08:44:21","modified_gmt":"2025-03-07T07:44:21","slug":"frr-install-from-github","status":"publish","type":"post","link":"https:\/\/sensimedia.org\/?p=58","title":{"rendered":"FRR Install from Github"},"content":{"rendered":"<p>The goal is install FRR under a Raspian Distro<\/p>\n<p>Here, each step to download and install FRR.<\/p>\n<p>Source: http:\/\/docs.frrouting.org\/en\/latest\/installation.html<\/p>\n<pre>git clone https:\/\/github.com\/FRRouting\/frr.git<\/pre>\n<p>Here my script running througt a cron.<\/p>\n<pre>#!\/bin\/bash\n\n#Changement de repository\ncd \/home\/pi\/gitclone\/frr\n# update du Git\ngit pull\n\n# Build de l'Autoconf\n.\/bootstrap.sh\n\n#Processing du build\n.\/configure --enable-exampledir=\/usr\/share\/doc\/frr\/examples\/ --localstatedir=\/var\/run\/frr --sbindir=\/usr\/lib\/frr --sysconfdir=\/etc\/frr --enable-vtysh --enable-isisd --enable-pimd --enable-watchfrr --enable-ospfclient=yes --enable-ospfapi=yes --enable-multipath=64 --enable-user=frr --enable-group=frr --enable-vty-group=frrvty --enable-configfile-mask=0640 --enable-logfile-mask=0640 --enable-rtadv --enable-fpm --enable-ldpd --with-pkg-git-version --with-pkg-extra-version=-MyOwn\nFRRVersion\n\nmake\nmake check\nsudo make install &lt;&lt;&lt; *******<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>The goal is install FRR under a Raspian Distro Here, each step to download and install FRR. Source: http:\/\/docs.frrouting.org\/en\/latest\/installation.html git clone https:\/\/github.com\/FRRouting\/frr.git Here my script running througt a cron. #!\/bin\/bash #Changement de repository cd \/home\/pi\/gitclone\/frr # update du Git git pull # Build de l&#8217;Autoconf .\/bootstrap.sh #Processing du build .\/configure &#8211;enable-exampledir=\/usr\/share\/doc\/frr\/examples\/ &#8211;localstatedir=\/var\/run\/frr &#8211;sbindir=\/usr\/lib\/frr &#8211;sysconfdir=\/etc\/frr &#8211;enable-vtysh &hellip; <a href=\"https:\/\/sensimedia.org\/?p=58\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;FRR Install from Github&#8221;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7,10],"tags":[17,21,24],"class_list":["post-58","post","type-post","status-publish","format-standard","hentry","category-open-networking","category-raspberry","tag-linux","tag-networking","tag-raspberry"],"_links":{"self":[{"href":"https:\/\/sensimedia.org\/index.php?rest_route=\/wp\/v2\/posts\/58","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sensimedia.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sensimedia.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sensimedia.org\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/sensimedia.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=58"}],"version-history":[{"count":1,"href":"https:\/\/sensimedia.org\/index.php?rest_route=\/wp\/v2\/posts\/58\/revisions"}],"predecessor-version":[{"id":524,"href":"https:\/\/sensimedia.org\/index.php?rest_route=\/wp\/v2\/posts\/58\/revisions\/524"}],"wp:attachment":[{"href":"https:\/\/sensimedia.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=58"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sensimedia.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=58"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sensimedia.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=58"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}