-
During my testing with Cisco NCS5500 and there latest IOSXR (6.5.3) I notice issues with commands that depend on the function **get_route_to** on iosxr.py module.
Validation
```
>>> from pyIO…
-
##### SUMMARY
Using iosxr_banner with network_cli works fine, but gives a deprecation warning for network_cli use. However the module crashes with an error when using netconf.
##### ISSUE TYPE…
-
The playbbok get timeout but if have only 2 lines it works, any pointer how to fix even I don't see option to increase timeout.
have tried both Login & Motd options and using Ansible 2.8.4 version
…
-
##### SUMMARY
Running a basic playbook to backup our network of dell os6 and os9 switches. Everything was running fine with ansible 1 server, we lost server 1 and failed over to server 2 wh…
-
##### SUMMARY
We are trying to mitigate an issue on zuul.ansible.com with cisco iosxr and network_cli sockets. We randomly see cases, where the paramiko socket is closed, and working to handle that …
-
Hi all,
I wonder if anyone succeeded to launch XRv9k versions 7 and later? For me bootstrap spin fails to sense any data on fist serial port.
And with telenet I dont see anything either.
I do have …
hellt updated
3 years ago
-
##### SUMMARY
Getting errors when trying to configure banners in IOS-XR routers with the iosxr_banner module via netconf transport. It appears that Ansible crashes for banners with more tha…
-
##### SUMMARY
Playbook fails when trying to set MariaDB password.
The output:
```
failed: [dev1] (item=localhost) => {"ansible_loop_var": "item", "changed": false, "item": "localhost", "ms…
-
##### SUMMARY
Hitting a TypeError when attempting to use the confirmed commit capability with the IOX XR netconf plugin (Ansible 2.9.9). (Ansible module seems to want type=int for the timeout operati…
-
##### SUMMARY
Sphinx 3.5.0 stopped accepting tuple values for `html_context['css_files']` and `html_context['js_files']`. We need to turn them into lists and maybe even move to using `html_…