Searching for example!
Do you have an example? Share instruction with us, please - developer@tacacsgui.com.
Juniper and Tacacs
There are multiple way:
-
Display set
-
Hierarchical
set system authentication-order tacplus set system authentication-order password set system tacplus-server<TACACS_SERVER_IP> secret<TACACS_KEY> set system tacplus-server <TACACS_SERVER_IP> source-address<SOURCE_IP> set system login user remote uid 2001 set system login user remote class super-user
system {
authentication-order [ tacplus password ];
tacplus-server {
<TACACS_SERVER_IP> {
secret <TACACS_KEY>
source-address <SOURCE_IP> ;
}
}
login {
}
user remote {
uid 2001;
class super-user;
}
}
}
Created at: 2018-05-21 09:42:44
Updated at: 2018-06-19 13:46:14
Author: Alexey Mochalin
Updated at: 2018-06-19 13:46:14
Author: Alexey Mochalin