Python 3 for networking
All the configurations has done by assuming the user is on privilledge 15.
This file contains with
- TELNET--> Encrypted and Plain Text
- SSH--> PARAMIKO, NETMIKO
Paramiko Installation Process
- apt-get update
- apt-get install python3 python-dev python3-dev
- apt-get install build-essential libssl-dev libffi-dev
- apt-get install python3-pip
- pip3 install cryptography
- pip3 install paramiko
Netmiko Installation Process
- apt-get update
- apt-get install python3 python-dev python3-dev
- apt-get install build-essential libssl-dev libffi-dev
- apt-get install python3-pip
- pip3 install netmiko==2.4.2
Author:Shavindu Senadheera