
aaa timeout
Configures the interval that AAA waits for a response from an AAA server before timing out.
Syntax: [no] aaa {tacacs | radius} host hostname timeout time
time
Number of seconds that AAA waits for a response from the AAA server before timing out.
Valid values are integers between 1 and 255.
Description: Use the aaa timeout time command to define the number of seconds that the local AAA services wait for a response from an AAA server before dropping the connection.
Use the no aaa timeout command to set the number of seconds that the local AAA services wait for a response from an AAA server before dropping the connection to the default value of 5 seconds.
Factory Default: 5 seconds.
Command Mode: Configuration.
Example 1: In the following example, the aaa timeout command configures the number of seconds that the local AAA services wait for a response from an AAA server before dropping the connection to 10 seconds, and the show aaa command displays the configuration:
router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router(config)#aaa timeout 10
router(config)#end
router#show aaa
AAA service:ENABLED
AAA protocol:TACACS+
AAA accounting:ENABLED
AAA server search policy:Round-Robin
AAA source interface:loopback 0
AAA server timeout:10 seconds
AAA Server retransmit attempts:2
.
.
.
Example 2: In the following example, the no aaa timeout command configures the number of seconds that the local AAA services wait for a response from an AAA server before dropping the connection to the default value of 5 seconds:
router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router(config)#no aaa timeout
Related Commands: aaa
aaa host
aaa transmit
show aaa
Copyright © 2005
Avici Systems Inc.
Avici® and TSR®
is a registered trademark of Avici Systems Inc.
IPriori, Composite Links, SSR, QSR, and NSR® are
trademarks of Avici Systems Inc.
Source
File Name: AAA%20commands.fm
HTML File Name: AAA%20commands20.html
Last Updated: 02/25/05 at 14:30:26