blob: 53b4daec44ca4be34cea0b68d0ead5d88c25a310 (
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
|
# -*- 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
#
# Aerohive (now Extreme Networks, Inc.)
#
# $Id$
#
VENDOR Aerohive 26928
BEGIN-VENDOR Aerohive
#BEGIN-VENDOR Extreme
# Source: http://docs.aerohive.com/330000/docs/help/english/ng/Content/reference/docs/radius-dictionary.htm
# Last-updated-date 25-October-2017
# Extreme supports a small set of Vendor-Specific-Attributes for
# administrative access to HiveManager Classic, and a different set
# of Vendor-Specific-Attributes for HiveOS. Both are documented in
# this file.
# Most customer will wish to import this file in it’s entirety into
# their local RADIUS data store.
# Beginning of HiveManager Classic VSAs
# The following ATTRIBUTE and VALUE definitions are required.
ATTRIBUTE AH-HM-Admin-Group-Id 1 integer
VALUE AH-HM-Admin-Group-Id Read-Only-Admin 0
VALUE AH-HM-Admin-Group-Id Super-Admin 1
VALUE AH-HM-Admin-Group-Id Read-Write-Admin 2
# The following is an example of an admin group that you can define.
#VALUE AH-HM-Admin-Group-Id Admin-Group100 100
# End of HiveManager Classic VSAs
# Beginning of HiveOS VSAs
ATTRIBUTE Extreme-User-Vlan 1 integer
ATTRIBUTE Extreme-Libsip-Patron-Info 3 octets encrypt=2
ATTRIBUTE Extreme-Libsip-Action 4 integer
ATTRIBUTE Extreme-Libsip-Additional-Message 5 octets
ATTRIBUTE Extreme-User-Profile-Attribute 6 integer
ATTRIBUTE Extreme-Data-Usage-Limit 7 octets
ATTRIBUTE Extreme-AVPair 8 string
ATTRIBUTE Extreme-Radius-Code 9 integer
ATTRIBUTE Extreme-PPSK-Request 201 octets
ATTRIBUTE Extreme-PPSK-PMK 202 octets
ATTRIBUTE Extreme-IDM-Message 203 integer
ATTRIBUTE Extreme-NT-Identity 204 integer
ATTRIBUTE Extreme-User-Language 205 string
ATTRIBUTE Extreme-Time-Zone-Offset 207 integer
ATTRIBUTE Extreme-Daylight-Saving-Offset 208 integer
ATTRIBUTE Extreme-Client-Monitor-Session 209 octets
ATTRIBUTE Extreme-Client-Monitor-Problem 210 integer
ATTRIBUTE Extreme-IDM-Redirect-URL 211 string
ATTRIBUTE Extreme-MGT-MAC-Address 212 string
ATTRIBUTE Extreme-Auth-Source 213 integer
#
# Integer Translations
#
# Extreme-Libsip-Action Values
VALUE Extreme-Libsip-Action Permit 0
VALUE Extreme-Libsip-Action Restricted 1
VALUE Extreme-Libsip-Action Deny 2
# Extreme-Radius-Code Values
VALUE Extreme-Radius-Code Disconnect-Request 1
VALUE Extreme-Radius-Code COA-Request 2
# Extreme-Auth-Source
VALUE Extreme-Auth-Source Service 1
VALUE Extreme-Auth-Source Non-Service 2
END-VENDOR Aerohive
|