Specifications

Avoiding AAA Problems in Configuration Order
17-62 Configuring AAA for Network Users
Using Authentication and Accounting Rules Together
Whenyouuseaccountingcommandswithauthenticationcommandsandidentifyuserswithuser
globs,MSSmightnotprocessthecommandsintheorderyouenteredthem.Asaresult,user
authenticationoraccountingmightnotproceedasyouintend,orvalidusersmightfail
authenticationandbeshutoutofthe
network.
Youcanpreventtheseproblemsbyusingduplicateuserglobsforauthenticationandaccounting
andenteringthecommandsinpairs.
Configuration Producing an Incorrect Processing Order
Forexample,supposeyouinitiallysetupstartstopaccountingasfollowsforall802.1X usersvia
RADIUSservergroup 1:
RBT-8100# set accounting dot1x ssid mycorp * start-stop group1
success: change accepted.
YouthensetupPEAPMSCHAPV2authenticationandauthorizationforallusersatEXAMPLE/
atservergroup 1.Finally,yousetupPEAPMSCHAPV2authenticationandauthorizationforall
usersinthelocalRoamAboutSwitchdatabase,withtheintentionthatEXAMPLEusersaretobe
processedfirst:
RBT-8100# set authentication dot1x ssid mycorp EXAMPLE/* peap-mschapv2 group1
success: change accepted.
RBT-8100# set authentication dot1x ssid mycorp * peap-mschapv2 local
success: change accepted.
Thefollowingconfigurationorderresults.Theauthenticationcommandsarereversed,andMSS
processestheauthenticationofall802.1Xusersinthelocaldatabaseand ignoresthecommandfor
EXAMPLE/users.
RBT-8100# show aaa
...
set accounting dot1x ssid mycorp * start-stop group1
set authentication dot1x ssid mycorp * peap-mschapv2 local
set authentication dot1x ssid mycorp EXAMPLE/* peap-mschapv2 group1
Configuration for a Correct Processing Order
Toavoidprocessingerrorsforauthenticationandaccountingcommandsthatincludeorder
sensitiveuserglobs,enterthecommandsforeachuserglobinpairs.
Example
Forexample,tosetaccountingandauthoriz ationfor802.1Xusersasyouintendedin
ConfigurationProducingan IncorrectProcessingOrderonpage 1762,enteranaccountingand
authenticationcommandforeachuserglobintheorderinwhichyouwantthemprocessed:
RBT-8100# set accounting dot1x ssid mycorp EXAMPLE/* start-stop group1
success: change accepted.
RBT-8100# set authentication dot1x ssid mycorp EXAMPLE/* peap-mschapv2 group1
success: change accepted.
RBT-8100# set accounting dot1x ssid mycorp * start-stop group1