User's Manual Part 2
65JadeOSUserManual
pliedin3Gnetwork.EAP‐SIMauthenticationisperformedwhenusersuseSIMcard
andEAP‐AKAauthenticationisperformedwhenusersuseUSIMcar d.EAP‐SIMand
EAP‐AKAisspecifiedinRFC4186andRFC4187respectively.
Figure9‐1EAP‐SIMauthentication
ToconfigureEAP‐SIMauthenticationonJadeOS,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
Step4Configuressid‐profile
(JadeOS) (config)#wlan ssid-profile default
(JadeOS) (SSID Profile "default")#auth-mode wpa-aes
Step5Configurevap‐profile
(JadeOS) (config)#wlan vap-profile default
(JadeOS) (VAP Profile "default")#aaa-profile default