106
S
MARTNA™ 10G NETWORK ACCESS (SMARTNA-X)
COMMAND LINE INTERFACE REFERENCE |
DRAFT
CREATE TACACS AUTHSERVER
Use the create tacacs authserver command to add a TACACS+ authentication server. You must use also the set
authentication tacacs command to enable TACACS+ server authentication. If your network has more than one
TACACS+ authentication server running, you can add them as backup/failover servers and the system will attempt
to contact the second server in order to validate a user if the account is not present or the secrets mismatch on the
first server.
Command form create tacacs authserver <IP-addr> [password]
Example Add a TACACS+ authentication server with the following properties:
IP address: 192.168.10.24
Password: qwaszx
IP-addr Specifies the network IP address of the TACACS+ authentication server.
password (Optional) Specifies the password/shared-secret required to access the authentication
server. Passwords are case-sensitive.
Warning: If no password is specified, the shared-secret will be set as an empty string
(“”).
CONTROLLER>create tacacs authserver 192.168.10.24 qwaszx