Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,The thing is, I'm writing a python software, which is connecting to Cisco routers / WLCs and connects information. There is an option to use a jumpserver (linux).My problem is, if I connect to a WLC (3504, 8.5.135.0) from the linux jumpserver and ...
Thank you for your reply, yes, a bit more information would've been more useful from my part, sorry.I'm using python with netmiko, with that I connect to a jumphost, then running ssh to connect to the Cisco device. Something like this (lot of part, c...