Procedure
Purpose
Command or Action
Enters global configuration move.
switch#
configure terminal
Step 1
Configures the dead-time interval. The default value
is 0 minutes. The range is from 1 to 1440 minutes.
switch(config)#
radius-server
deadtime
Step 2
Exits configuration mode.
switch(config)#
exit
Step 3
(Optional)
Displays the RADIUS server configuration.
switch#
show radius-server
Step 4
(Optional)
Copies the running configuration to the startup
configuration.
switch#
copy running-config
startup-config
Step 5
This example shows how to configure a deadtime of 5 minutes for a radius server:
switch#
configure terminal
switch(config)#
radius-server deadtime 5
switch(config#
exit
switch#
copy running-config startup-config
Manually Monitoring RADIUS Servers or Groups
Procedure
Purpose
Command or Action
Sends a test message to a RADIUS
server to confirm availability.
switch#
test aaa server radius
{
ipv4-address
|
ipv6-address
|
server-name
} [
vrf vrf-name
]
username
password test aaa server radius
{
ipv4-address
|
Step 1
ipv6-address
|
server-name
} [
vrf vrf-name
]
username
password
Sends a test message to a RADIUS
server group to confirm availability.
switch#
test aaa group group-name username password
Step 2
This example shows how to send a test message to the RADIUS server and server group to confirm availability:
switch#
test aaa server radius 10.10.1.1 user 1 Ur2Gd2BH
switch#
test aaa group RadGroup user2 As3He3CI
Cisco Nexus 3600 NX-OS Security Configuration Guide, Release 7.x
42
Configuring RADIUS
Manually Monitoring RADIUS Servers or Groups