-
![Screenshot_20240808_210625-1300](https://github.com/user-attachments/assets/a1023c3c-e052-46b3-90c8-79c13ddebbe2)
### Netmiko version
```
netmiko==4.4.0
```
### Netmiko device_type (if rele…
-
### 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…
mzywl updated
2 months ago
-
##### SUMMARY
We are facing an issue while deploying auto smartports macros.
In our environment the whole configuration is normally pushed via Ansible and netconf.
since I haven't found a way to de…
-
I'm creating lib to get configuration from Huawei equipment with Netmiko and TTP.
When I run my code I receive this error message:
group.get_regexes: variable not found in line: 'dis_cur_conf_vp…
-
I am getting following read timeout exception when I run my script
Processing Host: usgrx107-bbisp-gw1
Traceback (most recent call last):
File "/Users/nileshkhambal/Documents/GIT_REPO/PIE/edge-…
-
The same code works when I run ipython or on terminal. But I fails when I execute it in Pycharm..
Code :
#!/usr/bin/env python
from netmiko import Netmiko
from getpass import getpass
net_con…
-
$ grep num_workers `find . -name '*.py'`
./bonus1/collateral/netmiko_napalm/bgp_project.py: result = eos_devices.run(task=render_configs, num_workers=10)
./bonus1/collateral/netmiko_napalm/bgp_pr…
-
Hi,
netbox-netprod-importer 0.2.0.2
I'm getting the following when adding a device. It connects to device okay and various output can be seen. I then get the following.
Any suggestions plea…
-
Configuration backup cannot be performed from d-link. I have set a command in `docker-compose.yml` to output the configuration from the hardware.
```
kibbitzer:
environment:
SHENV_S…
-
### Description of Issue/Question
I have some super basic code that used to work and now it always returns "TypeError: can only concatenate str (not "NoneType") to str" - I have tried adding longer r…