[Contents] [Prev] [Next] [Index] [Report an Error]

Example: Configuring Multiple TACACS+ Servers

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;
}

[Contents] [Prev] [Next] [Index] [Report an Error]