Cisco Nexus 5000 Series Command Reference Release 4.0(1a)N2(1) (OL-16599-01, March 2009)

Send comments to nx5000-docfeedback@cisco.com
6-13
Cisco Nexus 5000 Series Command Reference
OL-16599-01
Chapter 6 Security Commands
deadtime
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
Command Default 0 minutes.
Command Modes RADlUS server group configuration
TACACS+ server group configuration
Command History
Usage Guidelines You must use the feature tacacs+ command before you configure TACACS.
Examples This example shows how to set the dead-time interval to 2 minutes for a RADIUS server group:
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(config)# aaa group server tacacs+ TacServer
switch(config-tacacs+)# deadtime 5
This example shows how to revert to the dead-time interval default:
switch(config)# aaa group server tacacs+ TacServer
switch(config-tacacs+)# no deadtime 5
Related Commands
minutes Number of minutes for the interval. The range is from 0 to 1440 minutes.
Setting the dead-time interval to 0 disables the timer.
Release Modification
4.0(0)N1(1a) This command was introduced.
Command Description
aaa group server Configures AAA server groups.
feature tacacs+ Enables TACACS+.
radius-server host Configures a RADIUS server.