Luis Bispo

Results 2 comments of Luis Bispo

from netmiko import ConnectHandler, redispatch import re ssh_net = dict(device_type='autodetect', ip=IP, username=username, password=password, port=port) connection = ConnectHandler(**ssh_net) node_ip = f'{ssh_net["ip"]}' # This section node_name can be ignored as i am...

Hello Kirk. Hope you are doing well. I was able to do it, with a mix of netmiko and paramiko. The step that needed that new password to be entered...