aboutsummaryrefslogtreecommitdiffstats
path: root/radius/dictionary.hp
blob: 735ed77a0fa1f1125160f4281e11953aa1618c80 (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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# -*- text -*-
# Copyright (C) 2015 The FreeRADIUS Server project and contributors
##############################################################################
#
#	HP ProCurve VSA's
#
#	$Id$
#
##############################################################################

VENDOR		HP				11

#
# Attributes supported by HP ProCurve wired networking devices
#
BEGIN-VENDOR	HP

# Management authorization
ATTRIBUTE	HP-Privilege-Level			1	integer
ATTRIBUTE	HP-Command-String			2	string
ATTRIBUTE	HP-Command-Exception			3	integer
ATTRIBUTE	HP-Management-Protocol			26	integer

# Dynamic port-access attributes
ATTRIBUTE	HP-Port-Client-Limit-Dot1x		10	integer
ATTRIBUTE	HP-Port-Client-Limit-MA			11	integer
ATTRIBUTE	HP-Port-Client-Limit-WA			12	integer
ATTRIBUTE	HP-Port-Auth-Mode-Dot1x			13	integer
ATTRIBUTE	HP-Port-Bounce-Host			23	integer

# Client QoS attributes
ATTRIBUTE	HP-Port-Priority-Regeneration-Table	40	string

# Access control
ATTRIBUTE	HP-Cos					40	string
#ATTRIBUTE	HP-Rate-Limit				46	integer

ATTRIBUTE	HP-Bandwidth-Max-Ingress		46	integer
ATTRIBUTE	HP-Bandwidth-Max-Egress			48	integer

ATTRIBUTE	HP-Ip-Filter-Raw			61	string

# Client ACL attributes
ATTRIBUTE	HP-Nas-Filter-Rule			61	string
ATTRIBUTE	HP-Nas-Rules-IPv6			63	integer

# VLAN assignment attributes
ATTRIBUTE	HP-Egress-VLANID			64	integer
ATTRIBUTE	HP-Egress-VLAN-Name			65	string

# See http://wiki.freeradius.org/vendor/HP#Capability-advertisements
ATTRIBUTE	HP-Capability-Advert			255	octets

# Captival Portal
ATTRIBUTE	HP-Captive-Portal-URL			24	string

# HP-Port-Auth-Mode-Dot1x Attribute Values
VALUE	HP-Port-Auth-Mode-Dot1x		Port-Based		1
VALUE	HP-Port-Auth-Mode-Dot1x		User-Based		2

# HP-Command-Exception Attribute Values
VALUE	HP-Command-Exception		Permit-List		0
VALUE	HP-Command-Exception		Deny-List		1

# HP-Management-Protocol
VALUE	HP-Management-Protocol		HTTP			5
VALUE	HP-Management-Protocol		HTTPS			6

#
#  Conflicting attributes are commented out.
#
#ATTRIBUTE	HP-Management-Role			26	integer

# HP-Management-Role
#VALUE	HP-Management-Role		SuperUser		1
#VALUE	HP-Management-Role		Monitor			2
#VALUE	HP-Management-Role		HelpDeskManager		16
#VALUE	HP-Management-Role		NetworkAdministrator	17
#VALUE	HP-Management-Role		SystemAdministrator	18
#VALUE	HP-Management-Role		WebUserAdminstrator	19

#	Privilege attributes for HP-GbE2c, HP 1:10Gb, and HP 10Gb
#	Ethernet Blade Switches
#
VALUE	Service-Type			HP-Oper			252
VALUE	Service-Type			HP-User			255

END-VENDOR	HP