The following are instructions for setting up a system starting from a stock system images.
These instructions were tested on a 64-bit systems from https://github.com/opscode/bento, and using the Junos PyEZ library version 2.6.4.
- Red hat Enterprise Linux 8.1 (Ootpa)
dnf install python3-pip python3-wheel
sudo pip3 install junos-eznc
Once you've completed the above step, you should be able to create a Device
instance, connect to a Junos system, and display the "facts", as illustrated in the README.md file.
Enjoy!
Development code can be installed directly from GitHub based on any branch, commit, or tag.
Step 1 and 3 still required.
pip3 install git
pip3 install git+https://github.com/Juniper/py-junos-eznc.git