Configuring TACACS+
7. (Optional) copy running-config startup-config
DETAILED STEPS
Command or Action
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
tacacs-server host {ipv4-address | ipv6-address |
hostname} port tcp-port
Example:
switch(config)# tacacs-server host 10.10.1.1 port
2
Step 3
(Optional) show tacacs+ {pending | pending-diff}
Example:
switch(config)# show tacacs+ distribution pending
Step 4
(Optional) tacacs+ commit
Example:
switch(config)# tacacs+ commit
Step 5
exit
Example:
switch(config)# exit
switch#
Step 6
(Optional) show tacacs-server
Example:
switch# show tacacs-server
Step 7
(Optional) copy running-config startup-config
Example:
switch# copy running-config startup-config
Related Topics
Configuring Global Periodic TACACS+ Server Monitoring
You can monitor the availability of all TACACS+ servers without having to configure the test parameters for
each server individually. Any servers for which test parameters are not configured are monitored using the
global level parameters.
Enabling TACACS+
, on page 73
Cisco Nexus 9000 Series NX-OS Security Configuration Guide, Release 9.x
Configuring Global Periodic TACACS+ Server Monitoring
Purpose
Enters global configuration mode.
Specifies the TCP port to use for TACACS+ messages to
the server. The default TCP port is 49. The range is from 1
to 65535.
Displays the TACACS+ configuration pending for
distribution.
Applies the TACACS+ configuration changes in the
temporary database to the running configuration.
Exits configuration mode.
Displays the TACACS+ server configuration.
Copies the running configuration to the startup
configuration.
83