User's Manual Part 2

65JadeOSUserManual
pliedin3Gnetwork.EAPSIMauthenticationisperformedwhenusersuseSIMcard
andEAPAKAauthenticationisperformedwhenusersuseUSIMcar d.EAPSIMand
EAPAKAisspecifiedinRFC4186andRFC4187respectively.
Figure91EAPSIMauthentication
ToconfigureEAPSIMauthenticationonJadeOS,followingthesteps:
Step1ConfigureRadiusServerandServerGroup
(JadeOS) (config) # aaa authentication-server radius r1
(JadeOS) (RADIUS Server "r1") #host 1.1.1.1
(JadeOS) (RADIUS Server "r1") #key 123
(JadeOS) (RADIUS Server "r1") #ip 10.1.1.10
(JadeOS) (config) #aaa server-group sg
(JadeOS) (Server Group "sg")#auth-server r1
Step2Configure802.1xauthenticationprofile
(JadeOS) (config)#aaa authentication dot1x dot1x
(JadeOS) (802.1X Authentication Profile "dot1x")#default-role postauth
(JadeOS) (802.1X Authentication Profile "dot1x")#server-group g1
Step3ConfigureAAAProfile
(JadeOS) (config)#aaa profile default
(JadeOS) (AAA profile "default")#authentication-dot1x dot1x
(JadeOS) (AAA profile "default")#radius-accounting sg
(JadeOS) (AAA profile "default")#initial-role preauth
Step4Configuressidprofile
(JadeOS) (config)#wlan ssid-profile default
(JadeOS) (SSID Profile "default")#auth-mode wpa-aes
Step5Configurevapprofile
(JadeOS) (config)#wlan vap-profile default
(JadeOS) (VAP Profile "default")#aaa-profile default