Purpose
Command or Action
Specifies parameters for global server monitoring. The
default username is test, and the default password is test.
radius-server test
{
idle-time minutes
|
password password
[
idle-time minutes
] |
username name
[
password password
[
idle-time minutes
]]}
Step 2
The default value for the idle timer is 0 minutes, and the
valid range is from 0 to 1440 minutes.
Example:
For periodic RADIUS server monitoring, the
idle timer value must be greater than 0.
Note
switch(config)#
radius-server test username user1
password Ur2Gd2BH idle-time 3
Specifies the number of minutes before the Cisco NX-OS
device checks a RADIUS server that was previously
radius-server deadtime minutes
Example:
Step 3
unresponsive. The default value is 0 minutes, and the valid
range is from 0 to 1440 minutes.
switch(config)#
radius-server deadtime 5
Exits configuration mode.
exit
Example:
Step 4
switch(config)#
exit
switch#
Displays the RADIUS server configuration.
(Optional)
show radius-server
Example:
Step 5
switch#
show radius-server
Copies the running configuration to the startup
configuration.
(Optional)
copy running-config startup-config
Example:
Step 6
switch#
copy running-config startup-config
Related Topics
Configuring Periodic RADIUS Server Monitoring on Individual Servers
, on page 58
Configuring Periodic RADIUS Server Monitoring on Individual Servers
You can monitor the availability of individual RADIUS servers. The configuration parameters include the
username and password to use for the server and an idle timer. The idle timer specifies the interval during
which a RADIUS server receives no requests before the Cisco NX-OS device sends out a test packet. You
can configure this option to test servers periodically, or you can run a one-time only test.
Test parameters that are configured for individual servers take precedence over global test parameters.
Note
For security reasons, we recommend that you do not configure a test username that is the same as an existing
user in the RADIUS database.
Note
Cisco Nexus 9000 Series NX-OS Security Configuration Guide, Release 9.x
58
Configuring RADIUS
Configuring Periodic RADIUS Server Monitoring on Individual Servers