User's Manual

Table Of Contents
Command Reference 53
set radius
Specifies the RADIUS server configuration.
Syntax set radius primary_ip ip_addr
set radius primary_port port_number
set radius primary_secret secret
set radius secondary_ip ip_addr
set radius secondary_port port_number
set radius secondary_secret secret
Usage The radius commands configure parameters used to communicate with an existing network
RADIUS server. The RADIUS server is a key component of 802.1X WLAN security, as it
provides access management by checking an access list to authenticate a user that attempts to
join the WLAN. Many sites configure a primary and secondary RADIUS server to ensure the
continued availability of the authentication service, should the primary server become
unavailable.
The RADIUS server IP address must be specified, as well as a shared secret and port number.
Other configuration parameters set with command determine the amount of time a key is valid
before it is automatically changed, and the amount of time clients are allowed to connect to
the Radio Switch before they must reauthenticate themselves.
Examples The following commands set the primary RADIUS server IP address to 10.0.0.30, with a
shared secret of 2for10is, and port 1812.
# set radius primary_ip 10.0.0.30
# set radius primary_secret 2for10is
# set radius primary_port 1812
primary_ip ip_addr
secondary_ip ip_addr
Sets the primary (primary_ip ip_addr) and
secondary (secondary_ip ip_addr) RADIUS server
IP address. By default, 10.0.0.1 is set as the primary
IP address and 10.0.0.2 is set as the secondary.
primary_port port_number
secondary_port port_number
Sets the primary (primary_port port_number) and
secondary (secondary_port port_number)
RADIUS server IP port number. By default, 1812 is
set for both primary and secondary port numbers.
primary_secret secret
secondary_secret secret
Sets the primary (primary_secret secret) and
secondary (secondary_secret secret) RADIUS
server shared secret. A maximum of 32 characters
can be used for secret. By default, meru123 is set
for the primary secret and secondary secret.