Ansible is a very powerful open source automation language, it uses modules to communicate with vendor specific devices. What makes Ansible unique from other management tools is that it is also a deployment and orchestration tool. In many respects, Ansible helps provide large productivity gains to a wide variety of automation challenges. The Palo A...
The Palo Alto Networks Device Framework is a powerful tool to create automations and interactions with PAN-OS devices including Next-generation Firewalls and Panorama. It is a python library intended to be simple enough for non-programmers to use to create complex and sophisticated automations that leverage the PAN-OS API. The Device Framework offe...
Terraform is a powerful open source tool that is used to build and deploy infrastructure safely and efficiently. The advantage of Terraform is that it is cloud platform agnostic (unlike AWS CFT’s or Azure ARM templates), provides for the definition of infrastructure as code, and produces immutable infrastructure deployments. The Palo Alto Networks ...
Hi Cheers,Using ansible-galaxy collection paloaltonetworks.panos:2.9.0 to provision paloalto and configure panorama, we want to add a new feature as to configure ospf within the VR.I don't find any module in the collection regarding ospf configuratio...
Hi,I have a network template contains information for SNMP and SNMP trap configuration. This network template is associated with multiple template-stack with appliances assigned to them. I created a PowerShell script which grabs the SNMP and SNMP tra...
What is the best way to determine if Palo Alto is fully operational after a reboot. Currently, I am using the ability to log into the API as a gauge, but unfortunately Palo Alto is not fully available at that time. When doing PanOS upgrades in the pa...
Hello. I have a customer asking whether API connectivity for automated URL category queries from a different vendor appliance is possible (specifically Swimlane). I haven't been able to find much in general on API URL queries, let alone from differen...
Dear Team, We have been following the api's provided in documentation and we are stuck where the address created automatically, cannot be added to the address group but the possibility that was seen is only for PUT methods which will overwrite the ex...
I have importing a certificate into a template working:curl -s -i -k -F -F "file=@{{cert_path}}" -X POST "https://panorama/?key={{api_key}}&type=import&category=keypair&certificate-name=letsencrypt_cert&format=pkcs12&passphrase={{password}}&target-tp...
Hi!I'm using Postman to create an address object using Rest API.This is what I'm posting:*https://10.46.169.141/restapi/v9.1/Objects/Addresses?name={{"My-Address"}}&location=vsys&vsys=vsys1 This is my body:{ "entry": { "@name": "My-Address", "ip-netm...
Hi We are using Terraform and using the PANOS Provider 1.10.0 but since we're using EDLs the provider crashes with the following... If I remove EDLs are try do a terraform plan then it succeeds, is someone able to assist? Stack trace from the terra...
Hi, I am looking to automate the GlobalProtect configuration on a PANOS via the Terraform PANOS provider. Currently I do not see the ability to do this, can you advise when you will be introducing the functionality Is there an update schedule for thi...
Hello, Has anyone tried integrating Palo Alto XSOAR or leveraged any other API integration with any of the following next-gen firewalls: Checkpoint Smart Log, Fortinet, and Cisco firewalls for running automated searches in logs? I will appreciate the...
Below is the error is from attempting to keep the value to the "hip_profiles" argument as "any" in the secuirty policy rule-set. An execution plan has been generated and is shown below.Resource actions are indicated with the following symbols:~ updat...
I am working on a Python automation project that will accept a user entering an IP address, then making API calls to Panorama to find the IP in the network. So far, I'm able to call the Panorama API call to get aggregate interfaces and ethernet inter...
Im using python3 with Paramiko 2.10.3 on a palo alto version 9.1.10I created this python script:def connect_SSH(): ssh_client = paramiko.SSHClient() ip='10.x.x.x' port=22 username='someuser' password='somepassword' ssh_client.set_missing_host_key_pol...
Today, we are doing every change manually through Panorama and pushing out to Firewalls. We currently only have 2 sets of Physical HA Pairs. At the end of the day the approved changes are manually entered and submitted. For example, say we had to add...
Hello, I am trying to update the login-banner. I have tried this: https:///api/type=config&action=get&xpath=/config/devices/entry[@name='localhost.localdomain']/deviceconfig/system/BANNER_VALUE&key= I am receiving "success" as response, but the login...
Subject | Likes |
---|---|
2 Likes | |
1 Like | |
1 Like |