Specifications

Network User Configuration Scenarios
RoamAbout Mobility System Software Configuration Guide 17-67
Enabling PEAP-MS-CHAP-V2 Authentication
ThefollowingexampleillustrateshowtoenablelocalPEAPMSCHAPV2authenticationforall
802.1Xnetworkusers.Thisexampleincludeslocalusernames,passwords,andmembershipina
VLAN.Thisexampleincludesoneusernameandanoptionalattributeforsessiontimeoutin
seconds.
1. Tosetauthenticationforall802.1Xusersof
SSIDthiscorp,typethefollowingcommand:
RBT-8100# set authentication dot1x ssid thiscorp * peap-mschapv2 local
2. ToadduserNatashatothelocaldatabaseontheRoamAboutswitch,typethefollowing
command:
RBT-8100# set user Natasha password moon
3. ToassignNatashatoaVLANnamedred,typethefollowingcommand:
RBT-8100# set user Natasha attr vlan-name red
4. ToassignNatashaasessiontimeoutvalueof1200 seconds, typethefollowingcommand:
RBT-8100# set user Natasha attr session-timeout 1200
5. Savetheconfiguration:
RBT-8100 save config
success: configuration saved.
Enabling PEAP-MS-CHAP-V2 Offload
ThefollowingexampleillustrateshowtoenablePEAPMSCHAPV2offload.Inthisexample,all
EAPprocessingisoffloadedfromtheRADIUSserver,butMSCHAPV2authenticationand
authorizationaredoneviaaRADIUSserver.TheMSCHAPV2lookupmatchesusersagainstthe
userlistonaRADIUS
server.
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. Enableall802.1XusersofSSIDthiscorpusingPEAPMSCHAPV2toauthenticateMSCHAP
V2onservergroupsg1.Typethefollowingcommand:
RBT-8100# set authentication dot1x ssid thiscorp * peap-mschapv2 sg1
4. Savetheconfiguration:
RBT-8100 save config
success: configuration saved.