Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Documentation:    https://github.com/ksator/junos-automation-with-saltstack/wiki/09.-Junos-proxy-end-to-end-examples



Code Block
titlecheck python installation
sudo apt-get install python3-pip
sudo pip3 install junos-eznc
sudo python3 -m easy_install --upgrade pyOpenSSL
sudo pip3 install jxmlease

...