diff options
Diffstat (limited to 'share/dictionary.juniper')
-rw-r--r-- | share/dictionary.juniper | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/share/dictionary.juniper b/share/dictionary.juniper new file mode 100644 index 0000000..97196ac --- /dev/null +++ b/share/dictionary.juniper @@ -0,0 +1,68 @@ +# -*- text -*- +# Copyright (C) 2019 The FreeRADIUS Server project and contributors +# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0 +# +# dictionary.juniper +# +# As posted to the list by Eric Kilfoil <ekilfoil@uslec.net> +# +# Version: $Id$ +# + +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-Junosspace-Profiles 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 +ATTRIBUTE Juniper-CWA-Redirect 50 string + +ATTRIBUTE Juniper-AV-Pair 52 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 |