├── gui └── version ├── readme.md ├── wcae-cli-win-017.zip ├── wcae-gui-mac-arm-signed-v11.zip └── wcae-win-v11.zip /gui/version: -------------------------------------------------------------------------------- 1 | version:1.1 2 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | WCAE - Wireless Config Analyzer Express 2 | Tool for Configuration auditing, Best Practices score, in-depth RF analysis and checking typical support issues. Support for AireOS and 9800 IOS-XE Controllers, availble in Mac OS, Windows 10 and Cloud versions. The tool will help on preventing TAC cases, and ensure you can detect the most common problem scenarios. 3 | 4 | # Wireless Config Analyzer Express 5 | 6 | * Support, Questions, Feature requests: [wcae@cisco.com](mailto:wcae@cisco.com) 7 | * [Webex Teams Room](https://eurl.io/#R6RK2M73v) 8 | 9 | ### [Cloud Version](https://cway.cisco.com/tools/WirelessAnalyzer/) 10 | 11 | ### [What is new](https://developer.cisco.com/docs/wireless-troubleshooting-tools/what-is-new-engine/) 12 | ### [Checks Available](https://developer.cisco.com/docs/wireless-troubleshooting-tools/checks-available-in-tool/) 13 | 14 | ### Downloads 15 | * [Cloud Version](https://cway.cisco.com/tools/WirelessAnalyzer/) 16 | * [Mac OS Apple Sillicon ](https://github.com/CiscoDevNet/wcae/blob/master/wcae-gui-mac-arm-signed-v11.zip) 17 | * [Windows 10/11 ](https://github.com/CiscoDevNet/wcae/blob/master/wcae-win-v11.zip) 18 | * [Direct Downloads](https://github.com/CiscoDevNet/wcae) 19 | 20 | 21 | 22 | ## What is WCAE? 23 | * Main Objective: Save time processing WLC configurations, provides information on common configuration errors and best practices 24 | * Secondary Objectives: RF Analysis and Audit config against a rule set 25 | * Supports both 9800 and AireOS controller types 26 | * New implementation for the WLC Config Analyzer (WLCCA). it is a new re-write of the application, with clean up and improved checks 27 | * Two versions available: as Cloud, just upload your file and get a summary report, or as mini-Desktop application, with more detailed information 28 | * It is fully offline to the controller, it does not store any data, or sends any data back 29 | * It is not a TAC supported products, basically provided "as is" 30 | * Support, Questions, Feature requests: [wcae@cisco.com](mailto:wcae@cisco.com) 31 | 32 | ## What is needed? 33 | 34 | * if using AireOS controller: the output of the "show run-config" command. [How to collect](https://developer.cisco.com/docs/wireless-troubleshooting-tools/#!how-to-colletct-sh-run-config) 35 | * if using IOS-XE controller: the output of "show tech wireless" 36 | * It does not work with TFTP config backup, or sh tech 37 | * For AireOS, the best way to collect is is using TFTP with “transfer upload data run-conf” 38 | * Alternatively: use SSH with config paging disabled 39 | 40 | ## What is supported? 41 | * Single WLC scenario. No support for multiple WLCs/files 42 | * AireOS version 8.0 and higher, any model 43 | * IOS-XE version 16.11 and higher, any model 44 | * All controller/Mobility Express (ME) and Embedded Wireless Controller hardware types 45 | 46 | 47 | ## Reports included 48 | * Excel or text results file on same location as source 49 | * WLC and AP check results 50 | * Syslog summarization 51 | * For 9800, Tag and Profile usage summarization 52 | * RF Stats per band, Flex group, AP group/Tag 53 | * RF Health per band 54 | * Channel stats 55 | * AP configuration summary 56 | * Per AP RF health and stats 57 | * Neighbor reports 58 | * Flexconnect AP config verification 59 | 60 | 61 | ## [WCAE Cloud](https://cway.cisco.com/tools/WirelessAnalyzer/) 62 | * Focus on Summaries not Details 63 | * Provides around 190 automatic checks 64 | * RF Stats, RF Health summarised per AP Group/Tag, Flex Group and controller 65 | * No installation required 66 | -------------------------------------------------------------------------------- /wcae-cli-win-017.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CiscoDevNet/wcae/c43b91360d1a18fec85216910d66fdb899c901ff/wcae-cli-win-017.zip -------------------------------------------------------------------------------- /wcae-gui-mac-arm-signed-v11.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CiscoDevNet/wcae/c43b91360d1a18fec85216910d66fdb899c901ff/wcae-gui-mac-arm-signed-v11.zip -------------------------------------------------------------------------------- /wcae-win-v11.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CiscoDevNet/wcae/c43b91360d1a18fec85216910d66fdb899c901ff/wcae-win-v11.zip --------------------------------------------------------------------------------