This article provides information on how to configure TACACS+ authentication.
How to Configure TACACS+ authentication.
To use TACACS+ authentication on the router, configure information about one or more TACACS+ servers on the network, by including the tacplus-server statement at the [edit system] hierarchy level:
[edit system] tacplus-server server-address { port port-number; secret password; single-connection; timeout seconds; }
Optionally, you can have the software maintain one open Transmission Control Protocol (TCP) connection to the server for multiple requests, rather than opening a connection for each connection attempt, by including the single-connection statement. By default, Junos uses the remote template accounts when:
To configure the remote template account, include the user remote statement at the [edit system login] hierarchy level and specify the privileges, which you want to grant to remote users:
[edit system login] user remote { full-name "All remote users"; uid uid-value; class class-name; }