Purpose
Command or Action
unresponsive. The default value is 0 minutes and the
valid range is 0 to 1440 minutes.
Exits configuration mode.
switch(config)#
exit
Step 3
(Optional)
Displays the server configuration.
switch#
show tacacs-server
Step 4
(Optional)
Copies the running configuration to the startup
configuration.
switch#
copy running-config
startup-config
Step 5
The following example shows how to configure periodic server monitoring:
switch#
configure terminal
switch(config)#
tacacs-server host 10.10.1.1 test username user1 password Ur2Gd2BH idle-time
3
switch(config)#
tacacs-server dead-time 5
switch(config)#
exit
switch#
show tacacs-server
switch#
copy running-config startup-config
Configuring the Dead-Time Interval
You can configure the dead-time interval for all servers. The dead-time interval specifies the time
that the Cisco Nexus device waits, after declaring a server is dead, before sending out a test packet
to determine if the server is now alive.
When the dead-time interval is 0 minutes, servers are not marked as dead even if they are not
responding. You can configure the dead-time interval per group. See
Groups, on page 51
Note
Procedure
Purpose
Command or Action
Enters global configuration mode.
switch#
configure terminal
Step 1
Configures the global dead-time interval. The
default value is 0 minutes. The range is from 1 to
1440 minutes.
switch(config)#
tacacs-server deadtime
minutes
Step 2
Exits configuration mode.
switch(config)#
exit
Step 3
(Optional)
Displays the server configuration.
switch#
show tacacs-server
Step 4
Cisco Nexus 3600 NX-OS Security Configuration Guide, Release 7.x
55
Configuring
Server Configuration Process