OS Upgrade Script
Hiya!
Does anybody have a script that automates PAN OS Upgrade on firewall pairs? If so, can you share one with me? I need to be able to run a script that can upgrade 4 firewall pairs. We are using Panorama as well.
Threads in this discussion area are now read-only. If you have a question about Automation/API products please visit our product discussions.
Threads in this discussion area are now read-only. If you have a question about Automation/API products please visit our product discussions.
Threads in this discussion area are now read-only. If you have a question about Automation/API products please visit our product discussions.
Hiya!
Does anybody have a script that automates PAN OS Upgrade on firewall pairs? If so, can you share one with me? I need to be able to run a script that can upgrade 4 firewall pairs. We are using Panorama as well.
Hello guys, does anybody know how to use ansible or other Palo alto automation tool to create a security profile? eg. a new URL filtering where I will decide what is deny and what is just alert to log?
I saw that we can pass a profile as a paramete
...
Hi Guys,
First post on this forum - relitivly new to PAN however I am looking to automate the addition of new URLs to a custom URL catagory we have called "allowed_urls" - I figured I can do this via the RESI API - using the put method, I am using t
...
I would like to have a dynamic address list (FQDNs) of computers currently in an Active Directory OU and its sub-OUs. How would I do this?
Thank you.
There is a good example how to add user by API
http://api-lab.paloaltonetworks.com/groups.html#example-add-user-to-group-mappings-groups
If I put the XML from the example to https://192.168.1.100/php/rest/browse.php/user-id
<uid-message>
<version>2.0</v
Hi,
sharing a tool I wrote for object/rule/route configuration.
A bit like odumper/ofiller if you know those tools.
https://github.com/sinontaylor/panmanager
Cheers,
Simon
I have a script that I use that reads a copy of my palo's configuration that I manually export. I am looking to create a PowerShell script that can call the rest service instead of having to manually export the XML configuration file. I also want to
...
Hi all, am having trouble to find the right element value to add in a new patch number under hip objects, the goal is to add '5678' as a new patch number under the following:
below is what i tried without any success with an error msg of "malformed re
...
Hi.
Im working with a customer using PANW/NSX that wants to automate Panorama/firewall deployment with ansible.
So far I have found a few stumbling blocks:
We are trying to do automated deployment of multiple VM firewalls, managed by Panorama and using bootstrapping for the initial setup. All appliances will be hosted on ESXi server.
The problem we have is how to license the VM firewalls before bootst
...
Hi,
Need help in creating a ansible playbook for " Device Serail Number Swap in Panorama".
CLI command: > replace device old <old SN#> new <new SN#>
XML API:
<replace><device><old>*old device serial number*</old><new>*new device serial number*</new></dev
Hi Team
My requirement is:
Run a Python/Powershell script from a windows box which should connect to Palo Alto by command line with SSH connection and run some commands, like "show user group list" or "show system disk-space", It should display the out
...
im trying to get a list of ipsec tunnels from each template stack i have. but anytime i attempt to use the class pandevice.network.IpsecTunnel i receive an error that pandevice doesnt have an attribute network.... according to the documentation here
...
I am trying to create a report and automate disabling rules that have not been used in the last 30 days.
the report will run the 1 st of every month.
So I am looking for API calls for the Policy Optimizer "unused in 30 days"
or the CLI commands so
...