Specifications
Network User Configuration Scenarios
RoamAbout Mobility System Software Configuration Guide 17-67
Enabling PEAP-MS-CHAP-V2 Authentication
ThefollowingexampleillustrateshowtoenablelocalPEAP‐MS‐CHAP‐V2authenticationforall
802.1Xnetworkusers.Thisexampleincludeslocalusernames,passwords,andmembershipina
VLAN.Thisexampleincludesoneusernameandanoptionalattributeforsession‐timeoutin
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
ThefollowingexampleillustrateshowtoenablePEAP‐MS‐CHAP‐V2offload.Inthisexample,all
EAPprocessingisoffloadedfromtheRADIUSserver,butMS‐CHAP‐V2authenticationand
authorizationaredoneviaaRADIUSserver.TheMS‐CHAP‐V2lookupmatchesusersagainstthe
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.1XusersofSSIDthiscorpusingPEAP‐MS‐CHAP‐V2toauthenticateMS‐CHAP‐
V2onservergroupsg1.Typethefollowingcommand:
RBT-8100# set authentication dot1x ssid thiscorp * peap-mschapv2 sg1
4. Savetheconfiguration:
RBT-8100 save config
success: configuration saved.