note recent changes
[freeradius.git] / share / dictionary.hp
1 # -*- text -*-
2 # Copyright (C) 2015 The FreeRADIUS Server project and contributors
3 ##############################################################################
4 #
5 #       HP ProCurve VSA's
6 #
7 #       $Id$
8 #
9 ##############################################################################
10
11 VENDOR          HP                              11
12
13 #
14 # Attributes supported by HP ProCurve wired networking devices
15 #
16 BEGIN-VENDOR    HP
17
18 # Management authorization
19 ATTRIBUTE       HP-Privilege-Level                      1       integer
20 ATTRIBUTE       HP-Command-String                       2       string
21 ATTRIBUTE       HP-Command-Exception                    3       integer
22 ATTRIBUTE       HP-Management-Protocol                  26      integer
23
24 # Dynamic port-access attributes
25 ATTRIBUTE       HP-Port-Client-Limit-Dot1x              10      integer
26 ATTRIBUTE       HP-Port-Client-Limit-MA                 11      integer
27 ATTRIBUTE       HP-Port-Client-Limit-WA                 12      integer
28 ATTRIBUTE       HP-Port-Auth-Mode-Dot1x                 13      integer
29 ATTRIBUTE       HP-Port-Bounce-Host                     23      integer
30 ATTRIBUTE       HP-Captive-Portal-URL                   24      string
31
32 # Client QoS attributes
33 ATTRIBUTE       HP-Port-Priority-Regeneration-Table     40      string
34
35 # Access control
36 ATTRIBUTE       HP-Cos                                  40      string
37 #ATTRIBUTE      HP-Rate-Limit                           46      integer
38
39 ATTRIBUTE       HP-Bandwidth-Max-Ingress                46      integer
40 ATTRIBUTE       HP-Bandwidth-Max-Egress                 48      integer
41
42 ATTRIBUTE       HP-Ip-Filter-Raw                        61      string
43
44 # Client ACL attributes
45 ATTRIBUTE       HP-Nas-Filter-Rule                      61      string
46 ATTRIBUTE       HP-Nas-Rules-IPv6                       63      integer
47
48 # VLAN assignment attributes
49 ATTRIBUTE       HP-Egress-VLANID                        64      integer
50 ATTRIBUTE       HP-Egress-VLAN-Name                     65      string
51
52 # See http://wiki.freeradius.org/vendor/HP#Capability-advertisements
53 ATTRIBUTE       HP-Capability-Advert                    255     octets
54
55 # HP-Port-Auth-Mode-Dot1x Attribute Values
56 VALUE   HP-Port-Auth-Mode-Dot1x         Port-Based              1
57 VALUE   HP-Port-Auth-Mode-Dot1x         User-Based              2
58
59 # HP-Command-Exception Attribute Values
60 VALUE   HP-Command-Exception            Permit-List             0
61 VALUE   HP-Command-Exception            Deny-List               1
62
63 # HP-Management-Protocol
64 VALUE   HP-Management-Protocol          HTTP                    5
65 VALUE   HP-Management-Protocol          HTTPS                   6
66
67 #
68 #  Conflicting attributes are commented out.
69 #
70 #ATTRIBUTE      HP-Management-Role                      26      integer
71
72 # HP-Management-Role
73 #VALUE  HP-Management-Role              SuperUser               1
74 #VALUE  HP-Management-Role              Monitor                 2
75 #VALUE  HP-Management-Role              HelpDeskManager         16
76 #VALUE  HP-Management-Role              NetworkAdministrator    17
77 #VALUE  HP-Management-Role              SystemAdministrator     18
78 #VALUE  HP-Management-Role              WebUserAdminstrator     19
79
80 #       Privilege attributes for HP-GbE2c, HP 1:10Gb, and HP 10Gb
81 #       Ethernet Blade Switches
82 #
83 VALUE   Service-Type                    HP-Oper                 252
84 VALUE   Service-Type                    HP-User                 255
85
86 END-VENDOR      HP