Please pardon me as I am a very new to any programming language. I have around 25 network devices combination of cisco, juniper, linux etc which i need to remotely access and run some basic cli commands to get the output. Individually SSHing in to the devices will take long time. Can some tell me where to start this basic script?
Beginner Python Script to ssh into remote network device and run multiple commands
1.9k Views Asked by Rutvij Brahmbhatt At
2
There are 2 best solutions below
0

You can use Netmiko or NAPALM.
These two python libraries support almost all different vendor devices.
Try the following:
then in your script: