The radius-server retransmit timeout command sets the number of times that RADIUS request packets are retransmitted, timeout period.
The undo radius-server retransmit timeout command restores the default number of retransmission times, the default timeout period.
By default, the number of retransmission times is , timeout period is seconds.
radius-server { retransmit retry-times | timeout time-value } *
undo radius-server { retransmit [ retry-times ] | timeout [ time-value ] } *
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 in seconds. |
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.
This command can improve the reliability of RADIUS authentication.
Precautions