SUMMARY STEPS
1. configure terminal
2. aaa group server tacacs+ group-name
3. server {ipv4-address | ipv6-address | hostname}
4. exit
5. (Optional) show tacacs-server groups
6. (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)#
Creates a TACACS+ server group and enters the TACACS+
server group configuration mode for that group.
aaa group server tacacs+ group-name
Example:
Step 2
switch(config)# aaa group server tacacs+ TacServer
switch(config-tacacs+)#
Configures the TACACS+ server as a member of the
TACACS+ server group.
server {ipv4-address | ipv6-address | hostname}
Example:
Step 3
If the specified TACACS+ server is not found, configure
it using the tacacs-server host command and retry this
command.
switch(config-tacacs+)# server 10.10.2.2
Exits TACACS+ server group configuration mode.exit
Example:
Step 4
switch(config-tacacs+)# exit
switch(config)#
Displays the TACACS+ server group configuration.(Optional) show tacacs-server groups
Example:
Step 5
switch(config)# show tacacs-server groups
Copies the running configuration to the startup
configuration.
(Optional) copy running-config startup-config
Example:
Step 6
switch(config)# copy running-config startup-config
Related Topics
Enabling TACACS+ , on page 73
Remote AAA Services, on page 10
Configuring TACACS+ Server Hosts, on page 73
Configuring the TACACS+ Dead-Time Interval, on page 87
Cisco Nexus 9000 Series NX-OS Security Configuration Guide, Release 9.x
78
Configuring TACACS+
Configuring TACACS+ Server Groups