Specifications

12-240
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
radius-server retransmit
radius-server retransmit
To specify the number of times the SN 5428-2 Storage Router resends the RADIUS request to each
server in the list of configured RADIUS servers after a timeout occurs, use the radius-server retransmit
command. To disable retransmission, use the no form of this command.
radius-server retransmit retries
no radius-server retransmit
Syntax Description
Defaults The number of possible resends defaults to three.
Command Modes Administrator.
Command History
Usage Guidelines If multiple RADIUS servers are configured for AAA authentication, the storage router attempts to reach
each server in the list before incrementing the retransmit count. To disable RADIUS request
retransmission, set the retransmit count to zero.
To override the global retransmit count for a specific RADIUS server, use the radius-server host
command with the retransmit keyword.
Examples The following example sets the retransmit count to six, meaning the request can be resent up to six times
for every RADIUS server:
[SN5428-2A]# radius-server retransmit 6
The following example disables RADIUS request retransmission by setting the retransmit count to zero:
[SN5428-2A]# radius-server retransmit 0
retries The number of times the request can be resent to each server in the list.
Enter a value in the range of 0 to 100. A value of zero (0) disables RADIUS
request retransmission. The default is 3.
Release Modification
3.2.1 This command was introduced.