<?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: Config (XML) import to device, using Panorama in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/config-xml-import-to-device-using-panorama/m-p/556273#M112942</link>
    <description>&lt;P&gt;You plan to migrate just this one azure firewall to the azure panorama or you plan to fully migrate the onprem panorama to azure? For the full migration, I still recommend to export the config and import it to the azure panorama and the job is - except for some minor changes in the config like Mgmt IP - done.&lt;/P&gt;
&lt;P&gt;Even if you only want to migrate just one it might be the easiest way like this and then delete the devicegroups and templates you do not need in azure.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What do you mean with automate the migration? You can also write a script in order to read the local config and write everything to the other panorama or use existing automation frameworks, but I think in a migration case this might be more work than export/import - depending on your special plan of the migration.&lt;/P&gt;</description>
    <pubDate>Sun, 03 Sep 2023 10:17:00 GMT</pubDate>
    <dc:creator>Remo</dc:creator>
    <dc:date>2023-09-03T10:17:00Z</dc:date>
    <item>
      <title>Config (XML) import to device, using Panorama</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/config-xml-import-to-device-using-panorama/m-p/3690#M2715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;, XML&lt;/P&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Panorama feature "Scheduled Config Export" is a great way to backup all device configs to a central backup repository.&lt;/P&gt;&lt;P&gt;I known one can import this XML config from the device itself,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But would there also be a way to import&amp;nbsp; the complete XML files to respective device USING panorama?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Wim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 12:49:41 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/config-xml-import-to-device-using-panorama/m-p/3690#M2715</guid>
      <dc:creator>wimjuste</dc:creator>
      <dc:date>2013-02-21T12:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Config (XML) import to device, using Panorama</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/config-xml-import-to-device-using-panorama/m-p/3691#M2716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not to possible do a "device config import" from Panorama, as far as I know. Panorama can only push device group and template configuration, not the whole XML file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess maybe it will be possible to write something with the API to do something similar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Feb 2013 19:21:52 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/config-xml-import-to-device-using-panorama/m-p/3691#M2716</guid>
      <dc:creator>torm</dc:creator>
      <dc:date>2013-02-24T19:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Config (XML) import to device, using Panorama</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/config-xml-import-to-device-using-panorama/m-p/3692#M2717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is a package called PAN-ksteves on DevCenter with a program&lt;/P&gt;&lt;P&gt;called panto.py that may be useful and uses the panxapi program from&lt;/P&gt;&lt;P&gt;PAN-perl.&amp;nbsp; Here is a section from the documentation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;panto.py can be used to assist with the process of migrating PAN-OS&lt;/P&gt;&lt;P&gt;device and VSYS configurations to Panorama.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its input is a configuration file which specifies the XPath nodes on&lt;/P&gt;&lt;P&gt;the PAN-OS device to migrate, and the corresponding XPath node on the&lt;/P&gt;&lt;P&gt;Panorama where the configuration will be migrated to. Its output is a&lt;/P&gt;&lt;P&gt;set of panxapi commands that can be selectively executed which use the&lt;/P&gt;&lt;P&gt;XML API to show and delete the configuration on PAN-OS, and set the&lt;/P&gt;&lt;P&gt;configuration on Panorama.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample input:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;migrate from-xpath /config/shared/log-settings/email to-xpath /config/shared/log-settings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# migrate from-xpath /config/shared/log-settings/email to-xpath /config/shared/log-settings&lt;/P&gt;&lt;P&gt;panxapi -t pa-200 -sxr "/config/shared/log-settings/email" &amp;gt;tmpnNeNjR_email.xml&lt;/P&gt;&lt;P&gt;panxapi -t panorama -S ./tmpnNeNjR_email.xml "/config/shared/log-settings"&lt;/P&gt;&lt;P&gt;panxapi -t pa-200 -d "/config/shared/log-settings/email"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2013 00:51:08 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/config-xml-import-to-device-using-panorama/m-p/3692#M2717</guid>
      <dc:creator>ksteves1</dc:creator>
      <dc:date>2013-02-25T00:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Config (XML) import to device, using Panorama</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/config-xml-import-to-device-using-panorama/m-p/555860#M112888</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;Kinldy help to migrate on premise panorama to Azure Panorama.40 plus templates are configured.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 15:45:46 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/config-xml-import-to-device-using-panorama/m-p/555860#M112888</guid>
      <dc:creator>MEANUPTHAKUR95</dc:creator>
      <dc:date>2023-08-30T15:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Config (XML) import to device, using Panorama</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/config-xml-import-to-device-using-panorama/m-p/555862#M112889</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/309615"&gt;@MEANUPTHAKUR95&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What did you already do? Is the new panorama set up the same way as on prem? As the logs cannot be migrated, all you need to do is export the existing configuration and import it to the azure panorama. If you did this already and you have other issues with this, please give us some more details where you need help &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 16:18:08 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/config-xml-import-to-device-using-panorama/m-p/555862#M112889</guid>
      <dc:creator>Remo</dc:creator>
      <dc:date>2023-08-30T16:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Config (XML) import to device, using Panorama</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/config-xml-import-to-device-using-panorama/m-p/556233#M112933</link>
      <description>&lt;P&gt;we are in plan phase, requirement is to automate the panorama migration from on-premise to Azure Panorma.&lt;/P&gt;
&lt;P&gt;Azure Palo Alto FW is currenty managed by On-premise Panorama. we need to segregate the rules from on-premise Panorama and deploy at newly created Panorama.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 20:33:51 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/config-xml-import-to-device-using-panorama/m-p/556233#M112933</guid>
      <dc:creator>MEANUPTHAKUR95</dc:creator>
      <dc:date>2023-09-01T20:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Config (XML) import to device, using Panorama</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/config-xml-import-to-device-using-panorama/m-p/556273#M112942</link>
      <description>&lt;P&gt;You plan to migrate just this one azure firewall to the azure panorama or you plan to fully migrate the onprem panorama to azure? For the full migration, I still recommend to export the config and import it to the azure panorama and the job is - except for some minor changes in the config like Mgmt IP - done.&lt;/P&gt;
&lt;P&gt;Even if you only want to migrate just one it might be the easiest way like this and then delete the devicegroups and templates you do not need in azure.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What do you mean with automate the migration? You can also write a script in order to read the local config and write everything to the other panorama or use existing automation frameworks, but I think in a migration case this might be more work than export/import - depending on your special plan of the migration.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Sep 2023 10:17:00 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/config-xml-import-to-device-using-panorama/m-p/556273#M112942</guid>
      <dc:creator>Remo</dc:creator>
      <dc:date>2023-09-03T10:17:00Z</dc:date>
    </item>
  </channel>
</rss>

