Quantcast
Channel: Juniper Networks
Viewing all articles
Browse latest Browse all 439

tacacs server configuration for juniper devices

$
0
0

Can any one please help in configuring tacacs+ server along with configuration in Juniper devices ?

Ubuntu Server 14.04

Juniper QFX5100 switch

Below are my configurations

For TACACS+ server

#Encryption key

key = "test"

#Accounting Records

default authentication = file /etc/passwd

accounting syslog;

accounting file = var/log/tac_plus/tac_plus.acct

group = SU {

default service = permit

service = junos-exec {

local-user-name = SU

}

}

user = admin_user {

member = SU

login = file /etc/passwd

}

For JUNIPER Devices

set system authentication-order tacplus

set system authentication-order password

set system root-authentication encrypted-password "$1$reAOW7RO$wRFyLe1K.3FZFq7XWVw1"

set system tacplus-server 172.16.x.x secret "$9$.mz6pu1hyKBI"

set system tacplus-server 172.16.x.x source-address 172.16.x.x

set system accounting events login

set system accounting...


Viewing all articles
Browse latest Browse all 439

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>