Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Good day everyone.
My name is Johannes Robbetze and I am new to the automation side of things. I try to write a Python script that will log in to multiple Cisco switches and change the local username and password as well as the enable secret password...
Thank you to everyone who gave some input. I have changed the script and now it is working as expected.
from netmiko import ConnectHandler
import getpass
# Read IP addresses from a file
with open(r'C:\Users\JohannesR\Downloads\host_file.txt', 'r') ...
Hi Jonathan
Thank you. The password that you see is just a test and not the real password that will be used. Let me check with the suggested changes if I can get it to work. Thank you
I also face the problem of disconnecting after downloading 380MB of the OVA File. The zip file disconnect after about 100MB download. And I have tried from home; My office and 3 client sites and still don't seem to be able to download this file.