<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><font size="2" face="Verdana">Are you using a single
        configuration file?<br>
        Quagga used to have separated files and daemons so the sintaxes
        had differences between them.<br>
      </font></p>
    <p><font size="2" face="Verdana"><br>
      </font></p>
    <p><font size="2" face="Verdana">My FRR is version 8.3.1 using a
        single file and vtysh:<br>
      </font></p>
    <p><font size="2" face="Verdana"><br>
      </font></p>
    <p><font size="2" face="Verdana"># conf t<br>
        FRR(config)# ip route ?<br>
          A.B.C.D    IP destination prefix<br>
          A.B.C.D/M  IP destination prefix (e.g. 10.0.0.0/8)</font></p>
    <p><font size="2" face="Verdana"><br>
      </font></p>
    <p><font size="2" face="Verdana">FRR(config)# ip route 1.1.1.1/24 ?<br>
          A.B.C.D    IP gateway address<br>
          INTERFACE  IP gateway interface name<br>
             eth0 eth1 eth2 eth3 eth4 eth5 eth6 lo <br>
          Null0      Null interface<br>
          blackhole  Silently discard pkts when matched<br>
          reject     Emit an ICMP unreachable when matched<br>
        <br>
      </font></p>
    <div class="moz-signature">
      <p><br>
      </p>
      <hr>Em 25/07/2024 19:47, Doug Tucker escreveu:<br>
    </div>
    <blockquote type="cite"
cite="mid:LV8PR13MB65579B40051A7E87F732375A81AB2@LV8PR13MB6557.namprd13.prod.outlook.com">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <style type="text/css" style="display:none;">P {margin-top:0;margin-bottom:0;}</style>
      <div class="elementToProof"
style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
        ip route help doesn't show that syntax as correct...any chance
        you have where you set that so it wasn't lost on a reboot and
        what it looks like?</div>
      <div class="elementToProof"
style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
        <br>
      </div>
      <div class="elementToProof"
style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
        Usage: ip route { list | flush } SELECTOR</div>
      <div
style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
               ip route save SELECTOR</div>
      <div
style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
               ip route restore</div>
      <div
style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
               ip route showdump</div>
      <div
style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
               ip route get [ ROUTE_GET_FLAGS ] ADDRESS</div>
      <div
style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
                                    [ from ADDRESS iif STRING ]</div>
      <div
style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
                                    [ oif STRING ] [ tos TOS ]</div>
      <div
style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
                                    [ mark NUMBER ] [ vrf NAME ]</div>
      <div
style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
                                    [ uid NUMBER ] [ ipproto PROTOCOL ]</div>
      <div
style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
                                    [ sport NUMBER ] [ dport NUMBER ]</div>
      <div class="elementToProof"
style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
               ip route { add | del | change | append | replace } ROUTE</div>
      <div class="elementToProof"
style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
        <br>
      </div>
      <div class="elementToProof"
style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
        Assuming "add" is needed, it doesn't like the Null0 at the end.</div>
      <div class="elementToProof"
style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
        <br>
      </div>
      <div class="elementToProof"
style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
         ip route add 10.223.0.0/22 Null0<br>
        Error: either "to" is duplicate, or "Null0" is a garbage.</div>
      <div class="elementToProof"
style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
        <br>
      </div>
      <div id="Signature" style="color: inherit;">
        <div
          style="background-color: rgb(255, 255, 255); color: inherit;"
          dir="ltr" id="divtagdefaultwrapper">
          <div
            style="background-color: rgb(255, 255, 255); margin: 0px;">
            <p
style="text-align: left; line-height: 11.55pt; background-color: white; margin: 0in; font-size: 11pt;">
              <span
                style="font-family: Calibri, sans-serif; color: black;"><b>Doug
                  Tucker</b><br>
                Sr. Director of Networking and Linux Operations</span></p>
            <p
style="text-align: left; line-height: 15.4px; background-color: white; margin: 0in; font-size: 11pt;">
              <span
                style="font-family: Calibri, sans-serif; color: black;"><b>o:</b> 817.975.5832  <br>
                <b>e: </b><a class="moz-txt-link-abbreviated" href="mailto:doug.tucker@navigaglobal.com">doug.tucker@navigaglobal.com</a>  </span></p>
            <p
style="text-align: left; line-height: 15.4px; background-color: white; margin: 0in; font-size: 11pt;">
              <span
style="font-family: Calibri, sans-serif; color: rgb(0, 0, 0);"><br>
              </span></p>
            <div style="background-color: white; margin: 0px 0in;">
              <p
style="text-align: left; line-height: 15.4px; font-family: "Times New Roman"; font-size: 12pt;">
                <span style="color: rgb(0, 0, 0);">Newscycle Solutions
                  is now Naviga. Learn more.</span></p>
              <p
style="text-align: left; line-height: 15.4px; font-family: "Times New Roman"; font-size: 12pt;">
                <span style="color: rgb(0, 0, 0);"><br>
                </span></p>
              <p
style="text-align: left; line-height: 15.4px; font-family: "Times New Roman"; font-size: 12pt;">
                <span style="color: rgb(0, 0, 0);">CONFIDENTIALITY
                  NOTICE: The contents of this email message and any
                  attachments are intended solely for the addressee(s)
                  and may contain confidential and/or privileged
                  information and may be legally protected from
                  disclosure. If you are not the intended recipient of
                  this message or their agent, or if this message has
                  been addressed to you in error, please immediately
                  alert the sender by reply email and then delete this
                  message and any attachments. If you are not the
                  intended recipient, you are hereby notified that any
                  use, dissemination, copying, or storage of this
                  message or its attachments is strictly prohibite</span></p>
              <div
style="text-align: justify; line-height: 15.4px; font-family: Calibri, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
                <br>
              </div>
            </div>
          </div>
        </div>
      </div>
      <hr style="display:inline-block;width:98%" tabindex="-1">
      <div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt"
          face="Calibri, sans-serif" color="#000000"><b>From:</b>
          Leonardo <a class="moz-txt-link-rfc2396E" href="mailto:leonardo.porto@iw.net.br"><leonardo.porto@iw.net.br></a><br>
          <b>Sent:</b> Thursday, July 25, 2024 3:01 PM<br>
          <b>To:</b> Doug Tucker <a class="moz-txt-link-rfc2396E" href="mailto:doug.tucker@navigaglobal.com"><doug.tucker@navigaglobal.com></a>;
          Donald Sharp <a class="moz-txt-link-rfc2396E" href="mailto:donaldsharp72@gmail.com"><donaldsharp72@gmail.com></a><br>
          <b>Cc:</b> <a class="moz-txt-link-abbreviated" href="mailto:frog@lists.frrouting.org">frog@lists.frrouting.org</a>
          <a class="moz-txt-link-rfc2396E" href="mailto:frog@lists.frrouting.org"><frog@lists.frrouting.org></a><br>
          <b>Subject:</b> Re: [FROG] Migration scripts for FRR from
          Quagga</font>
        <div> </div>
      </div>
      <div>
        <table
style="border:0; display:table; width:100%; table-layout:fixed; border-collapse:seperate; float:none"
          width="100%" cellspacing="0" cellpadding="0" border="0"
          align="left">
          <tbody style="display:block">
            <tr>
              <td cellpadding="7px 2px 7px 2px"
style="padding:7px 2px 7px 2px; background-color:#A6A6A6" width="1px"
                valign="middle" bgcolor="#A6A6A6">
                <br>
              </td>
              <td cellpadding="7px 5px 7px 15px" color="#212121"
style="width:100%; background-color:#EAEAEA; padding:7px 5px 7px 15px; font-family:wf_segoe-ui_normal,Segoe UI,Segoe WP,Tahoma,Arial,sans-serif; font-size:12px; font-weight:normal; color:#212121; text-align:left; word-wrap:break-word"
                width="100%" valign="middle" bgcolor="#EAEAEA">
                <div>You don't often get email from
                  <a class="moz-txt-link-abbreviated" href="mailto:leonardo.porto@iw.net.br">leonardo.porto@iw.net.br</a>. <a
                    href="https://aka.ms/LearnAboutSenderIdentification"
                    moz-do-not-send="true">
                    Learn why this is important</a></div>
              </td>
              <td cellpadding="7px 5px 7px 5px" color="#212121"
style="width:75px; background-color:#EAEAEA; padding:7px 5px 7px 5px; font-family:wf_segoe-ui_normal,Segoe UI,Segoe WP,Tahoma,Arial,sans-serif; font-size:12px; font-weight:normal; color:#212121; text-align:left; word-wrap:break-word"
                width="75px" valign="middle" bgcolor="#EAEAEA"
                align="left">
                <br>
              </td>
            </tr>
          </tbody>
        </table>
        <div>
          <p><font size="2" face="Verdana">Hi Doug, I had a similar
              problem migrating from Quagga to FRR, I had to declare
              static routes (null destination) for the networks I was
              announcing:</font></p>
          <p><font size="2" face="Verdana"><br>
            </font></p>
          <font size="2" face="Verdana">For example:<br>
            ip route X.0.10.0/23 Null0<br>
            ip route X.0.20.0/23 Null0<br>
          </font>
          <p><font size="2" face="Verdana">ip route X.0.30.0/23 Null0</font></p>
          <p><font size="2" face="Verdana"><br>
            </font></p>
          <div class="x_moz-signature"><br>
            <hr>
          </div>
          <div class="x_moz-cite-prefix">Em 25/07/2024 12:58, Doug
            Tucker escreveu:<br>
          </div>
          <blockquote type="cite">
            <style type="text/css" style="display:none">p
        {margin-top:0;
        margin-bottom:0}</style>
            <div class="x_elementToProof"
style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
              I am under a time crunch now and have to get things
              going.  So with one of my routers, I copied the full
              bgpd.conf into frr.conf.  I am receiving all routes from
              the remote peer, however, the only outgoing route they are
              getting from this config is the /24 subnet that the frr
              router lives in.  The other 3 subnets that I have defined
              are not being propogated.  Any ideas what would cause this
              and how to resolve would be appriciated.  I've been
              searching for a frr.conf sample file on google I could use
              to compare to mine but coming up empty.</div>
            <div class="x_elementToProof"
style="font-family:Aptos,Aptos_EmbeddedFont,Aptos_MSFontService,Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
              <br>
            </div>
            <div id="x_Signature" style="color:inherit">
              <div dir="ltr" id="x_divtagdefaultwrapper"
                style="background-color:rgb(255,255,255); color:inherit">
                <div
                  style="background-color:rgb(255,255,255); margin:0px">
                  <p
style="text-align:left; line-height:11.55pt; background-color:white; margin:0in; font-size:11pt">
                    <span
style="font-family:Calibri,sans-serif; color:black"><b>Doug Tucker</b><br>
                      Sr. Director of Networking and Linux Operations</span></p>
                  <p
style="text-align:left; line-height:15.4px; background-color:white; margin:0in; font-size:11pt">
                    <span
style="font-family:Calibri,sans-serif; color:black"><b>o:</b> 817.975.5832  <br>
                      <b>e: </b><a
class="x_moz-txt-link-abbreviated moz-txt-link-freetext"
                        href="mailto:doug.tucker@navigaglobal.com"
                        moz-do-not-send="true">doug.tucker@navigaglobal.com</a>  </span></p>
                  <p
style="text-align:left; line-height:15.4px; background-color:white; margin:0in; font-size:11pt">
                    <span
style="font-family:Calibri,sans-serif; color:rgb(0,0,0)"><br>
                    </span></p>
                  <div style="background-color:white; margin:0px 0in">
                    <p
style="text-align:left; line-height:15.4px; font-family:"Times New Roman"; font-size:12pt">
                      <span style="color:rgb(0,0,0)">Newscycle Solutions
                        is now Naviga. Learn more.</span></p>
                    <p
style="text-align:left; line-height:15.4px; font-family:"Times New Roman"; font-size:12pt">
                      <span style="color:rgb(0,0,0)"><br>
                      </span></p>
                    <p
style="text-align:left; line-height:15.4px; font-family:"Times New Roman"; font-size:12pt">
                      <span style="color:rgb(0,0,0)">CONFIDENTIALITY
                        NOTICE: The contents of this email message and
                        any attachments are intended solely for the
                        addressee(s) and may contain confidential and/or
                        privileged information and may be legally
                        protected from disclosure. If you are not the
                        intended recipient of this message or their
                        agent, or if this message has been addressed to
                        you in error, please immediately alert the
                        sender by reply email and then delete this
                        message and any attachments. If you are not the
                        intended recipient, you are hereby notified that
                        any use, dissemination, copying, or storage of
                        this message or its attachments is strictly
                        prohibite</span></p>
                    <div
style="text-align:justify; line-height:15.4px; font-family:Calibri,sans-serif; font-size:11pt; color:rgb(0,0,0)">
                      <br>
                    </div>
                  </div>
                </div>
              </div>
            </div>
            <hr tabindex="-1" style="display:inline-block; width:98%">
            <div id="x_divRplyFwdMsg" dir="ltr"><font
                style="font-size:11pt" face="Calibri, sans-serif"
                color="#000000"><b>From:</b> frog
                <a class="x_moz-txt-link-rfc2396E"
href="mailto:frog-bounces+doug.tucker=navigaglobal.com@lists.frrouting.org"
                  moz-do-not-send="true">
<frog-bounces+doug.tucker=navigaglobal.com@lists.frrouting.org></a>
                on behalf of Doug Tucker via frog
                <a class="x_moz-txt-link-rfc2396E"
                  href="mailto:frog@lists.frrouting.org"
                  moz-do-not-send="true"><frog@lists.frrouting.org></a><br>
                <b>Sent:</b> Wednesday, June 12, 2024 12:39 PM<br>
                <b>To:</b> Donald Sharp <a
                  class="x_moz-txt-link-rfc2396E"
                  href="mailto:donaldsharp72@gmail.com"
                  moz-do-not-send="true">
                  <donaldsharp72@gmail.com></a><br>
                <b>Cc:</b> <a
class="x_moz-txt-link-abbreviated moz-txt-link-freetext"
                  href="mailto:frog@lists.frrouting.org"
                  moz-do-not-send="true">
                  frog@lists.frrouting.org</a> <a
                  class="x_moz-txt-link-rfc2396E"
                  href="mailto:frog@lists.frrouting.org"
                  moz-do-not-send="true">
                  <frog@lists.frrouting.org></a><br>
                <b>Subject:</b> Re: [FROG] Migration scripts for FRR
                from Quagga</font>
              <div> </div>
            </div>
            <div class="x_BodyFragment"><font size="2"><span
                  style="font-size:11pt">
                  <div class="x_PlainText">Naviga WARNING: External
                    email. Please verify sender before opening
                    attachments or clicking on links.<br>
                    <br>
                    <br>
                    _______________________________________________<br>
                    frog mailing list<br>
                    <a
class="x_moz-txt-link-abbreviated moz-txt-link-freetext"
                      href="mailto:frog@lists.frrouting.org"
                      moz-do-not-send="true">frog@lists.frrouting.org</a><br>
                    <a href="https://lists.frrouting.org/listinfo/frog"
originalsrc="https://lists.frrouting.org/listinfo/frog"
shash="BCd7zm1V0EcMUofYvso62lcip3OK/vL5M4/pBeV7RLVopd3DyYEIZVt4Nh+FKU3acQurkZHIHdrBP407x35eRrHB9LxmguyczUbFb1tb0AB1F3zol15gh+lSVPTqOdC1lQBclbGnnF6K5jeGHjDdGIGuMCCXG6v3T1/wzkTlFak="
                      moz-do-not-send="true">https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.frrouting.org%2Flistinfo%2Ffrog&data=05%7C02%7Cdoug.tucker%40navigaglobal.com%7C8f350f5a59ab458b8dff08dc8b12a04e%7C648867724322451bb3f5240270eb4e86%7C0%7C0%7C638538159342426343%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=Cp%2BCeOEZSN%2BR5wZwFVdsIDPT%2BAUKPpBL9vtdqximVps%3D&reserved=0</a><br>
                  </div>
                </span></font></div>
          </blockquote>
        </div>
      </div>
    </blockquote>
  </body>
</html>