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