To configure the same authentication service for multiple TACACS+ servers, include statements at the [edit system tacplus-server] and [edit system tacplus-options] hierarchy levels. For information about how to configure a TACACS+ server at the [edit system tacplus-server] hierarchy level, see Configuring TACACS+ Authentication.
To assign the same authentication service to multiple TACACS+ servers, include the service-name statement at the [edit system tacplus-options] hierarchy level:
- [edit system tacplus-options]
- service-name service-name;
service-name is the name of the authentication service. By default, the service name is set to junos-exec.
Configure the same authentication service for multiple TACACS+ servers:
- [edit system]
- tacplus-server {
- 10.2.2.2 secret "$9$2dgoJGDiqP5ZG9A"; ## SECRET-DATA
- 10.3.3.3 secret "$9$2dgoJGDiqP5ZG9A";## SECRET-DATA
- }
- tacplus-options {
- service-name bob;
- }