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 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.
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.