Aruba vendor dictionary, as posted to the list
[freeradius.git] / share / dictionary
1 # -*- text -*-
2 #
3 # Version $Id$
4 #
5 #       DO NOT EDIT THE FILES IN THIS DIRECTORY
6 #
7 #       The files in this directory are maintained and updated by
8 #       the FreeRADIUS project.  Newer releases of software may update
9 #       or change these files.
10 #
11 #       Use the main dictionary file (usually /etc/raddb/dictionary)
12 #       for local system attributes and $INCLUDEs.
13 #
14 #
15 #
16 #       This file contains dictionary translations for parsing
17 #       requests and generating responses.  All transactions are
18 #       composed of Attribute/Value Pairs.  The value of each attribute
19 #       is specified as one of 4 data types.  Valid data types are:
20 #
21 #       text       - printable, generally UTF-8 encoded (subset of 'string')
22 #       string     - 0-253 octets
23 #       ipaddr     - 4 octets in network byte order
24 #       integer    - 32 bit value in big endian order (high byte first)
25 #       date       - 32 bit value in big endian order - seconds since
26 #                    00:00:00 GMT,  Jan.  1,  1970
27 #       ifid       - 8 octets in network byte order
28 #       ipv6addr   - 16 octets in network byte order
29 #       ipv6prefix - 18 octets in network byte order
30 #
31 #       FreeRADIUS includes extended data types which are not defined
32 #       in the RFC's.  These data types are:
33 #
34 #       abinary - Ascend's binary filter format.
35 #       octets  - raw octets, printed and input as hex strings.
36 #                 e.g.: 0x123456789abcdef
37 #
38 #
39 #       Enumerated values are stored in the user file with dictionary
40 #       VALUE translations for easy administration.
41 #
42 #       Example:
43 #
44 #       ATTRIBUTE         VALUE
45 #       ---------------   -----
46 #       Framed-Protocol = PPP
47 #       7               = 1     (integer encoding)
48 #
49
50 #
51 #       Include compatibility dictionary for older users file. Move
52 #       this directive to the end of this file if you want to see the
53 #       old names in the logfiles, INSTEAD OF the new names.
54 #
55 $INCLUDE dictionary.compat
56
57 #
58 #       Include the RFC dictionaries next.
59 #
60 #       For a complete list of the standard attributes and values,
61 #       see:
62 #               http://www.iana.org/assignments/radius-types
63 #
64 $INCLUDE dictionary.rfc2865
65 $INCLUDE dictionary.rfc2866
66 $INCLUDE dictionary.rfc2867
67 $INCLUDE dictionary.rfc2868
68 $INCLUDE dictionary.rfc2869
69 $INCLUDE dictionary.rfc3162
70 $INCLUDE dictionary.rfc3576
71 $INCLUDE dictionary.rfc3580
72
73 #
74 #       Include vendor dictionaries after the standard ones.
75 #
76 $INCLUDE dictionary.3com
77 $INCLUDE dictionary.3gpp
78 $INCLUDE dictionary.3gpp2
79 $INCLUDE dictionary.acc
80 $INCLUDE dictionary.airespace
81 $INCLUDE dictionary.alcatel
82 $INCLUDE dictionary.alteon
83 $INCLUDE dictionary.aruba
84 $INCLUDE dictionary.ascend
85 $INCLUDE dictionary.bay
86 $INCLUDE dictionary.bintec
87 $INCLUDE dictionary.cabletron
88 $INCLUDE dictionary.cisco
89 #
90 #        The Cisco VPN300 dictionary is the same as the altiga one.
91 #        You shouldn't use both at the same time.
92 #
93 #$INCLUDE dictionary.cisco.vpn3000
94 $INCLUDE dictionary.cisco.vpn5000
95 $INCLUDE dictionary.cisco.bbsm
96 $INCLUDE dictionary.colubris
97 $INCLUDE dictionary.epygi
98 $INCLUDE dictionary.erx
99 $INCLUDE dictionary.extreme
100 $INCLUDE dictionary.freeradius
101 $INCLUDE dictionary.foundry
102 $INCLUDE dictionary.gandalf
103 $INCLUDE dictionary.gemtek
104 $INCLUDE dictionary.itk
105 $INCLUDE dictionary.juniper
106 $INCLUDE dictionary.karlnet
107 $INCLUDE dictionary.livingston
108 $INCLUDE dictionary.localweb
109 $INCLUDE dictionary.microsoft
110 $INCLUDE dictionary.navini
111 $INCLUDE dictionary.ntua
112 $INCLUDE dictionary.nomadix
113 $INCLUDE dictionary.propel
114 $INCLUDE dictionary.quintum
115 $INCLUDE dictionary.redback
116 $INCLUDE dictionary.redcreek
117 $INCLUDE dictionary.shasta
118 $INCLUDE dictionary.shiva
119 $INCLUDE dictionary.sonicwall
120 $INCLUDE dictionary.springtide
121 $INCLUDE dictionary.telebit
122 $INCLUDE dictionary.trapeze
123 $INCLUDE dictionary.usr
124 $INCLUDE dictionary.valemount
125 $INCLUDE dictionary.versanet
126 $INCLUDE dictionary.waverider
127 $INCLUDE dictionary.wispr
128 $INCLUDE dictionary.xedia
129
130 #
131 #       And finally the server internal attributes.
132 #
133 $INCLUDE dictionary.freeradius.internal
134
135 #
136 #       Miscellaneous attributes defined in weird places that
137 #       don't really belong anywhere else...
138 #
139 ATTRIBUTE       Originating-Line-Info   94      string
140
141 #  As defined in draft-sterman-aaa-sip-00.txt
142 ATTRIBUTE       Digest-Response         206     string
143 ATTRIBUTE       Digest-Attributes       207     octets  # stupid format
144
145
146 #
147 #       Integer Translations
148 #
149 VALUE           Service-Type            Voice                   12
150 VALUE           Service-Type            Fax                     13
151 VALUE           Service-Type            Modem-Relay             14
152 VALUE           Service-Type            IAPP-Register           15
153 VALUE           Service-Type            IAPP-AP-Check           16
154
155 VALUE           Framed-Protocol         GPRS-PDP-Context        7
156
157
158 VALUE           NAS-Port-Type           Wireless-CDMA2000       22
159 VALUE           NAS-Port-Type           Wireless-UMTS           23
160 VALUE           NAS-Port-Type           Wireless-1X-EV          24
161 VALUE           NAS-Port-Type           IAPP                    25
162
163 VALUE           Framed-Protocol         PPTP                    9