The PAN-OS SDK for Python is a package to help interact with Palo Alto Networks devices (including physical and virtualized Next-generation Firewalls and Panorama). The pan-os-python SDK is object oriented and mimics the traditional interaction with the device via the GUI or CLI/API.
Currently the documentation provides examples on bulk configuring objects, address groups, or policies. There is no example on configuring network portions on a Palo Alto device.
Suggested fix
For example, configuring OSPF under the default virtual router or any other routing protocol. This could show network engineers/operators how to use the library to configure the routing portions of their Palo Alto devices using python. Thank you for all the work on this tool!
Describe the problem
Currently the documentation provides examples on bulk configuring objects, address groups, or policies. There is no example on configuring network portions on a Palo Alto device.
Suggested fix
For example, configuring OSPF under the default virtual router or any other routing protocol. This could show network engineers/operators how to use the library to configure the routing portions of their Palo Alto devices using python. Thank you for all the work on this tool!