unicon.plugins
unicon.plugins copied to clipboard
pyATS Unicon Plugins
Until pyats 24.2, login and command execution on IOS-XE Controller-Mode works. However starting 24.3 it doesn't. Simple test: 1. Boot and configure the IOS-XE Controller-Mode 2. Try to connect to...
Hi, And thank you for making `unicon` available. I encountered an issue when trying to dump the configuration of a `sros` router using `md-cli`. More specifically, * the connection object...
Hi, I've noticed that when Unicon sees a syslog message (console session) it stops and waits, in the example below, there was a RESTCONF connection made at the time Unicon...
Sending e.g **device.reload()** doesn't always produce expected result. It's sitting and waiting for something at the reload confirm prompt and eventually timeouts and prompt recovery kicks in which effectively sends...
## There is a regex mistake for hvrp's unicon patterns.py file **Path:** myvenv/lib/python3.8/site-packages/unicon/plugins/hvrp/patterns.py **$** character is missing at the end of the regex self.config_prompt ``` self.config_prompt = r'^\[.*\]' ``` ##...
I removed logging from all configuration files. I noticed that I also import get pass if that is something that I need to look at as well.
I am using the ask feature to get the password info at the beginning of the script so that I do not have to worry about storing it in a...