SUMMARY STEPS
1.
enable
2.
configure terminal
3.
tacacs-server host hostname
4.
aaa new-model
5.
aaa group server tacacs+ group-name
6.
server ip-address
7.
end
8.
show running-config
9.
copy running-config startup-config
DETAILED STEPS
PurposeCommand or Action
Enables privileged EXEC mode. Enter your password if
prompted.
enable
Example:
Switch> enable
Step 1
Enters the global configuration mode.configure terminal
Example:
Switch# configure terminal
Step 2
Identifies the IP host or hosts maintaining a TACACS+ server.
Enter this command multiple times to create a list of preferred
tacacs-server host hostname
Example:
Switch(config)# tacacs-server host
Step 3
hosts. The software searches for hosts in the order in which you
specify them.
For hostname, specify the name or IP address of the host.
yourserver
Enables AAA.aaa new-model
Example:
Switch(config)# aaa new-model
Step 4
(Optional) Defines the AAA server-group with a group name.
aaa group server tacacs+ group-name
Step 5
Example:
Switch(config)# aaa group server tacacs+
This command puts the Switch in a server group
subconfiguration mode.
your_server_group
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
884
How to Configure TACACS+