kghost310

Results 7 comments of kghost310

Im new to all this so i saw some code in multiple places and just modified it to what I thought would work. The Try/Except i read should have helped...

latest edits and still get an error. ```python #!/usr/bin/env python import time from netmiko import ConnectHandler from netmiko.ssh_exception import NetmikoTimeoutException import logging logging.basicConfig(filename='test.log', level=logging.DEBUG) logger = logging.getLogger("netmiko") MTR01 = {...

@ktbyers lines opens the 'config' file listed below, I believe I am on the newest version of Netmiko, I recently installed it I tried netmiko.__version__ but it didnt tell me...

@ktbyers was that the right information you were looking for?

@kbirkeland So I got this to work with a different script it just takes about 5 mins and I need it to go faster and also connect to multiple devices...

I believe the newest version, i sending roughly 400 commands. ill look into Nornir also

@ktbyers they are configuration commands, we are setting up DHCP, firewall rules, etc... on Mikrotik devices. Im not sure if we do. I will look into that.