DETAILED STEPS
Purpose
Command or Action
Enters global configuration mode.
configure terminal
Example:
Step 1
switch#
configure terminal
switch(config)#
Specifies the retransmission count for all RADIUS servers.
The default retransmission count is 1 and the range is from
0 to 5.
radius-server retransmit count
Example:
switch(config)#
radius-server retransmit 3
Step 2
Specifies the transmission timeout interval for RADIUS
servers. The default timeout interval is 5 seconds and the
range is from 1 to 60 seconds.
radius-server timeout seconds
Example:
switch(config)# radius-server timeout 10
Step 3
Displays the RADIUS configuration pending for
distribution.
(Optional)
show radius
{
pending
|
pending-diff
}
Example:
Step 4
switch(config)#
show radius pending
Applies the RADIUS configuration changes in the
temporary database to the running configuration.
(Optional)
radius commit
Example:
Step 5
switch(config)#
radius commit
Exits configuration mode.
exit
Example:
Step 6
switch(config)#
exit
switch#
Displays the RADIUS server configuration.
(Optional)
show radius-server
Example:
Step 7
switch#
show radius-server
Copies the running configuration to the startup
configuration.
(Optional)
copy running-config startup-config
Example:
Step 8
switch#
copy running-config startup-config
Configuring the RADIUS Transmission Retry Count and Timeout Interval for a
Server
By default, a Cisco NX-OS device retries a transmission to a RADIUS server only once before reverting to
local authentication. You can increase this number up to a maximum of five retries per server. You can also
set a timeout interval that the Cisco NX-OS device waits for responses from RADIUS servers before declaring
a timeout failure.
Cisco Nexus 9000 Series NX-OS Security Configuration Guide, Release 9.x
53
Configuring RADIUS
Configuring the RADIUS Transmission Retry Count and Timeout Interval for a Server