Skip to content
This repository has been archived by the owner on Oct 11, 2020. It is now read-only.

Requirements to use this repo

Khelil Sator edited this page Oct 19, 2017 · 1 revision

Requirements on ubuntu 16.04:

sudo apt-get install -y python-dev libxml2-dev python-pip libxslt1-dev build-essential libssl-dev libffi-dev
sudo pip install jxmlease netaddr cryptography==1.2.1 junos-eznc pytest pytest-cov coveralls ansible==2.2.3
sudo ansible-galaxy --force install Juniper.junos 

Requirements on Junos:

Enable netconf and make sure you can reach that port on the juniper device from your laptop

set system service netconf ssh
commit