-
Can Netmiko allow dynamically adding a driver? I need to use a custom authentication scheme for a Cisco router that presents a challenge. Paramiko's `paramiko.Transport` class provides a `auth_intera…
-
### Environment
* Python version: 3.11.9
* Nautobot version: 2.3.1
* nautobot-golden-config version: 2.1.1
### Expected Behavior
Backup job should back up the config for any number of Cisco …
-
Hello,
I try to update a switch via napalm.netmiko_commands. My command looks like that:
salt 'SW' napalm.netmiko_commands "archive download-sw /overwrite http://10.100.31.110/c3560cx-universalk…
-
I tried the redispatch() as below somehow it does not work for me. Below is the script and output. and a Debug file is attached with
Script:
#!/usr/bin/env python
import logging
import netmiko…
-
Greetings Kirk,
Love your work.
Noted u r still in dev for Avaya boxes (i assume nm-grep tested OK against CIsco - haven't tried it yet)
Came across following issue which looks like script not coping…
-
Hello, I'm using python 3.6 with inside a virtualenv and I can't get information to display whatever the platform (cisco_nxos, cisco_ios or cisco_xe).
> python run.py -sS -t 172.28.46.253 -p cisco_…
-
import netmiko
import csv
import datetime
nodenum = 1
f=open('nodeips.csv', 'r')
c=f.readlines()
with open('nativevlans.csv', 'w', newline='') as f:
write = csv.writer(f)
write.wri…
-
### Description of Issue/Question
I received the read timeout error when I run the netmiko to connect to sophos firewall ssh.
The initial output for sophos after login is like this:
```
Sophos Fir…
-
**Description**
Invoking netmiko.multi_call and providing a dictionary with keys 'name', 'args' and/or 'kwargs' results in a python error
**Setup**
Pillar: somehost1.sls
```
proxy:
proxytype…
-
Hi there,
I'm having an issue with ttp as it's working fine when the Netmiko call is in the main body, but when I move all the code, including the Netmiko call, inside a function the dictionary retur…