b). configure RADIUS setting

HSG supports many options to authenticate users (see details). If we are using HSG RADIUS to authenticate users, we need to configure RADIUS server.

There're two main parts of a RADIUS settings:

This sections covers #1 the network part of RADIUS setting, using CLI interface. Part #2 is covered in-depth by AAA section.

On the network part of RADIUS, using CLI, we will go into radius-server context:

mbox#

mbox# configure

mbox(config)# security radius-server

Sample RADIUS Configurations (Wireless@SG):

!

security radius-server

!mbox access controller is a RADIUS client itself.

client 127.0.0.1 key changeme name LOCALHSG

!below are WLC using mbox for WPA-EAP authentication.

client 10.0.0.4 key changeme name WLC01

client 10.0.32.2 key changeme name WLC02 

!below are proxy realm to forward to upstream RADIUS for WSG authentication

realm isp1 @ suffix nostrip <externalradiusip> <radiuskey>

realm isp2 @ suffix nostrip <externalradiusip> <radiuskey>

!below are proxy realm to forward to upstream RADIUS for WSGx/EAP-SIM authentication

realm wlan.mnc001.mcc525.3gppnetwork.org @ suffix nostrip <externalradiusip> <radiuskey>

!configured to keep the latest 30 days of data locally within mbox

data-lifetime 30

start

!