I am using this project to connect from a linux host to a old cisco switch. The gateway is running locally on the linux host under systemd.
The output from the cisco lacks carriage returns on new lines. I only get line feeds. You can't really see in the block below here how the beginning of a line is exactly below the end of the previous line.
Ordinary telnet from the same linux box works ok.
Because of this ansible does not see the privilege escalation prompt.
sw-c01>show version
Cisco IOS Software, CBS30X0 Software (CBS30X0-IPBASE-M), Version 15.0(2)SE11, RELEASE SOFTWARE (fc3)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2017 by Cisco Systems, Inc.
Compiled Sat 19-Aug-17 10:03 by prod_rel_team
I am using this project to connect from a linux host to a old cisco switch. The gateway is running locally on the linux host under systemd.
The output from the cisco lacks carriage returns on new lines. I only get line feeds. You can't really see in the block below here how the beginning of a line is exactly below the end of the previous line.
Ordinary telnet from the same linux box works ok.
Because of this ansible does not see the privilege escalation prompt.