-
Hello!
An error appears when connecting to Linux Ubuntu 22.04.4 LTS using Netmiko:
Code:
```
from netmiko import Netmiko
device = {
'device_type': 'linux',
'host': '192.168.24…
-
When I was working on a connector for HP Procurve device, initially in order to handle annoying login banner asking to press a key to actually get to a CLI prompt, but despite the fact that the banner…
-
### Description of Issue/Question
*Note*: Please check https://guides.github.com/features/mastering-markdown/
to see how to properly format your request.
### Setup
### Netmiko version
(Past…
-
After I tested Tools Enable RESTCONF on IOS XE device, I see that not saving into startup-config.
It should be nice to save it also on start-config.
netmiko_queries.py (line 29) 👍
-
### Description of Issue/Question
I have many send methods (simple and multiline) used at various places for various reasons. This is not elegant way to capture output at each and every send comman…
shrmk updated
6 months ago
-
Hi
I'm trying to do a basic thing: Retreiving the ARP table from a comware 7 switch:
The issue i have is that when running the script, the command get executed, but the output is empty.
i have …
-
Hi,
I'm new at netmiko and I'm trying to use it at A10 network devices.
With some A10 it works ok, when I issue a command I get the right response.
With other devices models (with same ACOS vers…
LFR65 updated
10 months ago
-
Hello!
Recently I had to execute configurations scripts on several Nokia 7250 routers. The thing is that for some routers, the received output was complete. But for others, the received output was …
-
For some of my problems I need to be able to connect to the same device using SSH and terminal server at the same time. Both of these connection types are supported by Netmiko, for example.
To be abl…
-
### Description of Issue/Question
```
Cannot to connect Fiberstore switch via Netmiko, when using paramiko is OK. Exception: Bad authentication type; allowed types: ['publickey', 'password']
```
…