Configuring TACACS+ Server Accounting (SRC CLI)
To configure TACACS+ server accounting:
From configuration mode, access the configuration statement used to specify the TACACS+ server address.
[edit]user@host# edit system accounting destination tacplus server server-address.In the server-address, specify the address or hostname of the TACACS+ server. To configure multiple TACACS+ servers, include multiple server statements.
Note: If no TACACS+ servers are configured at the [edit system accounting destination tacplus] statement hierarchy level, the SRC software uses the TACACS+ servers configured at the [edit system tacplus-server] hierarchy level.
Specify the source address used when communicating with the TACACS+ server.
[edit system accounting destination tacplus server server-address]user@host# set source-address source-addressSpecify the secret (password) the TACACS+ client uses to connect to the TACACS+ server. This password must match the password used by the server.
[edit system accounting destination tacplus server server-address]user@host# set secret secret(Optional) Specify the length of time (in seconds) that the SRC software waits to receive a response from the TACACS+ server.
[edit system accounting destination tacplus server server-address]user@host# set timeout timeoutBy default, the SRC software waits 3 seconds. You can configure this to be a value in the range 1 through 90 seconds.
Specify the TACACS+ server port number.
[edit system accounting destination tacplus server server-address]user@host# set port port-number