Categories
Network Automation

Python: Paramiko (Configuring Multiple devices)

In the previous post, you learned how to use python’s paramiko to access a network device, send commands to it only to retrieve output. The topology had two devices, however only one was accessed using paramiko. In this post we will utilize the same topology and configure both devices at the same time; killing two […]

Categories
Network Automation

Python: Paramiko

Networking automation is a god-send. I think that every Network Engineer, Voice too! Should learn it. It will make life as said roles much easier. Today we’ll run through a basic script using Paramiko, which is a ” Python implementation of the SSHv2 protocol”, it provides both client and server functionality. Today we will focus […]