aboutsummaryrefslogtreecommitdiffstats
path: root/radius/dictionary.juniper
blob: bd89cc8ca5e2607118689da069b1d8252392e068 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# -*- text -*-
# Copyright (C) 2015 The FreeRADIUS Server project and contributors
#
#  dictionary.juniper
#
#	As posted to the list by Eric Kilfoil <ekilfoil@uslec.net>
#
# Version:	$Id: d294e4bdf7957f51d95584bb9b85a65737a74592 $
#

VENDOR		Juniper				2636

BEGIN-VENDOR	Juniper

ATTRIBUTE	Juniper-Local-User-Name			1	string
ATTRIBUTE	Juniper-Allow-Commands			2	string
ATTRIBUTE	Juniper-Deny-Commands			3	string
ATTRIBUTE	Juniper-Allow-Configuration		4	string
ATTRIBUTE	Juniper-Deny-Configuration		5	string

ATTRIBUTE	Juniper-Interactive-Command		8	string
ATTRIBUTE	Juniper-Configuration-Change		9	string
ATTRIBUTE	Juniper-User-Permissions		10	string
ATTRIBUTE	Juniper-Junosspace-Profile		11	String

ATTRIBUTE	Juniper-CTP-Group			21	integer
ATTRIBUTE	Juniper-CTPView-APP-Group		22	integer
ATTRIBUTE	Juniper-CTPView-OS-Group		23	integer

ATTRIBUTE	Juniper-Primary-Dns			31	ipaddr
ATTRIBUTE	Juniper-Primary-Wins			32	ipaddr
ATTRIBUTE	Juniper-Secondary-Dns			33	ipaddr
ATTRIBUTE	Juniper-Secondary-Wins			34	ipaddr
ATTRIBUTE	Juniper-Interface-id			35	string
ATTRIBUTE	Juniper-Ip-Pool-Name			36	string
ATTRIBUTE	Juniper-Keep-Alive			37	integer
ATTRIBUTE	Juniper-CoS-Traffic-Control-Profile	38	string
ATTRIBUTE	Juniper-CoS-Parameter			39	string
ATTRIBUTE	Juniper-encapsulation-overhead		40	integer
ATTRIBUTE	Juniper-cell-overhead			41	integer
ATTRIBUTE	Juniper-tx-connect-speed		42	integer
ATTRIBUTE	Juniper-rx-connect-speed		43	integer
ATTRIBUTE	Juniper-Firewall-filter-name		44	string
ATTRIBUTE	Juniper-Policer-Parameter		45	string
ATTRIBUTE	Juniper-Local-Group-Name		46	string
ATTRIBUTE	Juniper-Local-Interface			47	string
ATTRIBUTE	Juniper-Switching-Filter		48	string
ATTRIBUTE	Juniper-VoIP-Vlan			49	string

VALUE	Juniper-CTPView-APP-Group	Net_View		1
VALUE	Juniper-CTPView-APP-Group	Net_Admin		2
VALUE	Juniper-CTPView-APP-Group	Global_Admin		3

VALUE	Juniper-CTP-Group		Read_Only		1
VALUE	Juniper-CTP-Group		Admin			2
VALUE	Juniper-CTP-Group		Privileged_Admin	3
VALUE	Juniper-CTP-Group		Auditor			4

VALUE	Juniper-CTPView-OS-Group	Web_Manager		1
VALUE	Juniper-CTPView-OS-Group	System_Admin		2
VALUE	Juniper-CTPView-OS-Group	Auditor			3

END-VENDOR	Juniper