Hotspot
IX20 User Guide
399
4. Set the authentication modeto radius-shared-password:
(config)> network hotspot hotspot_name auth radius-shared-password
(config)>
5. Configure the RADIUSserver:
a. Set the fully qualified domain name or IPaddressof the primary RADIUSserver:
(config)> network hotspot hotspot_name radius primary_radius_server
address
(config)>
b. (Optional) Set the fully qualified domain name or IPaddressof the secondary RADIUS
server, used if the primary RADIUSserver is unreachable:
(config)> network hotspot hotspot_name radius backup_radius_server
address
(config)>
c. (Optional) Set the port number to use for RADIUSauthentication requests.
(config)> network hotspot hotspot_name radius auth_port port
(config)>
The default is 1812.
d. (Optional) Set the port number to use for RADIUSaccounting requests.
(config)> network hotspot hotspot_name radius acct_port port
(config)>
The default is 1813.
e. Set the shared secret for the RADIUSserver. This is configured on the RADIUSserver.
(config)> network hotspot hotspot_name radius secret secret
(config)>
f. Set the unique Network Access Server (NAS) identifier used by the RADIUS server:
(config)> network hotspot hotspot_name radius nas_id id
(config)>
The default is hotspot.
g. (Optional) Enable Swap Octets to swap the meaning of the input octets/packets and
output octets/packetsRADIUSattributes. This can fix issuesif the data limits and/or
accounting reports appear to be reversed on the RADIUSserver:
(config)> network hotspot hotspot_name radius swap octets true
(config)>
The default is disabled.