Specifications
Network User Configuration Scenarios
17-68 Configuring AAA for Network Users
Combining EAP Offload with Pass-Through Authentication
ThefollowingexampleillustrateshowtoenablePEAP‐MS‐CHAP‐V2offloadforthemarketing
(mktg)groupandRADIUSpass‐throughauthenticationformembersofengineering.Thisexample
assumesthatengineeringmembersareusingDNS‐stylenam ing,suchasisusedwithEAP‐TLS.A
RoamAboutswitchservercertificateis
alsorequired.
1. ConfiguretheRADIUSserverr1atIPaddress10.1.1.1withthestringstarryforthekey.Type
thefollowingcommand:
RBT-8100# set radius server r1 address 10.1.1.1 key starry
2. Configuretheservergroupsg1withmemberr1.Typethefollowingcommand:
RBT-8100# set server group sg1 members r1
3. Toauthenticateall802.1XusersofSSIDbobbleheadinthegroupmktgusingPEAPonthe
RoamAboutSwitchandMS‐CHAP‐V2onserversg1,typethefollowingcommand:
RBT-8100# set authentication dot1x ssid bobblehead mktg\* peap-mschapv2 sg1
4. Toauthenticateall802.1XusersofSSIDaircorpin@eng.example.comviapass‐throughtosg1,
typethefollowingcommand:
RBT-8100# set authentication dot1x ssid aircorp *@eng.example.com pass-
through sg1
5. Savetheconfiguration:
RBT-8100 save config
success: configuration saved.
Overriding AAA-Assigned VLANs
ThefollowingexampleshowshowtochangetheVLANaccessofwirelessusersinan
organizationhousedinmultiplebuildings.
SupposethewirelessusersonthefacultyofacollegeEnglishdepartmenthaveofficesin
building Aand areauthorizedtousethatbuilding’sbldga‐prof‐VLANs.Theseusersalsoteach
classes
inbuilding B.Becauseyoudonotwanttotunneltheseusersbacktobuilding Afrom
building Bwhentheyusetheirwirelesslaptopsinclass,youconfigurethelocationpolicyonthe
RoamAboutSwitchtoredirectthemtothebldgb‐engVLAN.
Youalsowanttoallowwritinginstructorsnormallyauthorized
touseany‐techcommVLANinthe
collegetoaccessthenetworkthroughthebldgb‐engVLANwhentheyareinbuilding B.
1. Redirectbldga‐prof‐VLANuserstotheVLANbldgb‐eng:
RBT-8100# set location policy permit vlan bldgb-eng if vlan eq bldga-prof-*
2. Allowwritinginstructorsfrom‐techcommVLANstousethebldgb‐engVLAN:
RBT-8100# set location policy permit vlan bldgb-eng if vlan eq *-techcomm
3. Displaytheconfiguration:
RBT-8100# show location policy
Id Clauses
-----------------------------------------------------
1) permit vlan bldgb-teach if vlan eq bldga-prof-*
2) permit vlan bldgb-eng if vlan eq *-techcomm
4. Savetheconfiguration:
RBT-8100 save config
success: configuration saved.