deadtime
To configure the dead-time interval for a RADIUS or TACACS+ server group, use the deadtime command.
To revert to the default, use the no form of this command.
deadtime minutes
no deadtime minutes
Syntax Description
Number of minutes for the interval. The range is from
0 to 1440 minutes.
Setting the dead-time interval to 0 disables
the timer.
Note
minutes
Command Default
0 minutes
Command Modes
RADlUS server group configuration TACACS+ server group configuration
Command History
ModificationRelease
This command was introduced.4.0(1)
Usage Guidelines
You must use the feature tacacs+ command before you configure TACACS+.
This command does not require a license.
Examples
This example shows how to set the dead-time interval to 2 minutes for a RADIUS server group:
switch# configure terminal
switch(config)# aaa group server radius RadServer
switch(config-radius)# deadtime 2
This example shows how to set the dead-time interval to 5 minutes for a TACACS+ server group:
switch# configure terminal
switch(config)# feature tacacs+
switch(config)# aaa group server tacacs+ TacServer
switch(config-tacacs+)# deadtime 5
This example shows how to revert to the dead-time interval default:
switch# configure terminal
switch(config)# feature tacacs+
switch(config)# aaa group server tacacs+ TacServer
switch(config-tacacs+)# no deadtime 5
Cisco Nexus 7000 Series Security Command Reference
218
D Commands
deadtime