<?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: Export in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/export/m-p/47461#M34887</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess this should be possible with the XML API.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Aug 2012 22:36:34 GMT</pubDate>
    <dc:creator>mikand</dc:creator>
    <dc:date>2012-08-20T22:36:34Z</dc:date>
    <item>
      <title>Export</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/export/m-p/47460#M34886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, is there any posibility how to export list of computers from Objects - Address Groups. I have there one group of computers FQDN specification and I would like to export it.&lt;/P&gt;&lt;P&gt;Thanks for advice&lt;/P&gt;&lt;P&gt;Brano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 06:02:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/export/m-p/47460#M34886</guid>
      <dc:creator>oitspa</dc:creator>
      <dc:date>2012-08-14T06:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Export</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/export/m-p/47461#M34887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess this should be possible with the XML API.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 22:36:34 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/export/m-p/47461#M34887</guid>
      <dc:creator>mikand</dc:creator>
      <dc:date>2012-08-20T22:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Export</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/export/m-p/47462#M34888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure exactly what you are trying to do, but using PAN-perl and PAN-ksteves both posted in DevCenter you can do stuff like this to export address and address-group objects.&amp;nbsp; And you can customize or write new templates if you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ panxapi -t pa-200 -gxr /config/devices/entry/vsys/entry/address |&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp; ./panconf.py --config - --json |&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp; ./panjsont.py --json - --jt ../jsont/address-cli.jsont &lt;/P&gt;&lt;P&gt;get: success&lt;/P&gt;&lt;P&gt;set address net5501 ip-netmask 172.29.9.109/32&lt;/P&gt;&lt;P&gt;set address net5501 description "ssh gateway"&lt;/P&gt;&lt;P&gt;set address ns5gt ip-netmask 172.29.9.126/32&lt;/P&gt;&lt;P&gt;set address ns5gt description "exterior firewall"&lt;/P&gt;&lt;P&gt;set address ibase3 ip-netmask 172.29.9.101/32&lt;/P&gt;&lt;P&gt;set address foo fqdn bar&lt;/P&gt;&lt;P&gt;set address foo2 ip-range 10.1.1.1-10.1.1.5&lt;/P&gt;&lt;P&gt;set address "foo bar" fqdn google.com&lt;/P&gt;&lt;P&gt;# No address-group entries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ panxapi -t pa-200 -gxr /config/devices/entry/vsys/entry/address-group |&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp; ./panconf.py --config - --json |&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp; ./panjsont.py --json - --jt ../jsont/address-cli.jsont &lt;/P&gt;&lt;P&gt;get: success&lt;/P&gt;&lt;P&gt;# No address entries&lt;/P&gt;&lt;P&gt;set address-group bastion-hosts [ ibase3 net5501 ]&lt;/P&gt;&lt;P&gt;set address-group foo3 [ foo2 ns5gt ]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2012 00:38:17 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/export/m-p/47462#M34888</guid>
      <dc:creator>ksteves1</dc:creator>
      <dc:date>2012-08-21T00:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Export</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/export/m-p/47463#M34889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brano,&lt;/P&gt;&lt;P&gt;You can also export these using the following process:&lt;/P&gt;&lt;P&gt;1. SSH to the firewall and run the command &lt;STRONG&gt;set cli config-output-format set&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2. Enter the command &lt;STRONG&gt;configure &lt;/STRONG&gt; to enter configuration mode and run the command &lt;STRONG&gt;show address-group &amp;lt;address-group object name&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will display the section of the configuration relating to that address group, you can copy it out from there and do what you like with it.&amp;nbsp; It will display in set commands, so if you wanted to create that address-group on other PAN firewalls, you could just paste the group of set commands into the CLI and it will be created (you will have to create the address objects first though, to export those from the config as well, run &lt;STRONG&gt;show address &amp;lt;address object name&amp;gt;&lt;/STRONG&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Aug 2012 21:47:40 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/export/m-p/47463#M34889</guid>
      <dc:creator>mike_lutgen</dc:creator>
      <dc:date>2012-08-25T21:47:40Z</dc:date>
    </item>
  </channel>
</rss>

