-
Hi im having trouble trying to read show commands outputs from netmiko, when i do a send command, and try to print the result, it comes with no output.
```
output = iosxr.send_command_expect('show…
-
**Learning lab**: https://developer.cisco.com/learning/lab/01-iosxr-01-cli-automation-bash/step/3
**Section** - Step 1: Playing with the onbox ZTP bash hooks
In this section, after executing this …
-
Aloha,
The "show inventory" parser fails, if the description field is empty:
CLI Output:
```
NAME: "module 0/0/0", DESCR: "ASR 9000 20-port 1GE Modular Port Adapter"
PID: A9K-MPA-20X1GE, VID: V03…
ghost updated
5 years ago
-
##### SUMMARY
IOS l3 interface tests failing coz of zuul env issue, replace after assert dict is failing intermittently in diff python version, i.e. sometimes it fails on python27 and other…
-
##### SUMMARY
Pre_task on playbook seems to be first validating Python2 instead of Python3.
On my playbook I am trying to validate the Python version. On this OS (Linux) I have two versi…
-
##### SUMMARY
IOSXR modules currently use "configure terminal" to enter configuration mode on the routers as it appears on line 62 of [(https://github.com/ansible/ansible/blob/stable-2.7/lib/…
-
#1419 Bug Report
##### SUMMARY
Attempting to install F5 Galaxy collection resulted in an error. Already contacted F5 and they say it is a core ansible issue.
##### STEPS TO REPRODUCE
ansibl…
-
### Issue type
[ ] Feature request
[ X] Bug report
[ ] Documentation
### Environment
* Python version: Python 3.6.2 :: Continuum Analytics, Inc.
* NetBox version: 7a64404299d7e…
-
##### SUMMARY
Other iosxr modules (like iosxr_config) have an option to operate either inside or outside of administration configuration mode. I can not see any type of option in this module. I…
-
##### SUMMARY
Currently, IOSXR_FACTS does not support ansible_net_model.
IOS_FACTS can be run on an ASR9K device and get both net_model and net_version.
Please provide ansible_net_model…