-
I have a the following in a netmiko script. It works fine in Netmiko 3.4.0. However in 4.0.0 and 4.1.0 the send_command doesn't delay for long and stack traces with a "Pattern not detected" error. Is …
-
Hello everyone,
I have a Fortigate running with banner and "post-login-banner" enabled. I'm facing the same Socket Error.
It seems that this session_preparation function which was tweaked in 2019 …
-
Hi Ktbyers,
I am having an issue with my script . it does not write to my output file anything related to the command rather it give me me and error
this is the error that i got
File "C:\User…
-
I'm trying to upload my wheel and source package to PyPI. For some reason, when I try to upload the wheel file, I get an error: `'pkginfo.distribution' has no attribute 'must_decode'`
* If I omit …
-
Hello,
I am trying to make Netmiko work with my Juniper EX4200-24P device, but I am always getting:
```Traceback (most recent call last):
File "/tmp/test/venv/lib/python3.9/site-packages/para…
-
-
While evaluating using Genie with Netmiko I discovered that I was able to use abbreviated syntax such as `sh ip int` instead of `show ip interface`. However, if I did `sh ip int br` it would not work.…
-
Been trying to use netmiko to write a script for a Cisco SG350-10 and not having much luck. All the videos on YouTube made it look so simple haha.
```
from netmiko import Netmiko
from getpass imp…
-
### NetBox version
v3.2.2
### Feature type
New functionality
### Proposed functionality
Hello, netbox community!
I have an idea to create scripts to manage network devices from web interface.
…
-
Hi All,
I want to use a custom dictory for NTC-Templaces with Netmiko.
So far I tried:
from nornir import InitNornir
from nornir_netmiko.tasks import netmiko_send_command, netmiko_send_conf…