<?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 with Active/Passive HA in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/ospf-with-active-passive-ha/m-p/258821#M73404</link>
    <description>&lt;P&gt;Here is another idea you should consider.&amp;nbsp; Rebuild the way you are thinking about your HA/DR/etc plan.&amp;nbsp; break the HA pair and operate each FW independently.&amp;nbsp; Think of them as Routers (because they are) and route ALL traffic between sites through the firewalls.&amp;nbsp; This is of course only if you have enough horsepower to push whatever bandwidth you have available between sites.&amp;nbsp; Any inbound services should be routed through some kind of load balancer (ie - F5/Netscaler/etc).&amp;nbsp; Use DNS to move your inbound services if your primary site goes down or even load balance both ISPs and you could have both sites running even if the interconnects go down.&amp;nbsp; I really don't like the floating static design as there are more dynamic ways of handling this problem.&amp;nbsp; You could also run an HA pair at each site in this design which gives you even more failure protections.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Penny for you thoughts?&lt;/P&gt;</description>
    <pubDate>Thu, 25 Apr 2019 20:29:20 GMT</pubDate>
    <dc:creator>jeremy.larsen</dc:creator>
    <dc:date>2019-04-25T20:29:20Z</dc:date>
    <item>
      <title>OSPF with Active/Passive HA</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ospf-with-active-passive-ha/m-p/257985#M73193</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I came across this design guide and looking at labbing this up for testing, as the design could be a good fit for our production environment, with a few tweaks. In my case, I'll be using OSPF between the firewalls and internal routers A and B. The connections to the edge routers&amp;nbsp; A and B will be the provider routers, so they will be outside facing and I won't be running OSPF between them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OSPF HA.PNG" style="width: 659px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/19604i35B0A781F42C3977/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="OSPF HA.PNG" alt="OSPF HA.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a few question about the floating static routes mentioned:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. are these floating static routes configured on internal router A and edge router A?&lt;/P&gt;&lt;P&gt;2. are these floating static routes also configured on the Palo Alto as static routes? As the screen shots show them being on&amp;nbsp;&amp;nbsp; the Palo Alto.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just to get my upstream and downstream routers right:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Is the upstream router edge router A?&lt;/P&gt;&lt;P&gt;2. Is the downstream router Internal router A?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone used this design on their production network? Any limitations, advantages/disadvantages with the design?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your advice and thoughts are appreciated.&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 11:47:51 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ospf-with-active-passive-ha/m-p/257985#M73193</guid>
      <dc:creator>rchung54</dc:creator>
      <dc:date>2019-04-18T11:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF with Active/Passive HA</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ospf-with-active-passive-ha/m-p/258001#M73198</link>
      <description>&lt;P&gt;IMO,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If you are doing Active/Passive, why not put a switch between the routers and the Firewall HA pair.&amp;nbsp; An ARP transition is almost unnoticeable and solves the goofy floating static setup.&lt;/LI&gt;&lt;LI&gt;Or, just go all the way and run this as Active/Active.&amp;nbsp; While your at it, full mesh the routers/firewalls and build your redundancy that way?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are a lot of design solutions in a setup like this.&amp;nbsp; But to answer your question, the floating static is set on ALL routers in this setup (but different IP on the internal vs the external routers).&amp;nbsp; The reason for the floating static is that the Next Hop IP will transition to the Passive Firewall before OSPF reconverges from a failure event.&amp;nbsp; &amp;nbsp;With a floating static, this means there is a backup route already in the table.&amp;nbsp; So when OSPF goes down temporarily (and it will), this backup route is ready and waiting to be pushed into the FIB for near uninterrupted traffic flows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I highly recommend reading through the PAN documentation on HA -&amp;nbsp;&lt;A href="https://docs.paloaltonetworks.com/pan-os/8-1/pan-os-admin/high-availability/ha-overview.html" target="_blank"&gt;https://docs.paloaltonetworks.com/pan-os/8-1/pan-os-admin/high-availability/ha-overview.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does this make sense?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 14:28:12 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ospf-with-active-passive-ha/m-p/258001#M73198</guid>
      <dc:creator>jeremy.larsen</dc:creator>
      <dc:date>2019-04-18T14:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF with Active/Passive HA</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ospf-with-active-passive-ha/m-p/258355#M73279</link>
      <description>&lt;P&gt;Hi Jeremy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply. Why the floating static routes are used, does make sense, in case OSPF does fail, the traffic will still flow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I would configure a static route on Edge Routers A and B (the upstream routers), pointing to the Datacentre LAN. And a static route pointing to the Internet/0.0.0.0/0, on Internal Routers A and B (the downstream routers). Is this correct for this scenario?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An Active/Active option is not possible as the Palo's will be 25 miles apart from each other (for DR purposes). The two Palos will be connected via the HA link over 2 x L2 links between two sites. One of these L2 links will be the primary (the active) and the other will be the secondary (the backup link), hence exploring the Active/Passive design option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if I am right about the configs of the static routes, on those routers.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 10:38:22 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ospf-with-active-passive-ha/m-p/258355#M73279</guid>
      <dc:creator>rchung54</dc:creator>
      <dc:date>2019-04-23T10:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF with Active/Passive HA</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ospf-with-active-passive-ha/m-p/258387#M73285</link>
      <description>&lt;P&gt;@ &lt;SPAN class="UserName lia-user-name lia-user-rank-L3-Networker"&gt;&lt;A href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/107910" target="_self"&gt;&lt;SPAN class=""&gt;jeremy.larsen&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I've been labbing this up and have created the floating static routes on all the routers as you mentioned. In steps 12 and 13 of the configuration guide, it says redistribute the floating static routes upstream and downstream. Does this mean I have to create a Redistribution Profile on the Palo Alto and add it to the Export Rules in OSPF?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OSPF redis.PNG" style="width: 763px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/19653i37B3606C17128518/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="OSPF redis.PNG" alt="OSPF redis.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 15:18:16 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ospf-with-active-passive-ha/m-p/258387#M73285</guid>
      <dc:creator>rchung54</dc:creator>
      <dc:date>2019-04-23T15:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF with Active/Passive HA</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ospf-with-active-passive-ha/m-p/258572#M73325</link>
      <description>&lt;P&gt;The redistribution will have to be done on your routers because this is where the static routes are created.&amp;nbsp; Since you have L2 between the sites, I would REALLY look at either sticking an HA switch stack between the routers and the FW and letting ARP handle all of this for you.&amp;nbsp; Otherwise I would look at Active/Active and Anycast your Default Gateways down.&amp;nbsp; It just appears you are over-complicating an easy solution IMO.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2019 12:50:22 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ospf-with-active-passive-ha/m-p/258572#M73325</guid>
      <dc:creator>jeremy.larsen</dc:creator>
      <dc:date>2019-04-24T12:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF with Active/Passive HA</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ospf-with-active-passive-ha/m-p/258622#M73333</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/107910"&gt;@jeremy.larsen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Jeremy, do you mean a switch between Internal Router A (and B) and Firewall 1 (and 2) and use VRRP or HSRP?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2019 14:22:12 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ospf-with-active-passive-ha/m-p/258622#M73333</guid>
      <dc:creator>rchung54</dc:creator>
      <dc:date>2019-04-24T14:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF with Active/Passive HA</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ospf-with-active-passive-ha/m-p/258639#M73343</link>
      <description>&lt;P&gt;Yes.&amp;nbsp; But, since they are all in the same subnet, you could probably skip the VRRP/HSRP.&amp;nbsp; The IP on the FW will just move and re-ARP.&amp;nbsp; Session state would be maintained.&amp;nbsp; It really depends on how you have your routing set up and if you are able to do the same L2 on the "external" side as well.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2019 16:57:38 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ospf-with-active-passive-ha/m-p/258639#M73343</guid>
      <dc:creator>jeremy.larsen</dc:creator>
      <dc:date>2019-04-24T16:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF with Active/Passive HA</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ospf-with-active-passive-ha/m-p/258821#M73404</link>
      <description>&lt;P&gt;Here is another idea you should consider.&amp;nbsp; Rebuild the way you are thinking about your HA/DR/etc plan.&amp;nbsp; break the HA pair and operate each FW independently.&amp;nbsp; Think of them as Routers (because they are) and route ALL traffic between sites through the firewalls.&amp;nbsp; This is of course only if you have enough horsepower to push whatever bandwidth you have available between sites.&amp;nbsp; Any inbound services should be routed through some kind of load balancer (ie - F5/Netscaler/etc).&amp;nbsp; Use DNS to move your inbound services if your primary site goes down or even load balance both ISPs and you could have both sites running even if the interconnects go down.&amp;nbsp; I really don't like the floating static design as there are more dynamic ways of handling this problem.&amp;nbsp; You could also run an HA pair at each site in this design which gives you even more failure protections.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Penny for you thoughts?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2019 20:29:20 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ospf-with-active-passive-ha/m-p/258821#M73404</guid>
      <dc:creator>jeremy.larsen</dc:creator>
      <dc:date>2019-04-25T20:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF with Active/Passive HA</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ospf-with-active-passive-ha/m-p/1225519#M123864</link>
      <description>&lt;P&gt;I haven't been able to find the guide referenced in the original post.&amp;nbsp; Does anyone have a link or an updated version?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2025 23:19:15 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ospf-with-active-passive-ha/m-p/1225519#M123864</guid>
      <dc:creator>BrianSnow</dc:creator>
      <dc:date>2025-04-02T23:19:15Z</dc:date>
    </item>
  </channel>
</rss>

