<?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 configuration in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/bgp-configuration/m-p/394229#M91086</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;Looking at your output we can see that all of the prefixes with a next-hop of&amp;nbsp;&lt;SPAN&gt;172.19.197.130 are static routes. When we look at the output&amp;nbsp;of the BGP RIB we can see that only a subset of the static routes are present (ie, the component prefixes of 172.25.0.0/16 are missing).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Obviously you must have a redistribution&amp;nbsp;profile in place which selects static routes, however it can't just be filtering on next-hop as you are missing some of the static routes, so it must be filtering on destination prefix. In which case I imagine your&amp;nbsp;10.104.55.0/24 is not in the list.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you share the output of&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set cli config-output-format set&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;configure&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show network virtual-router&amp;nbsp;&amp;nbsp;XYZ-L3 protocol bgp redist-rules&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;...for each of the redistribution rule names outputted&amp;nbsp;above eg: FOO-01, feed those names into the command below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;eg:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show network virtual-router&amp;nbsp;XYZ-L3 protocol redist-profile FOO-01&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Seb.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Mar 2021 10:15:22 GMT</pubDate>
    <dc:creator>SebRupik</dc:creator>
    <dc:date>2021-03-26T10:15:22Z</dc:date>
    <item>
      <title>BGP configuration</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/bgp-configuration/m-p/394104#M91076</link>
      <description>&lt;P&gt;I am looking to see the commands to check bgp configuration on palo alto &lt;SPAN&gt;5050 Software version&amp;nbsp;8.1.14&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We have that PA in our organization but i am new and trying to check why i am not able to learn a route&amp;nbsp;10.104.55.0/24 in BGP in PA 5050&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am learning 10.104.55.0/24 in the routing table.&lt;/P&gt;&lt;P&gt;admin@SHA-FWPA01A(active)&amp;gt; show routing route virtual-router XYZ-L3 | match 172.19.197.130&lt;BR /&gt;10.104.40.0/22 172.19.197.130 10 A S ae1.985&lt;BR /&gt;10.104.55.0/24 172.19.197.130 10 A S ae1.985&lt;BR /&gt;10.104.65.0/24 172.19.197.130 10 A S ae1.985&lt;BR /&gt;10.104.70.0/24 172.19.197.130 10 A S ae1.985&lt;BR /&gt;10.104.71.0/24 172.19.197.130 10 A S ae1.985&lt;BR /&gt;10.104.72.0/24 172.19.197.130 10 A S ae1.985&lt;BR /&gt;10.104.73.0/24 172.19.197.130 10 A S ae1.985&lt;BR /&gt;10.104.74.0/24 172.19.197.130 10 A S ae1.985&lt;BR /&gt;10.104.80.0/24 172.19.197.130 10 A S ae1.985&lt;BR /&gt;10.104.90.0/24 172.19.197.130 10 A S ae1.985&lt;BR /&gt;10.104.110.0/24 172.19.197.130 10 A S ae1.985&lt;BR /&gt;10.104.111.0/24 172.19.197.130 10 A S ae1.985&lt;BR /&gt;10.104.120.0/24 172.19.197.130 10 A S ae1.985&lt;BR /&gt;172.25.90.11/32 172.19.197.130 10 A S ae1.985&lt;BR /&gt;172.25.90.12/32 172.19.197.130 10 A S ae1.985&lt;BR /&gt;172.25.90.100/32 172.19.197.130 10 A S ae1.985&lt;BR /&gt;172.25.90.125/32 172.19.197.130 10 A S ae1.985&lt;BR /&gt;172.25.90.126/32 172.19.197.130 10 A S ae1.985&lt;BR /&gt;172.25.90.127/32 172.19.197.130 10 A S ae1.985&lt;BR /&gt;&lt;A href="https://live.paloaltonetworks.com/" target="_blank"&gt;admin@SHA-FWPA01A(active)&amp;gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;*********************************&lt;/P&gt;&lt;P&gt;admin@SHA-FWPA01A(active)&amp;gt; show routing fib virtual-router XYZ-L3 | match 172.19.197.130&lt;BR /&gt;111874 10.104.40.0/22 172.19.197.130 ug ae1.985 1500&lt;BR /&gt;162473 10.104.55.0/24 172.19.197.130 ug ae1.985 1500&lt;BR /&gt;111873 10.104.65.0/24 172.19.197.130 ug ae1.985 1500&lt;BR /&gt;111863 10.104.70.0/24 172.19.197.130 ug ae1.985 1500&lt;BR /&gt;111864 10.104.71.0/24 172.19.197.130 ug ae1.985 1500&lt;BR /&gt;111865 10.104.72.0/24 172.19.197.130 ug ae1.985 1500&lt;BR /&gt;111866 10.104.73.0/24 172.19.197.130 ug ae1.985 1500&lt;BR /&gt;111867 10.104.74.0/24 172.19.197.130 ug ae1.985 1500&lt;BR /&gt;111868 10.104.80.0/24 172.19.197.130 ug ae1.985 1500&lt;BR /&gt;111869 10.104.90.0/24 172.19.197.130 ug ae1.985 1500&lt;BR /&gt;111870 10.104.110.0/24 172.19.197.130 ug ae1.985 1500&lt;BR /&gt;111871 10.104.111.0/24 172.19.197.130 ug ae1.985 1500&lt;BR /&gt;111872 10.104.120.0/24 172.19.197.130 ug ae1.985 1500&lt;BR /&gt;111875 172.25.90.11/32 172.19.197.130 ug ae1.985 1500&lt;BR /&gt;111876 172.25.90.12/32 172.19.197.130 ug ae1.985 1500&lt;BR /&gt;111880 172.25.90.100/32 172.19.197.130 ug ae1.985 1500&lt;BR /&gt;111877 172.25.90.125/32 172.19.197.130 ug ae1.985 1500&lt;BR /&gt;111878 172.25.90.126/32 172.19.197.130 ug ae1.985 1500&lt;BR /&gt;111879 172.25.90.127/32 172.19.197.130 ug ae1.985 1500&lt;BR /&gt;admin@SHA-FWPA01A(active)&amp;gt;&lt;BR /&gt;***********************************************&lt;BR /&gt;If i check the BGP table 10.104.55.0/24 is not present.&lt;BR /&gt;admin@SHA-FWPA01A(active)&amp;gt; show routing protocol bgp loc-rib virtual-router XYZ-L3 | match 10.104&lt;BR /&gt;*10.104.0.0/16 172.19.210.66 SHA-CORE 0 100 i/c 7171072 0&lt;BR /&gt;*10.104.12.0/22 Local 0 100 igp 0 0&lt;BR /&gt;*10.104.24.0/22 Local 0 100 igp 0 0&lt;BR /&gt;*10.104.40.0/22 172.19.197.130 Local 0 100 igp 0 0&lt;BR /&gt;*10.104.65.0/24 172.19.197.130 Local 0 100 igp 0 0&lt;BR /&gt;*10.104.70.0/24 172.19.197.130 Local 0 100 igp 0 0&lt;BR /&gt;*10.104.71.0/24 172.19.197.130 Local 0 100 igp 0 0&lt;BR /&gt;*10.104.72.0/24 172.19.197.130 Local 0 100 igp 0 0&lt;BR /&gt;*10.104.73.0/24 172.19.197.130 Local 0 100 igp 0 0&lt;BR /&gt;*10.104.74.0/24 172.19.197.130 Local 0 100 igp 0 0&lt;BR /&gt;*10.104.80.0/24 172.19.197.130 Local 0 100 igp 0 0&lt;BR /&gt;*10.104.90.0/24 172.19.197.130 Local 0 100 igp 0 0&lt;BR /&gt;*10.104.110.0/24 172.19.197.130 Local 0 100 igp 0 0&lt;BR /&gt;*10.104.111.0/24 172.19.197.130 Local 0 100 igp 0 0&lt;BR /&gt;*10.104.120.0/24 172.19.197.130 Local 0 100 igp 0 0&lt;BR /&gt;admin@SHA-FWPA01A(active)&amp;gt;&lt;BR /&gt;*****************************************************&lt;BR /&gt;admin@SHA-FWPA01A(active)&amp;gt; show routing protocol bgp rib-out virtual-router XYZ-L3 peer SHA-CORE | match 10.104&lt;BR /&gt;10.104.12.0/22 172.19.210.68 SHA-CORE 0.0.0.0 advertised no aggregation&lt;BR /&gt;10.104.24.0/22 172.19.210.68 SHA-CORE 0.0.0.0 advertised no aggregation&lt;BR /&gt;10.104.40.0/22 172.19.210.68 SHA-CORE 0.0.0.0 advertised no aggregation&lt;BR /&gt;10.104.65.0/24 172.19.210.68 SHA-CORE 0.0.0.0 advertised no aggregation&lt;BR /&gt;10.104.70.0/24 172.19.210.68 SHA-CORE 0.0.0.0 advertised no aggregation&lt;BR /&gt;10.104.71.0/24 172.19.210.68 SHA-CORE 0.0.0.0 advertised no aggregation&lt;BR /&gt;10.104.72.0/24 172.19.210.68 SHA-CORE 0.0.0.0 advertised no aggregation&lt;BR /&gt;10.104.73.0/24 172.19.210.68 SHA-CORE 0.0.0.0 advertised no aggregation&lt;BR /&gt;10.104.74.0/24 172.19.210.68 SHA-CORE 0.0.0.0 advertised no aggregation&lt;BR /&gt;10.104.80.0/24 172.19.210.68 SHA-CORE 0.0.0.0 advertised no aggregation&lt;BR /&gt;10.104.90.0/24 172.19.210.68 SHA-CORE 0.0.0.0 advertised no aggregation&lt;BR /&gt;10.104.110.0/24 172.19.210.68 SHA-CORE 0.0.0.0 advertised no aggregation&lt;BR /&gt;10.104.111.0/24 172.19.210.68 SHA-CORE 0.0.0.0 advertised no aggregation&lt;BR /&gt;10.104.120.0/24 172.19.210.68 SHA-CORE 0.0.0.0 advertised no aggregation&lt;BR /&gt;admin@SHA-FWPA01A(active)&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 01:14:26 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/bgp-configuration/m-p/394104#M91076</guid>
      <dc:creator>shallugarg</dc:creator>
      <dc:date>2021-03-26T01:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: BGP configuration</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/bgp-configuration/m-p/394225#M91085</link>
      <description>&lt;P&gt;You ask a very general question, so I can give youonly a general answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you need seach the command hierarchy document for your version for commands with BGP in them:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.paloaltonetworks.com/pan-os/9-0/cli-reference/pan-os-9-0-cli-ops-command-hierarchy.html" target="_blank"&gt;https://docs.paloaltonetworks.com/pan-os/9-0/cli-reference/pan-os-9-0-cli-ops-command-hierarchy.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also from the GUI you can check if everything is correct following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.paloaltonetworks.com/pan-os/9-0/pan-os-admin/networking/bgp/bgp-overview.html" target="_blank"&gt;https://docs.paloaltonetworks.com/pan-os/9-0/pan-os-admin/networking/bgp/bgp-overview.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 09:55:29 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/bgp-configuration/m-p/394225#M91085</guid>
      <dc:creator>nikoolayy1</dc:creator>
      <dc:date>2021-03-26T09:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: BGP configuration</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/bgp-configuration/m-p/394229#M91086</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;Looking at your output we can see that all of the prefixes with a next-hop of&amp;nbsp;&lt;SPAN&gt;172.19.197.130 are static routes. When we look at the output&amp;nbsp;of the BGP RIB we can see that only a subset of the static routes are present (ie, the component prefixes of 172.25.0.0/16 are missing).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Obviously you must have a redistribution&amp;nbsp;profile in place which selects static routes, however it can't just be filtering on next-hop as you are missing some of the static routes, so it must be filtering on destination prefix. In which case I imagine your&amp;nbsp;10.104.55.0/24 is not in the list.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you share the output of&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set cli config-output-format set&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;configure&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show network virtual-router&amp;nbsp;&amp;nbsp;XYZ-L3 protocol bgp redist-rules&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;...for each of the redistribution rule names outputted&amp;nbsp;above eg: FOO-01, feed those names into the command below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;eg:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show network virtual-router&amp;nbsp;XYZ-L3 protocol redist-profile FOO-01&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Seb.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 10:15:22 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/bgp-configuration/m-p/394229#M91086</guid>
      <dc:creator>SebRupik</dc:creator>
      <dc:date>2021-03-26T10:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: BGP configuration</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/bgp-configuration/m-p/394466#M91140</link>
      <description>&lt;P&gt;Hi Seb,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was looking for the command which will tell me the output of the redistribution rules on Palo-Alto.&lt;/P&gt;&lt;P&gt;Well, i did the same but did not get anything&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;admin@MOC2-FWPA01A(active)# show network virtual-router Gannett-L3 protocol bgp redist-rules&lt;BR /&gt;[edit]&lt;BR /&gt;&lt;A href="mailto:admin@MOC2-FWPA01A(active)" target="_blank"&gt;admin@MOC2-FWPA01A(active)#&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Further, i checked with someone in my team who has more knowledge on this and then get to know that there is a redistribution profile created which is checked on GUI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;once i implemented that i had a success. i have attached a screenshot for the same&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 814px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/30605i713D77563B9174AC/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 18:58:11 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/bgp-configuration/m-p/394466#M91140</guid>
      <dc:creator>shallugarg</dc:creator>
      <dc:date>2021-03-26T18:58:11Z</dc:date>
    </item>
  </channel>
</rss>

