Environment
- napalm-panos version: 0.6.2
Proposed Functionality
Allow for 'serial' value in optional_args in the initializer for this class that can be then referenced in the open method so that an xapi connection can be made to a device via panorama.
Use Case
Connecting to devices through panorama instead of directly - our firewall team gave me an API key that works against panorama, they don't want to manage credentials on firewalls individually. The code changes are pretty simple since pan.xapi will take "serial" in as an argument and then add &target=<serial> to its URL queries.