DETAILED STEPS
PurposeCommand or Action
Sends a test message to a TACACS+ server to confirm
availability.
test aaa server tacacs+ {ipv4-address | ipv6-address |
hostname} [vrf vrf-name] username password
Example:
Step 1
switch# test aaa server tacacs+ 10.10.1.1 user1
Ur2Gd2BH
Sends a test message to a TACACS+ server group to
confirm availability.
test aaa group group-name username password
Example:
Step 2
switch# test aaa group TacGroup user2 As3He3CI
Related Topics
Configuring TACACS+ Server Hosts, on page 73
Configuring TACACS+ Server Groups, on page 77
Disabling TACACS+
You can disable TACACS+.
When you disable TACACS+, all related configurations are automatically discarded.
Caution
SUMMARY STEPS
1. configure terminal
2. no feature tacacs+
3. exit
4. (Optional) copy running-config startup-config
DETAILED STEPS
PurposeCommand or Action
Enters global configuration mode.configure terminal
Example:
Step 1
switch# configure terminal
switch(config)#
Disables TACACS+.no feature tacacs+
Example:
Step 2
switch(config)# no feature tacacs+
Exits configuration mode.exit
Example:
Step 3
Cisco Nexus 9000 Series NX-OS Security Configuration Guide, Release 9.x
98
Configuring TACACS+
Disabling TACACS+