Closed stefanopilla closed 8 months ago
Looks like the WLC keeps rejecting your credentials (looking at the log output).
Also try setting fast_cli: False
(as an argument to net_conn dictionary)
Hi @ktbyers,
Thank you for pointing me in the right direction. I had these 2 messages in the logs that threw me off the rails
DEBUG:paramiko.transport:userauth is OK
INFO:paramiko.transport:Authentication (password) successful!
the issue was that my password was not converted correctly to a string from the vault. All good now.
Thank you!
Description of Issue/Question
I'm trying to run a set of commands towards a Cisco WLC (Aireos) but netmiko seems to be unable to identify the prompt. I'm using "cisco_wlc_ssh" as device_type but I also tried with "cisco_wlc" running into the same issue. If I connect via ssh to the device the prompt is this:
Please note that I have replaced the username with 'admin'.
Setup
Netmiko version
Netmiko device_type (if relevant to the issue)
tried also with
Steps to Reproduce the Issue
Error Traceback
DEBUG LOG
Relevant Python code