PaloAltoNetworks / pan-os-python

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.
https://pan-os-python.readthedocs.io
ISC License
345 stars 170 forks source link

Feature: add support for Rip profile configuration #329

Closed markharden817 closed 3 years ago

markharden817 commented 3 years ago

Is your feature request related to a problem?

Currently there is no supported methods for configuring RIP routing on a virtual router using this library. This functionality is required in our current network design and would be a useful feature to implement.

Describe the solution you'd like

I should be able to instantiate a Rip class object and add it to a VirtualRouter instance to configure device. Ideally it should function the same as all other VirtualRouter children.

Describe alternatives you've considered

Currently I am utilizing the pan.xapi.PanXapi library to interface with the firewall for RIP routing as a workaround.

welcome-to-palo-alto-networks[bot] commented 3 years ago

:tada: Thanks for opening your first issue here! Welcome to the community!

shinmog commented 3 years ago

Fixed by #330