06-04-2021 04:11 PM - edited 06-04-2021 04:11 PM
I am trying to add a device to Panorama using Python SDK (panos). I was able to configure the device side using below code but cannot do the same Panorama side.
Any help is greatly appreciated!
from panos.panorama import Panorama
from panos.firewall import Firewall
from panos.device import SystemSettings
panorama = Panorama("192.168.254.1", "admin", "admin")
fw= Firewall("192.168.254.2", "admin", "admin")
sys_setting = SystemSettings(panorama="192.168.254.1")
pa.add(sys)
sys.create()
pa.commit()
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!