nexmon – Blame information for rev 1

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