Log in to ask questions, share your expertise, or stay connected to content you value. Don’t have a login? Learn how to become a member.
This example will show how to retrieve security zone information on Juniper's SRX firewalls.
In addition to the Python script, this project also ships with additional tools to help you along your way. You will find a Dockerfile for running the project in an isolated environment, and an Invoke tasks.py file for those of us that hate typing out everything all the time.
tasks.py
How it works
The data is collected from the firewalls by issuing NETCONF RPCs to retrieve the data as XML, to which we will convert into a Python dictionary.
Let's take a second to review the documentation in the files/docs/ directory.
files/docs/
asyncio