-
Hi!
I'm been working on a program where I want to push configuration to Cisco IOS XR devices and I run into problems when trying to use the code below.
This is my current code snippets:
> …
-
Hello,
I have added /router/bgp/as/vrfs/vrf/neighbors/neighbor/use/neighbor-group . See https://github.com/CiscoDevNet/terraform-provider-iosxr/compare/main...shebang42:terraform-provider-iosxr:fe…
-
### Summary
When transferring a new IOS file to a Cisco Router, an unexpected behavior occurs where a copy of the IOS file also gets created locally (in the project folder) as a random UUID name.
…
-
I've had huge issues trying to get this working together with a Cisco C6880-X running regular IOS 15.2 (Advanced Enterprise license). Despite being a regular IOS software the Netflow configuration loo…
-
I have the following def and pol files:
```yaml
networks:
NET1:
values:
- address: 10.10.10.0/24
NET2:
values:
- address: 10.10.20.0/24
services:
HTTP:
- pro…
-
### Description of Issue/Question
We are try to use Ansible/Napalm to manage our Cisco NCS routers(IOSXR).
We did a change for bgp to update the route-policy with Ansible/Napalm
```
router bgp 6…
-
### Description of Issue/Question
We found IOSXR have problem get the correct diff_file in Ansible/Napalm check mode.
For example, we want to delete the prefix-set `CLOUD` in configuration file.
…
-
Following documentation at https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/1610/b_1610_programmability_cg/gnmi_protocol.html#id_67108
Using the generated certificates yields:
…
-
### IOSXR_NETCONF SSHException, optional args do not work
When connecting via iosxr_netconf I get an exception:
napalm.base.exceptions.ConnectionException: SSHException('No existing session')
…
ghost updated
2 years ago
-
I'm running docker Yang Development Kit for python ydk-py in my remote server Linux Ubuntu. I would like to Establish a connection using with the remote server and my AWS EC2 instance that runs CSR 10…