Add Moonshot-COI and Moonshot-APC attributes
[freeradius.git] / share / dictionary.hp
1 # -*- text -*-
2 # Copyright (C) 2011 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
30 # Client QoS attributes
31 ATTRIBUTE       HP-Port-Priority-Regeneration-Table     40      string
32
33 # Access control
34 ATTRIBUTE       HP-Cos                                  40      string
35 #ATTRIBUTE      HP-Rate-Limit                           46      integer
36
37 ATTRIBUTE       HP-Bandwidth-Max-Ingress                46      integer
38 ATTRIBUTE       HP-Bandwidth-Max-Egress                 48      integer
39
40 ATTRIBUTE       HP-Ip-Filter-Raw                        61      string
41
42 # Client ACL attributes
43 ATTRIBUTE       HP-Nas-Filter-Rule                      61      string
44 ATTRIBUTE       HP-Nas-Rules-IPv6                       63      integer
45
46 # VLAN assignment attributes
47 ATTRIBUTE       HP-Egress-VLANID                        64      integer
48 ATTRIBUTE       HP-Egress-VLAN-Name                     65      string
49
50 # See http://wiki.freeradius.org/vendor/HP#Capability-advertisements
51 ATTRIBUTE       HP-Capability-Advert                    255     octets
52
53 # HP-Port-Auth-Mode-Dot1x Attribute Values
54 VALUE   HP-Port-Auth-Mode-Dot1x         Port-Based              1
55 VALUE   HP-Port-Auth-Mode-Dot1x         User-Based              2
56
57 # HP-Command-Exception Attribute Values
58 VALUE   HP-Command-Exception            Permit-List             0
59 VALUE   HP-Command-Exception            Deny-List               1
60
61 # HP-Management-Protocol
62 VALUE   HP-Management-Protocol          HTTP                    5
63 VALUE   HP-Management-Protocol          HTTPS                   6
64
65 #
66 #  Conflicting attributes are commented out.
67 #
68 #ATTRIBUTE      HP-Management-Role                      26      integer
69
70 # HP-Management-Role
71 #VALUE  HP-Management-Role              SuperUser               1
72 #VALUE  HP-Management-Role              Monitor                 2
73 #VALUE  HP-Management-Role              HelpDeskManager         16
74 #VALUE  HP-Management-Role              NetworkAdministrator    17
75 #VALUE  HP-Management-Role              SystemAdministrator     18
76 #VALUE  HP-Management-Role              WebUserAdminstrator     19
77
78 #       Privilege attributes for HP-GbE2c, HP 1:10Gb, and HP 10Gb
79 #       Ethernet Blade Switches
80 #
81 VALUE   Service-Type                    HP-Oper                 252
82 VALUE   Service-Type                    HP-User                 255
83
84 END-VENDOR      HP