<?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: traffic disruption on routing change in Next-Generation Firewall Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/traffic-disruption-on-routing-change/m-p/1254186#M6931</link>
    <description>&lt;P&gt;just to add the newest insights, we got really bad trouble when deploying any templates but also sometimes on device-group pushes. From the routed.log you could see that each push the ospf adjacency to all ospf neighbours was teared down by the Palo and had to be reestablished which took some seconds to complete. we disabled the strict lsa check feature on the Palo (wasn't enabled on the Cisco peer routers)&amp;nbsp; but to our understanding this should only affect the ospf process if the opposite peer is in helper mode and it restarts the ospf adjacency and things do not match (new lsa to old lsa). Also we found that one static route we exported via ospf didn't exist anymore and was now disributed by one of the cisco routers via ospf instead. We also removed that explicit route redistribution and since then everything seems to run smooth. Maybe strict lsa checking in addition with propagating and receiving the same route via ospf caused the restarts... it's only speculation, but now it runs as expected.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 18 May 2026 09:00:09 GMT</pubDate>
    <dc:creator>COsterbrink-LIS</dc:creator>
    <dc:date>2026-05-18T09:00:09Z</dc:date>
    <item>
      <title>traffic disruption on routing change</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/traffic-disruption-on-routing-change/m-p/1252651#M6861</link>
      <description>&lt;P&gt;hi folks,&lt;/P&gt;
&lt;P&gt;I deleted a vlan subinterface from the VR config and from the ospf redist options. after comitting the change we had a partial service disruption where sessions where dropped. I can see a visible drop in thoughput but not in number of sessions. according to monitoring traffic I can says that it lasted roughly 15 seconds which is quite long. I can see in the system log that the route daemon was restarted but that seems to happen with every commit and usually case zero impact. but in this case the routing config was changed. I can't see any ospf messages in the system log and also not on the router behind the fw. so the traffic disruption seems just to be internal on the fw. has anyone experienced the same? I would be interested if this is expected behavior?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 13:02:01 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/traffic-disruption-on-routing-change/m-p/1252651#M6861</guid>
      <dc:creator>COsterbrink-LIS</dc:creator>
      <dc:date>2026-04-21T13:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: traffic disruption on routing change</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/traffic-disruption-on-routing-change/m-p/1252993#M6873</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/202762"&gt;@COsterbrink-LIS&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Might help if you post your PAN-OS version that you were running at the time. You'll have more detailed OSPF event logging within routed.log, but that file rotates pretty quickly so unless you pulled it at the time of the disruption you'll want to probably look at routed.log.old and see if it still has the logs for the time period of the issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2026 16:32:50 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/traffic-disruption-on-routing-change/m-p/1252993#M6873</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2026-04-24T16:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: traffic disruption on routing change</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/traffic-disruption-on-routing-change/m-p/1253071#M6876</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/43480"&gt;@BPry&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks for your reply. PANOS is 10.2.16-h6 - unfortunately the logs in&amp;nbsp; routed.log.old also rotated out.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but we have planned further migrations of vlan sub-interfaces which need then to be deleted and I will have a close look to the routed.log and also on the upstream ospf router&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in system log there were no suspicious messages. will keep this post updated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2026 07:02:37 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/traffic-disruption-on-routing-change/m-p/1253071#M6876</guid>
      <dc:creator>COsterbrink-LIS</dc:creator>
      <dc:date>2026-04-27T07:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: traffic disruption on routing change</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/traffic-disruption-on-routing-change/m-p/1254186#M6931</link>
      <description>&lt;P&gt;just to add the newest insights, we got really bad trouble when deploying any templates but also sometimes on device-group pushes. From the routed.log you could see that each push the ospf adjacency to all ospf neighbours was teared down by the Palo and had to be reestablished which took some seconds to complete. we disabled the strict lsa check feature on the Palo (wasn't enabled on the Cisco peer routers)&amp;nbsp; but to our understanding this should only affect the ospf process if the opposite peer is in helper mode and it restarts the ospf adjacency and things do not match (new lsa to old lsa). Also we found that one static route we exported via ospf didn't exist anymore and was now disributed by one of the cisco routers via ospf instead. We also removed that explicit route redistribution and since then everything seems to run smooth. Maybe strict lsa checking in addition with propagating and receiving the same route via ospf caused the restarts... it's only speculation, but now it runs as expected.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2026 09:00:09 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/traffic-disruption-on-routing-change/m-p/1254186#M6931</guid>
      <dc:creator>COsterbrink-LIS</dc:creator>
      <dc:date>2026-05-18T09:00:09Z</dc:date>
    </item>
  </channel>
</rss>

