-
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…
-
你好,跑了一个H3C设备,只得到了一个dir的文件,然后就报了下面这个错误,能帮忙看下,大概是哪里的问题吗
![截图_20221130181659](https://user-images.githubusercontent.com/72722831/204770056-ccca9328-da21-42b8-9019-862ad48aa429.png)
C:\Users\Admin…
-
I want to work on implementing a web interface to NAPALM (and netmiko too).
It can be a showcase of napalm for network engineers who are not familiar with python / ansible.
What I will use: Flask,…
-
I am a student at ASU and I am working on my capstone project.
I am trying to write a python program that will update the the Cisco IOS via netmiko.
I do have ip scp server enabled on my 2960 Cisco…
-
First of all, THANKS...
This is a great program.
The import functionality works perfect. Brings in all the interface data.
The interconnect function won't work for me...
I have pasted the d…
-
### Description of Issue/Question
```python
import netmiko
import logging
logging.basicConfig(level=logging.DEBUG)
device = {
'device_type': 'cisco_ios',
'ip': '192.168.100.5',
…
-
### Environment
* Nautobot version (Docker tag too if applicable): 2.1.5
* Python version: 3.10.12
* Database platform, version: PostgreSQL 14.11
* Middleware(s): N/A
### Steps to Reproduce…
-
It is currently not possible to boot a baremetal node as the NGS netmiko driver [does not support password based authentication](https://github.com/ktbyers/netmiko/blob/develop/netmiko/dell/dell_power…
-
### Environment
* Nautobot version: Not relevant
* nautobot-device-onboarding version: Not relevant
### Proposed Functionality
Add a option where users can use a CLI to onboard devices.
…
-
Not sure if I'm doing something wrong or if this is a bug:
I'm getting an error trying to do a netmiko_file_transfer to a Cisco 4331 running IOS-XE 3.16.05.s.
Tested on python 3.9.18 & 3.11.7.
Usin…