R3204P16-HP Load Balancing Module Security Command Reference-6PW101

116
Parameters
seconds: RADIUS server response timeout period in seconds. It ranges from 1 to 10 and defaults to 3.
Description
Use the timer response-timeout command to set the RADIUS server response timeout timer.
Use the undo timer command to restore the default.
If a NAS receives no response from the RADIUS server in a period of time after sending a RADIUS request
(authentication/authorization or accounting request), it has to resend the request so that the user has
more opportunity to obtain the RADIUS service. The NAS uses the RADIUS server response timeout timer
to control the transmission interval.
A proper value for the RADIUS server response timeout timer can help improve the system performance.
Set the timer based on the network conditions.
The maximum total number of all types of retransmission attempts multiplied by the RADIUS server
response timeout period cannot be greater than 75.
Related commands: radius scheme and retry.
Examples
# Set the RADIUS server response timeout timer to 5 seconds for RADIUS scheme radius1.
<Sysname> system-view
[Sysname] radius scheme radius1
[Sysname-radius-radius1] timer response-timeout 5
user-name-format (RADIUS scheme view)
Syntax
user-name-format { keep-original | with-domain | without-domain }
View
RADIUS scheme view
Default level
2: System level
Parameters
keep-original: Sends the username to the RADIUS server as it is input.
with-domain: Includes the ISP domain name in the username sent to the RADIUS server.
without-domain: Excludes the ISP domain name from the username sent to the RADIUS server.
Description
Use the user-name-format command to specify the format of the username to be sent to a RADIUS server.
By default, the ISP domain name is included in the username.
A username is generally in the format of userid@isp-name, of which isp-name is used by the LB module
to determine the ISP domain to which a user belongs. Some earlier RADIUS servers, however, cannot
recognize a username including an ISP domain name. Before sending a username including a domain
name to such a RADIUS server, the module must remove the domain name. This command is thus
provided for you to decide whether to include a domain name in a username to be sent to a RADIUS
server.