<?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: BGP advertise and prefix-list in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/BGP-advertise-and-prefix-list/m-p/257328#M43337</link>
    <description>&lt;P&gt;Got it, thank you!&lt;/P&gt;</description>
    <pubDate>Tue, 16 Sep 2025 03:09:59 GMT</pubDate>
    <dc:creator>the_rock</dc:creator>
    <dc:date>2025-09-16T03:09:59Z</dc:date>
    <item>
      <title>BGP advertise and prefix-list</title>
      <link>https://community.checkpoint.com/t5/General-Topics/BGP-advertise-and-prefix-list/m-p/257304#M43328</link>
      <description>&lt;P&gt;Hi Mates,&lt;/P&gt;&lt;P&gt;Struggling with BGP and route advertise using routemaps and prefix lists.&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;set bgp external remote-as 123 on&lt;BR /&gt;set bgp external remote-as 123 local-address 10.200.0.1 on&lt;BR /&gt;set bgp external remote-as 123 export-routemap "dist_bgp" preference 1 on&lt;BR /&gt;set bgp external remote-as 123 peer 172.25.42.1 on&lt;BR /&gt;set bgp external remote-as 123 peer 172.25.42.1 multihop on&lt;BR /&gt;set bgp external remote-as 123 peer 172.25.42.1 holdtime 180&lt;BR /&gt;set bgp external remote-as 123 peer 172.25.42.1 keepalive 60&lt;BR /&gt;set bgp external remote-as 123 peer 172.25.42.1 ping on&lt;BR /&gt;set bgp external remote-as 123 peer 172.25.42.1 export-routemap "dist_bgp" preference 1 on&lt;BR /&gt;set bgp external remote-as 123 peer 172.25.42.3 on&lt;BR /&gt;set bgp external remote-as 123 peer 172.25.42.3 multihop on&lt;BR /&gt;set bgp external remote-as 123 peer 172.25.42.3 holdtime 180&lt;BR /&gt;set bgp external remote-as 123 peer 172.25.42.3 keepalive 60&lt;BR /&gt;set bgp external remote-as 123 peer 172.25.42.3 ping on&lt;BR /&gt;set bgp external remote-as 123 peer 172.25.42.3 export-routemap "dist_bgp" preference 1 on&lt;/P&gt;&lt;P&gt;set prefix-list bgp-nets sequence-number 5 prefix 83.166.213.32/32 exact&lt;BR /&gt;set prefix-list bgp-nets sequence-number 10 prefix 83.166.213.102/32 exact&lt;BR /&gt;set prefix-list bgp-nets sequence-number 15 prefix 83.166.213.103/32 exact&lt;BR /&gt;set prefix-list bgp-nets sequence-number 20 prefix 83.166.213.99/32 exact&lt;BR /&gt;set prefix-list bgp-nets sequence-number 25 prefix 83.166.213.200/32 exact&lt;BR /&gt;set prefix-list bgp-nets sequence-number 30 prefix 83.166.234.84/32 exact&lt;/P&gt;&lt;P&gt;set routemap redist_to_bgp id 10 on&lt;BR /&gt;set routemap redist_to_bgp id 10 allow&lt;BR /&gt;set routemap redist_to_bgp id 10 match prefix-list bgp-nets preference 1 on&lt;BR /&gt;set routemap redist_to_bgp id 10 match protocol bgp&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;set bgp external remote-as 123 export-routemap redist_to_bgp preference 1 o&lt;BR /&gt;&amp;nbsp;set bgp external remote-as 123 peer 172.25.42.1 export-routemap redist_to_bgp preference 1 on&lt;BR /&gt;&amp;nbsp;set bgp external remote-as 123 peer 172.25.42.3 export-routemap redist_to_bgp preference 1 on&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Frankly I'm not sure why is not working &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; but It doesn't advertise nothing to the peer member&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[Local SGM] demo-clu-ch01-01:1&amp;gt; show bgp peer 172.25.42.1 advertise&lt;/P&gt;&lt;P&gt;[Local SGM] demo=clu-ch01-01:1&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am I missing from this ?! &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 19:15:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/BGP-advertise-and-prefix-list/m-p/257304#M43328</guid>
      <dc:creator>melcu</dc:creator>
      <dc:date>2025-09-15T19:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: BGP advertise and prefix-list</title>
      <link>https://community.checkpoint.com/t5/General-Topics/BGP-advertise-and-prefix-list/m-p/257308#M43329</link>
      <description>&lt;P&gt;Maybe this is wrong?&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;set routemap redist_to_bgp id 10 match protocol bgp&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Keep in mind, protocol has to be ORIGINATING one, not protocol supposed to be advertised.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 19:33:26 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/BGP-advertise-and-prefix-list/m-p/257308#M43329</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-09-15T19:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: BGP advertise and prefix-list</title>
      <link>https://community.checkpoint.com/t5/General-Topics/BGP-advertise-and-prefix-list/m-p/257309#M43330</link>
      <description>&lt;P&gt;I was playing with it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;set routemap redist_to_bgp id 10 on&lt;BR /&gt;set routemap redist_to_bgp id 10 allow&lt;BR /&gt;set routemap redist_to_bgp id 10 match prefix-list bgp-nets preference 1 on&lt;/P&gt;&lt;P&gt;Deleted but still nothing &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 19:38:06 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/BGP-advertise-and-prefix-list/m-p/257309#M43330</guid>
      <dc:creator>melcu</dc:creator>
      <dc:date>2025-09-15T19:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: BGP advertise and prefix-list</title>
      <link>https://community.checkpoint.com/t5/General-Topics/BGP-advertise-and-prefix-list/m-p/257310#M43331</link>
      <description>&lt;P&gt;You leave line there, just make sure protocol is originating one, NOT one supposed to be advertised.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 19:40:10 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/BGP-advertise-and-prefix-list/m-p/257310#M43331</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-09-15T19:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: BGP advertise and prefix-list</title>
      <link>https://community.checkpoint.com/t5/General-Topics/BGP-advertise-and-prefix-list/m-p/257311#M43332</link>
      <description>&lt;P&gt;But it's originating from a prefix list. They are not connected nor received from BGP or any other protocol.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 19:42:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/BGP-advertise-and-prefix-list/m-p/257311#M43332</guid>
      <dc:creator>melcu</dc:creator>
      <dc:date>2025-09-15T19:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: BGP advertise and prefix-list</title>
      <link>https://community.checkpoint.com/t5/General-Topics/BGP-advertise-and-prefix-list/m-p/257312#M43333</link>
      <description>&lt;P&gt;OK, so deleting line makes sense then &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 19:44:38 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/BGP-advertise-and-prefix-list/m-p/257312#M43333</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-09-15T19:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: BGP advertise and prefix-list</title>
      <link>https://community.checkpoint.com/t5/General-Topics/BGP-advertise-and-prefix-list/m-p/257322#M43334</link>
      <description>&lt;P&gt;To clarify you are trying to advertise routes that arent in the local routing table / what are those IPs?&lt;/P&gt;
&lt;P&gt;Need a little more info about this but sounds almost like a use case for the NAT Pools feature, don't let the name confuse.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 03:53:37 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/BGP-advertise-and-prefix-list/m-p/257322#M43334</guid>
      <dc:creator>Chris_Atkinson</dc:creator>
      <dc:date>2025-09-16T03:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: BGP advertise and prefix-list</title>
      <link>https://community.checkpoint.com/t5/General-Topics/BGP-advertise-and-prefix-list/m-p/257323#M43335</link>
      <description>&lt;P&gt;Hey Chris,&lt;/P&gt;
&lt;P&gt;Since you mentioned nat pools, I thought that was related to routing, but only within VPN community. Or am I mistaken?&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 23:53:21 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/BGP-advertise-and-prefix-list/m-p/257323#M43335</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-09-15T23:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: BGP advertise and prefix-list</title>
      <link>https://community.checkpoint.com/t5/General-Topics/BGP-advertise-and-prefix-list/m-p/257327#M43336</link>
      <description>&lt;P&gt;They are called NAT pools because that is a common use case (to advertise the NAT or VPN range) but it's not their exclusive purpose.&lt;/P&gt;
&lt;P&gt;More generally in the absence of a route existing they provide an anchor mechanism for that network/subnet which can then be used in route advertisements / redistribution via route-maps etc.&lt;/P&gt;
&lt;P&gt;Refer:&amp;nbsp;&lt;A href="https://sc1.checkpoint.com/documents/R81/WebAdminGuides/EN/CP_R81_Gaia_Advanced_Routing_AdminGuide/Topics-GARG/NAT-Pools.htm" target="_blank" rel="noopener"&gt;https://sc1.checkpoint.com/documents/R81/WebAdminGuides/EN/CP_R81_Gaia_Advanced_Routing_AdminGuide/Topics-GARG/NAT-Pools.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 03:53:08 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/BGP-advertise-and-prefix-list/m-p/257327#M43336</guid>
      <dc:creator>Chris_Atkinson</dc:creator>
      <dc:date>2025-09-16T03:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: BGP advertise and prefix-list</title>
      <link>https://community.checkpoint.com/t5/General-Topics/BGP-advertise-and-prefix-list/m-p/257328#M43337</link>
      <description>&lt;P&gt;Got it, thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 03:09:59 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/BGP-advertise-and-prefix-list/m-p/257328#M43337</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-09-16T03:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: BGP advertise and prefix-list</title>
      <link>https://community.checkpoint.com/t5/General-Topics/BGP-advertise-and-prefix-list/m-p/257334#M43339</link>
      <description>&lt;P&gt;Hmm I thought it will work like Cisco but indeed NAT-Pool may be the solution for this!&amp;nbsp;&lt;BR /&gt;I'll keep you posted.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 06:28:10 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/BGP-advertise-and-prefix-list/m-p/257334#M43339</guid>
      <dc:creator>melcu</dc:creator>
      <dc:date>2025-09-16T06:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: BGP advertise and prefix-list</title>
      <link>https://community.checkpoint.com/t5/General-Topics/BGP-advertise-and-prefix-list/m-p/257338#M43340</link>
      <description>&lt;P&gt;Indeed nat-pool was the solution.&lt;/P&gt;&lt;P&gt;Thank you Chris! Awesome as always!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 07:05:51 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/BGP-advertise-and-prefix-list/m-p/257338#M43340</guid>
      <dc:creator>melcu</dc:creator>
      <dc:date>2025-09-16T07:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: BGP advertise and prefix-list</title>
      <link>https://community.checkpoint.com/t5/General-Topics/BGP-advertise-and-prefix-list/m-p/257360#M43346</link>
      <description>&lt;P&gt;Amazing! Always learn something new from&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/3630"&gt;@Chris_Atkinson&lt;/a&gt;&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":raising_hands:"&gt;🙌&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 11:02:53 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/BGP-advertise-and-prefix-list/m-p/257360#M43346</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-09-16T11:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: BGP advertise and prefix-list</title>
      <link>https://community.checkpoint.com/t5/General-Topics/BGP-advertise-and-prefix-list/m-p/257370#M43347</link>
      <description>&lt;P&gt;Can't speak for what it's like on an FTD but usually for Cisco you need a network statement / anchor route (Null0) at least. Glad it's working for you now!&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 11:34:11 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/BGP-advertise-and-prefix-list/m-p/257370#M43347</guid>
      <dc:creator>Chris_Atkinson</dc:creator>
      <dc:date>2025-09-16T11:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: BGP advertise and prefix-list</title>
      <link>https://community.checkpoint.com/t5/General-Topics/BGP-advertise-and-prefix-list/m-p/257372#M43348</link>
      <description>&lt;P&gt;I will ask one of my colleagues who is really good with Cisco, Im super curious now.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 11:46:01 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/BGP-advertise-and-prefix-list/m-p/257372#M43348</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-09-16T11:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: BGP advertise and prefix-list</title>
      <link>https://community.checkpoint.com/t5/General-Topics/BGP-advertise-and-prefix-list/m-p/257373#M43349</link>
      <description>&lt;P&gt;Silly me...I totally confused this with IP pool nat feature in global properties in smart console. Im thinking, wait, this can NOT be the same thing haha&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 11:52:01 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/BGP-advertise-and-prefix-list/m-p/257373#M43349</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-09-16T11:52:01Z</dc:date>
    </item>
  </channel>
</rss>

