To configure a TACACS+ server:
Step |
Description |
---|---|
1 |
In the navigation tree, click User Management > Authentication Servers. |
2 |
In the TACACS+ Configuration section, select Enable TACACS+ authentication. This setting applies to all configured TACACS+ servers. |
3 |
Click Apply. |
4 |
In the TACACS+ Servers section, click Add. |
5 |
Configure the TACACS+ parameters: |
|
|
|
|
|
|
|
|
6 |
Click OK. |
7 |
Optional: In the TACACS+ Servers Advanced Configuration section, select the User UID - 0, or 96 and click Apply. This setting applies to all configured TACACS+ servers. |
To disable TACACS+ authentication:
Step |
Description |
---|---|
1 |
In the navigation tree, click User Management > Authentication Servers. |
2 |
In the TACACS+ configuration section, clear Enable TACACS+ authentication. This setting applies to all configured TACACS+ servers. |
3 |
Click Apply. |
To delete a TACACS+ server:
Step |
Description |
---|---|
1 |
In the navigation tree, click User Management > Authentication Servers. |
2 |
In the TACACS+ Servers section, select a TACACS+ server. |
3 |
Click Delete. |
4 |
Click OK to confirm. |
To verify if the logged in user is enabled for TACACS+:
Run in Gaia Clish: show tacacs_enable
Description
Configure TACACS+ authentication servers.
Syntax
add aaa tacacs-servers priority <Priority> server <IPv4 Address of TACACS+ Server> key <Shared Secret> timeout <1-60> |
set aaa tacacs-servers priority <Priority> server <IPv4 Address of TACACS+ Server> new-priority <New Priority> key <Shared Secret> timeout <1-60> |
set aaa tacacs-servers state {on | off} user-uid <0 | 96> |
show aaa tacacs-servers list |
show aaa tacacs-servers priority <Priority> server timeout |
show aaa tacacs-servers state user-uid |
delete aaa tacacs-servers priority <Priority> |
delete aaa tacacs-servers NAS-IP |
Important - After you add, configure, or delete features, run the save config
command to save the settings permanently.
Parameters
Parameter |
Description |
|
The priority of the TACACS+ server - from 1 to 20. Must be unique for this operating system. The priority is used:
Values:
|
|
IPv4 address of the TACACS+ server. |
|
The Shared Secret used for authentication between the TACACS+ server and Gaia. Enter the shared secret text string up to 256 characters, without any whitespace characters and without a backslash. Make sure that the shared string defined on the Gaia matches the shared string defined on the TACACS+ server. |
|
Enter the timeout in seconds, during which Gaia waits for the TACACS+ server to respond. If there is no response after the configured timeout, Gaia tries to connect to a different configured TACACS+ server.
|
|
Configures the new priority for the TACACS+ server. |
|
Configures the state of TACACS+ authentication.
|
Example
gaia> set aaa tacacs-servers priority 2 server 10.10.10.99 key MySharedSecretKey timeout 10 |