Specifications

Avoiding AAA Problems in Configuration Order
RoamAbout Mobility System Software Configuration Guide 17-61
Avoiding AAA Problems in Configuration Order
Using the Wildcard “Any” as the SSID Name in Authentication Rules
YoucanconfigureanauthenticationruletomatchonallSSIDstringsbyusingtheSSIDstringany
intherule.Forexample,thefollowingrulematchesonallSSIDstringsrequestedbyallusers:
set authentication web ssid any ** sg1
MSSchecksauthenticationrulesintheordertheyappearintheconfigurationfile.Asaresult,ifa
rulewithSSIDanyappearsintheconfigurationbeforearulethatmatchesonaspecificSSIDfor
thesameauthenticationtypeanduserglob,therulewithanyalwaysmatchesfirst.
Toensure
theauthenticationbehaviorthatyouexpect,placethemostspecificrulesfirstandplace
ruleswithSSIDanylast.Forexample,toensurethatuserswhorequestSSIDcorpaare
authenticatedusingRADIUSservergroupcorpasrvr,placethefollowingruleintheconfiguration
beforetherulewithSSIDany:
set authentication web ssid corpa ** corpasrvr
Example
HereisanexampleofaAAAconfigurationwherethemostspecificrulesfor802.1Xarefirstand
theruleswithanyarelast:
RBT-8100# show aaa
...
set authentication dot1x ssid mycorp Geetha eap-tls
set authentication dot1x ssid mycorp * peap-mschapv2 sg1 sg2 sg3
set authentication dot1x ssid any ** peap-mschapv2 sg1 sg2 sg3