pan-os-python icon indicating copy to clipboard operation
pan-os-python copied to clipboard

Enable ECMP and Symmetric Return on the default Virtual Router with pan-os-python

Open ncat-epic opened this issue 8 months ago • 1 comments

Is your feature request related to a problem?

I need to enable ECMP and Symmetric Return on the default Virtual Router with pan-os-python. This does not seem to be supported.

Describe the solution you'd like

Allow configuration with pan-os-python of the checkboxes in the GUI for Enabling ECMP and Symmetric Return for the default Virtual Router.

Image

Describe alternatives you've considered

Manually implementing the configuration, but this is not scalable, and we need to automate the configuration.

Additional context

ncat-epic avatar Apr 04 '25 15:04 ncat-epic

I tried to use fw.op(), but got an error, so assuming configuration is not supported there. I ended up using netmiko to automate these commands, but it is slower, and the API would be better.

ncat-epic avatar Apr 07 '25 19:04 ncat-epic