-
import Exscript
from Exscript.protocols import SSH2,Account
device = SSH2(debug=9)
acc = Account("xxxx","xxxxx")
device.connect("HOST1",port=9090)
print device.response
print device.get_remote_v…
-
I'm interested in contributing a PR to add this ability (and subsequently pass it upstream to napalm_ansible via another PR also), but wanted to gauge interest from maintainers on accepting something …
-
![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…
-
When using a dot notation for the ASN for bgp neighbors, and the ASN has trailing zeros , for example: `65500.100` the value gets properly pushed to the devices, but gets stored in the state as `65500…
-
Currently, the ISIS metric can only be defined per Address Family using this OC path:
/network-instances/network-instance/protocols/protocol/isis/interfaces/interface/levels/level/afi-safi/af/config/…
-
Hello Guys,
I am getting error while deploying path using pathman. below is the error which i got in pathman.log file. Can someone please look into this and guide me.
**Pathman is UP and running…
-
Hello, @lolepezy and everyone. Good day!
I would like to seek for your assistance regarding on the behavior I am encountering on Cisco IOS-XR router using the RPKI Prover. While checking, I've obse…
-
Hi Team,
I have an issues with ios-xr parser
1. ```show ospf interface``` - parser result doesn't catch the md5 authentication even though the interface on the router has ospf authentication enab…
-
After the iosxr_interface has configured a subinterface, changing the ip address on the same interface throws an error:
Plan result:
```
Terraform will perform the following actions:
# iosxr…
-
### Describe the bug
I have an issue with the initialisation of my IOSXR devices, due to some `ipv6` when configuring the `domain ipv6 host False`
The j2 fails to find the ipv6 address of the
…