The radius-server retransmit timeout dead-time command sets the number of times that RADIUS request packets are retransmitted, timeout period, and interval for the server to revert to the active status.
The undo radius-server retransmit timeout dead-time command restores the default number of retransmission times, the default timeout period, and the default interval for the server to revert to the active status.
By default, the number of retransmission times is 3, timeout period is 5 seconds, and the interval for the server to revert to the active status is 5 minutes.
radius-server { retransmit retry-times | timeout time-value | dead-time dead-time } *
undo radius-server { retransmit [ retry-times ] | timeout [ time-value ] | dead-time [ dead-time ] } *
Parameter |
Description |
Value |
---|---|---|
retransmit retry-times |
Specifies the number of retransmission times. The value is the total number of times a packet is transmitted. |
The value is an integer that ranges from 1 to 5. |
timeout time-value |
Specifies the timeout period. |
The value is an integer that ranges from 1 to 10, in seconds. |
dead-time dead-time |
Specifies the interval for the server to revert to the active status. |
The value is an integer that ranges from 1 to 65535, in minutes. |
Usage Scenario
The retransmission upon timeout mechanism is configured for a device to forward RADIUS Access-Request packets sourced from users to the server. The overall retransmission time depends on the retransmission interval, retransmission times, RADIUS server status, and number of servers configured in the RADIUS server template.
You can configure the number of times that RADIUS request packets are retransmitted and the timeout period using the radius-server retransmit retry-times and radius-server timeout time-value commands, respectively. If a device sends an authentication request packet to the RADIUS server and does not receive any response packet from the server during the timeout period, the device sends an authentication request packet again.
After automatic detection is enabled, the device immediately sends a detection packet to the RADIUS server in Force-up status. If a packet is received from the RADIUS server within the timeout period, the device sets the RADIUS server status to Up; otherwise, the device sets the RADIUS server status to Down. If automatic detection is disabled, the device can update the RADIUS server status only after receiving an authentication request packet from the user.
This command can improve the reliability of RADIUS authentication.
Precautions