Purpose
Command or Action
Exits configuration mode.
exit
Example:
Step 5
switch(config)#
exit
switch#
Displays the directed request configuration.
(Optional)
show tacacs-server directed-request
Example:
Step 6
switch#
show tacacs-server directed-request
Copies the running configuration to the startup
configuration.
(Optional)
copy running-config startup-config
Example:
Step 7
switch#
copy running-config startup-config
Related Topics
, on page 73
Configuring the Timeout Interval for a Server
You can set a timeout interval that the Cisco NX-OS device waits for responses from a server
before declaring a timeout failure. The timeout interval determines how long the Cisco NX-OS device waits
for responses from a server before declaring a timeout failure.
Before you begin
Enable .
SUMMARY STEPS
1.
configure terminal
2.
tacacs-server host
{
ipv4-address
|
ipv6-address
|
hostname
}
timeout seconds
3.
(Optional)
show
{
pending
|
pending-diff
}
4.
(Optional)
commit
5.
exit
6.
(Optional)
show tacacs-server
7.
(Optional)
copy running-config startup-config
DETAILED STEPS
Purpose
Command or Action
Enters global configuration mode.
configure terminal
Example:
Step 1
switch#
configure terminal
switch(config)#
Specifies the timeout interval for a specific server. The
default is the global value.
tacacs-server host
{
ipv4-address
|
ipv6-address
|
hostname
}
timeout seconds
Step 2
Cisco Nexus 9000 Series NX-OS Security Configuration Guide, Release 9.x
81
Configuring
Configuring the Timeout Interval for a Server