Friday, October 11, 2019

Netnwork automation with Netmiko

Netmiko is a python module which is built on top of Paramiko, with added functionality and easier to use. Netmiko supports a wide range of router vendors.

This is the post to demonstrate a few how-tos:

  1. The minimum requirement to make netmiko work.
  2. How to get password and encrypt it to a file, then decrypt it when need to be used by netmiko.
  3. How to attach each router to a process, this is necessary to send the commands over to cisco routers in parallel.
  4. How to parse information from output of show ip int brief.

https://cyruslab.net/2019/10/12/pythonmultiprocessing-with-netmiko/



No comments:

Post a Comment