tacacsplus-servers
This command configures the TACACS+ Servers table, which lets you configure up to two TACACS+ servers and maps TACACS+ privilege levels to the device's user levels.
Syntax
(config-system)# tacacs-settings
(tacacs)# tacacsplus-servers <Index> (tacacsplus-servers-<Index>)#
|
Command |
Description |
|---|---|
|
Index |
Defines the table row index. |
|
access-levels |
Maps TACACS+ privilege levels to the device's user levels in the TACACS+ Access Level Mapping table . |
|
address |
Defines the address of the TACACS+ server. |
|
interface-name |
Assigns an IP Interface from the IP Interfaces table through which the device communicates with the TACACS+ server. |
|
port |
Defines the TACACS+ server port. |
|
server-timeout |
Defines the maximum time (in seconds) that the device waits for a response from the TACACS+ server. |
|
shared-secret |
Defines the shared secret (password) for authenticating the device with the TACACS+ server. |
Command Mode
Privileged User
Example
This example configures a TACACS+ server:
(config-system)# tacacs-settings
(tacacs)# tacacsplus-servers 0 (tacacsplus-servers-0)# address 150.5.6.7
(tacacsplus-servers-0)# port 45
(tacacsplus-servers-0)# interface-name ITSP
(tacacsplus-servers-0)# server-timeout 5
(tacacsplus-servers-0)# shared-secret P@ssw0rd$ecret2026!