-
Hello, saving configuration cisco_ios does not work in nornir-netmiko 0.1.2, but it works fine in nornir 2.4.0
Name: nornir
Version: 3.2.0
Name: nornir-netmiko
Version: 0.1.2
cmd = 'wr'
r …
-
netmiko.ssh_exception.NetMikoTimeoutException seen while trying to execute send_config_set
netmiko version for windows: 2.30
code:
```python
output = net_connect.send_command_timing(c…
-
I have looked all over and can't seem to find an answer that works consistently.
I have a script that will run iperf tests from router to router and I am having issues getting it to be consistent. …
-
Hello, I'm trying to connect to a Linux host and run some `snmpwalk` commands for a list of hosts in a text file. From the debugging I've done, netmiko successfully connects to the host, but it doesn'…
-
Hi! I'm trying out the new version of netmiko 4.1.0. I'm upgrading a set of tools that I was using with netmiko 3.4.0. I'm using device type `nokia_sros` with a range of timos versions (7.x, 9.x, 16.x…
-
Hi,
Huawei huawei_vrpv8 driver uses `exit_config_mode=True` for `send_config_set` method, which is not the very intuitive and appropriate, due to the fact that vrpv8 platform need configuration com…
-
Code :
import os
import time
import sys
from datetime import date
from netmiko import Netmiko
from getpass import getpass
from netmiko import ConnectHandler
my_device1 = {
"host": "1…
-
On Juniper MX2020, the extra CLI output is just {master} or {backup}. Recommend changing:
netmiko/netmiko/juniper/juniper.py L205-206 (in your develop branch):
r"\{master:.*\}",
…
-
Instead it looks like it waits for an extended period to timeout.
-
I am running into an issue when trying to get into an Adtran TA5004.
It comes up with the error
`ValueError: Failed to enter enable mode. Please ensure you pass the 'secret' argument to ConnectHa…