<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Protocol-rank BGP lower (perfered) then static default route in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Protocol-rank-BGP-lower-perfered-then-static-default-route/m-p/157328#M27295</link>
    <description>&lt;P&gt;If you have 2 exactly same routes (for example 0.0.0.0/0) then it is up to protocol-rank which route will be used. By default, static route has 60 rank, BGP route has 170 rank. With that logic the static route wins and will be used.&lt;/P&gt;
&lt;P&gt;Hovewer, you can play with the protocol ranks and you can assign BGP protocol more priority (less rank number). In case you will give BGP protocol rank of 59, then BGP route will be the one which will be selected by Gaia.&lt;/P&gt;
&lt;P&gt;By aware that some specific features (PBR rules or VPN) can have higher priority over protocol ranking.&lt;/P&gt;
&lt;P&gt;More informarion about protocol-rank is available in routing guides for your version.&lt;/P&gt;
&lt;P&gt;For R81.10 it is here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sc1.checkpoint.com/documents/R81.10/WebAdminGuides/EN/CP_R81.10_Gaia_Advanced_Routing_AdminGuide/Topics-GARG/Routing-Options-Protocol-Rank.htm?tocpath=Routing%20Options%7C_____3" target="_blank"&gt;https://sc1.checkpoint.com/documents/R81.10/WebAdminGuides/EN/CP_R81.10_Gaia_Advanced_Routing_AdminGuide/Topics-GARG/Routing-Options-Protocol-Rank.htm?tocpath=Routing%20Options%7C_____3&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Sep 2022 14:44:19 GMT</pubDate>
    <dc:creator>JozkoMrkvicka</dc:creator>
    <dc:date>2022-09-15T14:44:19Z</dc:date>
    <item>
      <title>Protocol-rank BGP lower (perfered) then static default route</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Protocol-rank-BGP-lower-perfered-then-static-default-route/m-p/157253#M27275</link>
      <description>&lt;P&gt;Good afternoon,&lt;/P&gt;&lt;P&gt;We are receiving a BGP default route from an external BGP neighbor and want to give it a more preferred ranking then a static default route to make the BGP primary. We have configured the static default as a back up line.&lt;/P&gt;&lt;P&gt;Following routemap is configured as imported routemap via the BGP peer.&lt;/P&gt;&lt;P&gt;set routemap &amp;lt;name&amp;gt; id 10 on&lt;BR /&gt;set routemap &amp;lt;name&amp;gt; id 10 allow&lt;BR /&gt;set routemap &amp;lt;name&amp;gt; id 10 match network 0.0.0.0/0 exact&lt;BR /&gt;set routemap &amp;lt;name&amp;gt; id 10 match protocol bgp&lt;BR /&gt;set routemap &amp;lt;name&amp;gt; id 10 action precedence 55&lt;/P&gt;&lt;P&gt;We also have dozens of more specific static routes for locations.&lt;/P&gt;&lt;P&gt;My doubt is that when we give the BGP&amp;nbsp;Protocol-rank a lower value then the default&amp;nbsp;Protocol-rank of statics(60) that all routing will be captured via the BGP default since the BGP protocol-rank is preferred over the static routing protocol. Or will the more specific static routes still be favoured?&lt;/P&gt;&lt;P&gt;any thoughts?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 19:44:32 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Protocol-rank-BGP-lower-perfered-then-static-default-route/m-p/157253#M27275</guid>
      <dc:creator>Arend</dc:creator>
      <dc:date>2022-09-14T19:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Protocol-rank BGP lower (perfered) then static default route</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Protocol-rank-BGP-lower-perfered-then-static-default-route/m-p/157325#M27294</link>
      <description>&lt;P&gt;I cannot back this up with personal experience on GAIA with BGP, but the normal logic is: most specific route is used. Only when more then one route in routing table is most specific, the metric (normally derived from protocol rank) is taken into consideration.&lt;/P&gt;
&lt;P&gt;It works that way in all operating systems I know. Theoretically, CP could make things differently in GAIA (with their kernel modules and routed implementation), so better wait for a CheckMate with specific experience of try it yourself a (virtual) lab.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 14:05:46 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Protocol-rank-BGP-lower-perfered-then-static-default-route/m-p/157325#M27294</guid>
      <dc:creator>Tobias_Moritz</dc:creator>
      <dc:date>2022-09-15T14:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Protocol-rank BGP lower (perfered) then static default route</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Protocol-rank-BGP-lower-perfered-then-static-default-route/m-p/157328#M27295</link>
      <description>&lt;P&gt;If you have 2 exactly same routes (for example 0.0.0.0/0) then it is up to protocol-rank which route will be used. By default, static route has 60 rank, BGP route has 170 rank. With that logic the static route wins and will be used.&lt;/P&gt;
&lt;P&gt;Hovewer, you can play with the protocol ranks and you can assign BGP protocol more priority (less rank number). In case you will give BGP protocol rank of 59, then BGP route will be the one which will be selected by Gaia.&lt;/P&gt;
&lt;P&gt;By aware that some specific features (PBR rules or VPN) can have higher priority over protocol ranking.&lt;/P&gt;
&lt;P&gt;More informarion about protocol-rank is available in routing guides for your version.&lt;/P&gt;
&lt;P&gt;For R81.10 it is here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sc1.checkpoint.com/documents/R81.10/WebAdminGuides/EN/CP_R81.10_Gaia_Advanced_Routing_AdminGuide/Topics-GARG/Routing-Options-Protocol-Rank.htm?tocpath=Routing%20Options%7C_____3" target="_blank"&gt;https://sc1.checkpoint.com/documents/R81.10/WebAdminGuides/EN/CP_R81.10_Gaia_Advanced_Routing_AdminGuide/Topics-GARG/Routing-Options-Protocol-Rank.htm?tocpath=Routing%20Options%7C_____3&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 14:44:19 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Protocol-rank-BGP-lower-perfered-then-static-default-route/m-p/157328#M27295</guid>
      <dc:creator>JozkoMrkvicka</dc:creator>
      <dc:date>2022-09-15T14:44:19Z</dc:date>
    </item>
  </channel>
</rss>

