Assistance with automating cli commands on AP using Python/Paramiko
I am trying to build a python script to connect to the APs cli via SSH using Paramiko, issue commands and collect the output. Ultimately, I want to develop a more automated and reliable method to upgrading the APs software in the field. I am able to ...