PurposeCommand or Action
switch# show tacacs-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 TACACS+ Server Hosts, on page 73
Configuring Global Periodic TACACS+ Server Monitoring, on page 83
Configuring the TACACS+ Dead-Time Interval
You can configure the dead-time interval for all TACACS+ servers. The dead-time interval specifies the time
that the Cisco NX-OS device waits, after declaring a TACACS+ server is dead, before sending out a test
packet to determine if the server is now alive.
When the dead-timer interval is 0 minutes, TACACS+ servers are not marked as dead even if they are not
responding. You can configure the dead-timer per group.
Note
Before you begin
Enable TACACS+.
SUMMARY STEPS
1. configure terminal
2. tacacs-server deadtime minutes
3. (Optional) show tacacs+ {pending | pending-diff}
4. (Optional) tacacs+ commit
5. exit
6. (Optional) show tacacs-server
7. (Optional) copy running-config startup-config
DETAILED STEPS
PurposeCommand or Action
Enters global configuration mode.configure terminal
Example:
Step 1
switch# configure terminal
switch(config)#
Configures the global dead-time interval. The default value
is 0 minutes. The range is from 1 to 1440 minutes.
tacacs-server deadtime minutes
Example:
Step 2
switch(config)# tacacs-server deadtime 5
Cisco Nexus 9000 Series NX-OS Security Configuration Guide, Release 9.x
87
Configuring TACACS+
Configuring the TACACS+ Dead-Time Interval