<?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 Is there tool available to sync the config from physical Paloalto on-premise the disaster recovery site in Azure? in Next-Generation Firewall Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/is-there-tool-available-to-sync-the-config-from-physical/m-p/555383#M1764</link>
    <description>&lt;P&gt;We have onpremise network and paloalto firewalls and zone base zero trust config and we want to have the DR in Azure on virtual firewalls and looking for the way to convert and sync the config from on-premise physical firewalls to Azure virtual firewalls. I know there are some magic need to be done to convert vlans to subnets/vnets and update all firewall policies, etc...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it feasible and if yes is there any available tool/utility that we can use to sync the firewall config in a daily basis? or automate it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;</description>
    <pubDate>Fri, 25 Aug 2023 22:46:20 GMT</pubDate>
    <dc:creator>farshadhadei</dc:creator>
    <dc:date>2023-08-25T22:46:20Z</dc:date>
    <item>
      <title>Is there tool available to sync the config from physical Paloalto on-premise the disaster recovery site in Azure?</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/is-there-tool-available-to-sync-the-config-from-physical/m-p/555383#M1764</link>
      <description>&lt;P&gt;We have onpremise network and paloalto firewalls and zone base zero trust config and we want to have the DR in Azure on virtual firewalls and looking for the way to convert and sync the config from on-premise physical firewalls to Azure virtual firewalls. I know there are some magic need to be done to convert vlans to subnets/vnets and update all firewall policies, etc...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it feasible and if yes is there any available tool/utility that we can use to sync the firewall config in a daily basis? or automate it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2023 22:46:20 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/is-there-tool-available-to-sync-the-config-from-physical/m-p/555383#M1764</guid>
      <dc:creator>farshadhadei</dc:creator>
      <dc:date>2023-08-25T22:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is there tool available to sync the config from physical Paloalto on-premise the disaster rec...</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/is-there-tool-available-to-sync-the-config-from-physical/m-p/555866#M1780</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/311928"&gt;@farshadhadei&lt;/a&gt;&lt;/SPAN&gt; ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know if there is a tool that will automatically do that for you, but what you can do is use the Expedition migration tool and convert the network settings and policies to your liking.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 16:39:00 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/is-there-tool-available-to-sync-the-config-from-physical/m-p/555866#M1780</guid>
      <dc:creator>JayGolf</dc:creator>
      <dc:date>2023-08-30T16:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Is there tool available to sync the config from physical Paloalto on-premise the disaster recovery site in Azure?</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/is-there-tool-available-to-sync-the-config-from-physical/m-p/555883#M1781</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/311928"&gt;@farshadhadei&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Best bet since you want this to happen regularly is to automate it by migrating your configuration efforts to modifying the XML directly (or having it done via a scripted pull of the config) and using Jinja2 to handle the templating where necessary (like replacing everything in &amp;lt;deviceconfig&amp;gt;).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An example of a what this would look like from a config standpoint would be like so:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;      &amp;lt;deviceconfig&amp;gt;
        {% include [deviceconfig] %}
      &amp;lt;/deviceconfig&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;Then when you render the configuration file to be uploaded and loaded onto the device what you would do is simply include that device's specific configuration with that deviceconfig variable. Mirroring that basic concept for anything that you wish to template within the configuration file, such as targeted IPs, specific interfaces, certain rulebase aspects and so forth.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 16:53:21 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/is-there-tool-available-to-sync-the-config-from-physical/m-p/555883#M1781</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2023-08-30T16:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is there tool available to sync the config from physical Paloalto on-premise the disaster recovery site in Azure?</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/is-there-tool-available-to-sync-the-config-from-physical/m-p/555890#M1782</link>
      <description>&lt;P&gt;thanks for the solution&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/43480"&gt;@BPry&lt;/a&gt;&amp;nbsp;. I'm planning to test it in our lab environment next week and will let you know the result&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 17:33:51 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/is-there-tool-available-to-sync-the-config-from-physical/m-p/555890#M1782</guid>
      <dc:creator>farshadhadei</dc:creator>
      <dc:date>2023-08-30T17:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is there tool available to sync the config from physical Paloalto on-premise the disaster rec...</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/is-there-tool-available-to-sync-the-config-from-physical/m-p/555891#M1783</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/220841"&gt;@JayGolf&lt;/a&gt;&amp;nbsp;, I think it's good solution for the migration or short them, I'm not sure if we can automate the expedition tool runs based on template or something, I will do more research to see if the tool supports it&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 17:35:54 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/is-there-tool-available-to-sync-the-config-from-physical/m-p/555891#M1783</guid>
      <dc:creator>farshadhadei</dc:creator>
      <dc:date>2023-08-30T17:35:54Z</dc:date>
    </item>
  </channel>
</rss>

