<?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: redistribute global protect ip pool subnet into bgp. in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/redistribute-global-protect-ip-pool-subnet-into-bgp/m-p/243471#M69610</link>
    <description>&lt;P&gt;If the subnet is in the local routing table we can distribute it via a bgp peer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this iBGP or eBGP&lt;/P&gt;&lt;P&gt;What is the current redsitribution rules you have on the peering?&lt;/P&gt;&lt;P&gt;Where do you see the route learned and where is it missing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Dec 2018 11:55:43 GMT</pubDate>
    <dc:creator>pulukas</dc:creator>
    <dc:date>2018-12-17T11:55:43Z</dc:date>
    <item>
      <title>redistribute global protect ip pool subnet into bgp.</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/redistribute-global-protect-ip-pool-subnet-into-bgp/m-p/243437#M69607</link>
      <description>&lt;P&gt;I am running VM-500 in cluster on 8.1.4 . I have global protect configured with ip pool of /24.&lt;/P&gt;&lt;P&gt;I need to redistribute this range via bgp. I can see this range in the routing table.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 02:28:12 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/redistribute-global-protect-ip-pool-subnet-into-bgp/m-p/243437#M69607</guid>
      <dc:creator>inderjit21</dc:creator>
      <dc:date>2018-12-17T02:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: redistribute global protect ip pool subnet into bgp.</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/redistribute-global-protect-ip-pool-subnet-into-bgp/m-p/243471#M69610</link>
      <description>&lt;P&gt;If the subnet is in the local routing table we can distribute it via a bgp peer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this iBGP or eBGP&lt;/P&gt;&lt;P&gt;What is the current redsitribution rules you have on the peering?&lt;/P&gt;&lt;P&gt;Where do you see the route learned and where is it missing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 11:55:43 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/redistribute-global-protect-ip-pool-subnet-into-bgp/m-p/243471#M69610</guid>
      <dc:creator>pulukas</dc:creator>
      <dc:date>2018-12-17T11:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: redistribute global protect ip pool subnet into bgp.</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/redistribute-global-protect-ip-pool-subnet-into-bgp/m-p/243478#M69612</link>
      <description>&lt;P&gt;Yes you can.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are actually two ways to accomplish this:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Using redistribtion profile&lt;OL&gt;&lt;LI&gt;Configure redistribution profile which should matach your IP pool: Network -&amp;gt; Virtual-Router -&amp;gt; edit your VR -&amp;gt; Redistribution profile&lt;/LI&gt;&lt;LI&gt;Select source type connec and destination your IP pool prefix&lt;/LI&gt;&lt;LI&gt;Set redistribure (the radio button on the top right) to Redist&lt;/LI&gt;&lt;LI&gt;Tell the BGP to use this profile: Network -&amp;gt; Virtual-Route -&amp;gt; edit your VR -&amp;gt; BGP -&amp;gt; Redist Rules&lt;/LI&gt;&lt;LI&gt;Add new rule and under "name" select your redistribution profile from the drop-down menue&lt;/LI&gt;&lt;LI&gt;If you are using BGP EXPORT rules, make sure that your GP IP pool is added to the allow export rule&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Without redistribution profile&lt;OL&gt;&lt;LI&gt;Add the GP IP Pool straight to the BGP Redist Rules, without creating redistribution profile&lt;/LI&gt;&lt;LI&gt;Add new rule and under "Name" put your GP IP pool range (do not select anything from drop-down, just type your prefix)&lt;/LI&gt;&lt;LI&gt;Again make sure your BGP EXPORT rules are allowing the GP IP pool&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using redistribution profile gives you an option to advertise any prefix that is already in your routing table - static, directly connected, or dynamically learned from different routing protocol.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Howeve you can advertise any prefix even if it is not in your routing table. If you create BGP redistribution rule, without redistribution profile (just typing the prefix), the firewall will first create "dummy" or internal route for this network and then advertise it over BGP. The disatvantage of this approach is that the intrernal route will always be in the routing table and firewall will alway adv. via BGP, while if you are using redistribution profile matching some static routes it will stop adv. the route if the static is removed from the routing table (interface down or etc.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would suggest you to use the redistribution profile, that way the firewall will not require to create the additional internal route. If you create the redist. rule without profile you will have two routes for the GP IP pool (one as connected to the tunnel interface and one as internal "~")&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 12:47:28 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/redistribute-global-protect-ip-pool-subnet-into-bgp/m-p/243478#M69612</guid>
      <dc:creator>aleksandar.astardzhiev</dc:creator>
      <dc:date>2018-12-17T12:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: redistribute global protect ip pool subnet into bgp.</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/redistribute-global-protect-ip-pool-subnet-into-bgp/m-p/243874#M69669</link>
      <description>&lt;P&gt;Please make sure you are adding respetive interfaces in redistribution profile to advertise from BGP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2018 16:43:04 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/redistribute-global-protect-ip-pool-subnet-into-bgp/m-p/243874#M69669</guid>
      <dc:creator>OCfirewallsupport</dc:creator>
      <dc:date>2018-12-19T16:43:04Z</dc:date>
    </item>
  </channel>
</rss>

