DETAILED STEPS
Purpose
Command or Action
Displays the server statistics on the Cisco
NX-OS device.
(Optional)
show tacacs-server statistics
{
hostname
|
ipv4-address
|
ipv6-address
}
Example:
Step 1
switch# show tacacs-server statistics 10.10.1.1
Clears the server statistics.
clear tacacs-server statistics
{
hostname
|
ipv4-address
|
ipv6-address
}
Step 2
Example:
switch# clear tacacs-server statistics 10.10.1.1
Related Topics
, on page 73
Verifying the Configuration
To display the configuration, perform one of the following tasks:
Purpose
Command
Displays the Cisco Fabric Services distribution
status and other details.
show
{
status
|
pending
|
pending-diff
}
Displays the configuration in the running
configuration.
show running-config tacacs
[
all
]
Displays the configuration in the startup
configuration.
show startup-config tacacs
Displays all configured server parameters.
show tacacs-server
[
host-name
|
ipv4-address
|
ipv6-address
] [
directed-request
|
groups
|
sorted
|
statistics
]
Displays the current privilege level, username, and status
of cumulative privilege support.
show privilege
Configuration Examples for
The following example shows how to configure a server host and server group:
feature
tacacs-server key 7 "ToIkLhPpG"
tacacs-server host 10.10.2.2 key 7 "ShMoMhTl"
aaa group server TacServer
server 10.10.2.2
Cisco Nexus 9000 Series NX-OS Security Configuration Guide, Release 9.x
100
Configuring
Verifying the Configuration