Cisco Nexus 5000 Series Switch CLI Software Configuration Guide (OL-16597-01, July 2009)
PurposeCommand or Action
Specifies the transmission timeout interval for
RADIUS servers. The default timeout interval is 5
seconds and the range is from 1 to 60 seconds.
switch(config)# radius-server timeout
seconds
Step 3
Exits configuration mode.switch(config)# exit
Step 4
(Optional)
Displays the RADIUS server configuration.
switch# show radius-server
Step 5
(Optional)
Copies the running configuration to the startup
configuration.
switch# copy running-config
startup-config
Step 6
Configuring the RADIUS Transmission Retry Count and Timeout Interval for a Server
By default, a Cisco Nexus 5000 Series switch retries 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 switch waits for responses from RADIUS servers before declaring
a timeout failure.
To configure RADIUS transmission retry count and timeout interval for a server, perform this task:
Procedure
PurposeCommand or Action
Enters configuration mode.switch# configure terminal
Step 1
Specifies the retransmission count for a specific server.
The default is the global value.
#switch(config)# radius-server host
{ipv4-address |ipv6-address |
host-name} retransmit count
Step 2
The retransmission count value specified for
a RADIUS server overrides the count
specified for all RADIUS servers.
Note
Specifies the transmission timeout interval for a
specific server. The default is the global value.
switch(config)# switch(config)#
radius-server host {ipv4-address
Step 3
|ipv6-address | host-name} timeout
seconds
The timeout interval value specified for a
RADIUS server overrides the interval value
specified for all RADIUS servers.
Note
Exits configuration mode.switch(config)# exit
Step 4
(Optional)
Displays the RADIUS server configuration.
switch# show radius-server
Step 5
(Optional)
Copies the running configuration to the startup
configuration.
switch# copy running-config
startup-config
Step 6
Cisco Nexus 5000 Series Switch CLI Software Configuration Guide
OL-16597-01 249
Configuring RADIUS
Configuring the RADIUS Transmission Retry Count and Timeout Interval for a Server