This community is for technical, feature, configuration and deployment questions.
For production deployment issues, please contact the TAC!
We will not comment or assist with your TAC case in these forums.
Please see How to Ask the Community for Help for other best practices.
Hi Guys,
I am configuring a Cisco Secure ACS 1120 appliance running ACS 5.0.0.21 to handle RADIUS request from a Cisco WLC 5508 appliance running version 7.0.116.0.
The following statements illustrate some but not all the debugging I have done to ensure each device functions as it should in isolation.
At the moment I have the
In summary the WLC and the ACS successfully function independently but they do not communicate via radius.
Any assistance appreciated Thanks
Solved! Go to Solution.
It seems as though you are using ACS 5.0 without any patches.
For your information the product release is now up to 5.2 and ACS 5.3 is soon to be released
I seem to remember there was an issue with ACS 5.0 operations with WLC that was resolved in patch for 5.0
I am not sure of the specific CDETS but may be:
CSCsy17858 Incorrect handling of Tunnel-Type & Tunnel-Client-Endpoint attrs
ACS 5.0 has a cumulative patch appraoch with all fixes being accumulated
My recommendation would be to download patch 8 for ACS 5.0: 5.0.0.21.8
Patch can be downloaded from CCO
To install a patch define a repository on ACS (cumulative patches are larger than 32MB so you can't use TFTP for this), copy the patch file to the repository, then on ACS' CLI:
# acs patch install
Check the service selection screen, is the RADIUS policy being hit at all?
It seems as though you are using ACS 5.0 without any patches.
For your information the product release is now up to 5.2 and ACS 5.3 is soon to be released
I seem to remember there was an issue with ACS 5.0 operations with WLC that was resolved in patch for 5.0
I am not sure of the specific CDETS but may be:
CSCsy17858 Incorrect handling of Tunnel-Type & Tunnel-Client-Endpoint attrs
ACS 5.0 has a cumulative patch appraoch with all fixes being accumulated
My recommendation would be to download patch 8 for ACS 5.0: 5.0.0.21.8
Patch can be downloaded from CCO
To install a patch define a repository on ACS (cumulative patches are larger than 32MB so you can't use TFTP for this), copy the patch file to the repository, then on ACS' CLI:
# acs patch install
issue resolved by upgrading from 5.0 to 5.2, Thanks for the help!