Learn Python programming with GNS3. In this series of videos I will show you how you can quickly and easily program Cisco networks using Python.
================================
Script on GitHub:
================================
https://github.com/davidbombal/python…
================================
Install Netmiko:
================================
apt-get update
apt-get install python -y
apt-get install build-essential libssl-dev libffi-dev -y
apt-get install python-pip -y
pip install cryptography
pip install netmiko
================================
Al’s GNS3 community entry:
================================
https://gns3.com/discussions/docker-u…
