<?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: OSPF and BGP Redistribute in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/ospf-and-bgp-redistribute/m-p/505829#M105613</link>
    <description>&lt;P&gt;I think I actually have it configured correctly only need to test it at this point.&lt;/P&gt;</description>
    <pubDate>Thu, 23 Jun 2022 18:22:56 GMT</pubDate>
    <dc:creator>birkhojk</dc:creator>
    <dc:date>2022-06-23T18:22:56Z</dc:date>
    <item>
      <title>OSPF and BGP Redistribute</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ospf-and-bgp-redistribute/m-p/504480#M105510</link>
      <description>&lt;P&gt;Can someone walk me through redistribution of OSPF into BGP and BGP into OSPF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am setting up a new VSYS (already done) with a new Virtual Router to an AT&amp;amp;T AVPN WAN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a /30 between us and AT&amp;amp;T, and we use eBGP to AT&amp;amp;T.&amp;nbsp; On the other router interface, we use OSPF everything in area 0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Probably no very good reason to clean this up being this is all private IP stuff, but it's a habit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do redistribute the OSPF and BGP into one another?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, how do I deal with the route-map that sets the community?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;router ospf 1&lt;BR /&gt;redistribute static&lt;BR /&gt;redistribute bgp 64xxx&lt;BR /&gt;network 10.x.x.x 0.0.0.0 area 0 (this is a loopback IP)&lt;BR /&gt;network 192.168.x.x 0.0.0.7 area 0&lt;BR /&gt;!&lt;BR /&gt;&lt;BR /&gt;router bgp 64xxx&lt;BR /&gt;bgp log-neighbor-changes&lt;BR /&gt;neighbor 10.y.y.y remote-as 13xxx (This is in a /30 with ATT)&lt;BR /&gt;!&lt;BR /&gt;address-family ipv4&lt;BR /&gt;network 0.0.0.0 route-map ATT_LTE&lt;BR /&gt;network 192.168.x.x mask 255.255.255.248 (This is the same subnet as the one above in OSPF)&lt;BR /&gt;network 192.168.72.0 mask 255.255.252.0 route-map ATT_LTE&lt;BR /&gt;redistribute connected&lt;BR /&gt;redistribute static&lt;BR /&gt;redistribute ospf 1 match internal external 1 external 2&lt;BR /&gt;neighbor 10.y.y.y activate&lt;BR /&gt;neighbor 10.y.y.y send-community&lt;BR /&gt;neighbor 10.y.y.y soft-reconfiguration inbound (all of these are the same as in the neighbor string)&lt;BR /&gt;default-information originate&lt;BR /&gt;exit-address-family&lt;BR /&gt;!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;interface Loopback0&lt;BR /&gt;ip address 10.161.191.71 255.255.255.255&lt;BR /&gt;end&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;route-map ATT_LTE permit 10&lt;BR /&gt;match ip address prefix-list ATT_OUT&lt;BR /&gt;set community 13xxx:6655&lt;BR /&gt;!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ip prefix-list ATT_OUT seq 5 permit 192.168.72.0/22&lt;BR /&gt;ip prefix-list ATT_OUT seq 10 permit 0.0.0.0/0&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;</description>
      <pubDate>Fri, 17 Jun 2022 13:47:11 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ospf-and-bgp-redistribute/m-p/504480#M105510</guid>
      <dc:creator>birkhojk</dc:creator>
      <dc:date>2022-06-17T13:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF and BGP Redistribute</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ospf-and-bgp-redistribute/m-p/504612#M105522</link>
      <description>&lt;P&gt;There is not exact "step1, step2" type of guide, but maybe reading this, will give you some ideas.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClypCAC" target="_blank"&gt;https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClypCAC&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jun 2022 01:47:33 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ospf-and-bgp-redistribute/m-p/504612#M105522</guid>
      <dc:creator>S.Cantwell</dc:creator>
      <dc:date>2022-06-18T01:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF and BGP Redistribute</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ospf-and-bgp-redistribute/m-p/505388#M105577</link>
      <description>&lt;P&gt;Shouldn't Premium Partner support cover this?&amp;nbsp; I am told that does not cover technical support except break/fix.&amp;nbsp; Can you let me know.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 12:57:32 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ospf-and-bgp-redistribute/m-p/505388#M105577</guid>
      <dc:creator>birkhojk</dc:creator>
      <dc:date>2022-06-22T12:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF and BGP Redistribute</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ospf-and-bgp-redistribute/m-p/505748#M105604</link>
      <description>&lt;P&gt;Good Day&lt;/P&gt;
&lt;P&gt;Thank you for your email.&amp;nbsp; For many partners, their ASC (auth support centers) are contractually bound to provide ONLY break fix, which aligns to what TAC offers.&amp;nbsp; That being said, there are some ASC or other PANW resellers that offer Professional Services.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What you really asking for, thinly veiled, is configuration assistance, which is really Professional Services, according to some vendors.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I would really recommend, if you are not comfortable in performing the steps, is to contact your reseller or local PAN SE and see how much PS would be for say, 2 days of PS.&amp;nbsp; The investment made may outweigh the level of effort needed to perform this on your own successfully.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What other questions can we answer?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 11:47:35 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ospf-and-bgp-redistribute/m-p/505748#M105604</guid>
      <dc:creator>S.Cantwell</dc:creator>
      <dc:date>2022-06-23T11:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF and BGP Redistribute</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ospf-and-bgp-redistribute/m-p/505829#M105613</link>
      <description>&lt;P&gt;I think I actually have it configured correctly only need to test it at this point.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 18:22:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ospf-and-bgp-redistribute/m-p/505829#M105613</guid>
      <dc:creator>birkhojk</dc:creator>
      <dc:date>2022-06-23T18:22:56Z</dc:date>
    </item>
  </channel>
</rss>

