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:
- The minimum requirement to make netmiko work.
- How to get password and encrypt it to a file, then decrypt it when need to be used by netmiko.
- How to attach each router to a process, this is necessary to send the commands over to cisco routers in parallel.
- 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