Specifications

Network User Configuration Scenarios
17-68 Configuring AAA for Network Users
Combining EAP Offload with Pass-Through Authentication
ThefollowingexampleillustrateshowtoenablePEAPMSCHAPV2offloadforthemarketing
(mktg)groupandRADIUSpassthroughauthenticationformembersofengineering.Thisexample
assumesthatengineeringmembersareusingDNSstylenam ing,suchasisusedwithEAPTLS.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
RoamAboutSwitchandMSCHAPV2onserversg1,typethefollowingcommand:
RBT-8100# set authentication dot1x ssid bobblehead mktg\* peap-mschapv2 sg1
4. Toauthenticateall802.1XusersofSSIDaircorpin@eng.example.comviapassthroughtosg1,
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’sbldgaprof‐VLANs.Theseusersalsoteach
classes
inbuilding B.Becauseyoudonotwanttotunneltheseusersbacktobuilding Afrom
building Bwhentheyusetheirwirelesslaptopsinclass,youconfigurethelocationpolicyonthe
RoamAboutSwitchtoredirectthemtothebldgbengVLAN.
Youalsowanttoallowwritinginstructorsnormallyauthorized
touseany‐techcommVLANinthe
collegetoaccessthenetworkthroughthebldgbengVLANwhentheyareinbuilding B.
1. RedirectbldgaprofVLANuserstotheVLANbldgbeng:
RBT-8100# set location policy permit vlan bldgb-eng if vlan eq bldga-prof-*
2. Allowwritinginstructorsfrom‐techcommVLANstousethebldgbengVLAN:
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.