Specifications

radius set
622 SSR Command Line Interface Reference Manual
radius set
Purpose
Sets parameters for authenticating the SSR through a RADIUS server.
Format
radius set server <IPaddr>
radius set [timeout <number>] [key <string>] last-resort password|succeed
Mode
Configure
Description
The radius set command allows you to set RADIUS-related parameters on the SSR,
including the IP address of the RADIUS server, how long to wait for the RADIUS server to
authenticate the user, an encryption key, and what to do if the RADIUS server does not
reply by a given time.
Parameters
host <IPaddr> Is the IP address of a RADIUS server. You can enter up to five
RADIUS servers. Enter one server per radius set server command.
timeout <number> Is the maximum time (in seconds) to wait for a RADIUS server to
reply. The default is 3 seconds.
key <string> Is an encryption key to be shared with the RADIUS server.
last-resort Is the action to take if a RADIUS server does not reply within the time
specified by the timeout parameter. If this parameter is not specified,
user authentication will always fail if the RADIUS server does not
reply within the specified timeout period.
Specify one of the following keywords:
password The user is prompted for the password set with system
set password command. This keyword is recommended