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.
Status:
This tool is not longer maintained, and its functionality has been integrated in WLAN Poller. Please use it instead:
https://developer.cisco.com/docs/wireless-troubleshooting-tools/#!wlan-poller-wlan-poller/wlan-poller
Current version
Filen...
Hi Dan,Thanks for the feedback.I'll add your requests to the enhancements to be published in the next version of the script:- WLC-Import from CSV file- allow to specify separate enable password for AP CLIAt this moment I don't have a target date for ...
I'm glad to hear this! I'll publish a new version printing an error message if the config file is not found as soon as I can.Have a nice day.Regards,Fede
This output is actually very useful as it tells that the script is unable to access the config, most probably because of path issues and the way the script is launched:
c:\Python27>python C:\apcertcheck-1.2.1\apCertCheck.py
{} <-- empty
[] <-- ...
This is odd...Please modify the value of the variable "verbose" inside the apCertCheck.py file as follows:# global/defaultsverbose = TrueLaunch the script again and see what it prints.We should be able to see what's going.Thanks,Fede
Please change the following:WLC section name to: [WLC-c010-03AC01-t] The "WLC-" prefix is needed to identify this as a section containing controller details.By using hyphens on the name, you may see that the WLC name is incorrectly parsed while runn...