5 # 2011-05-24 Updated based upon FreeRadius v2.1.10 dictionary file
6 # - Added: acme, alcatel.sr, iea, motorola.wimax, rfc4603, rfc 5580, rfc5607, rfc5904, wichorus
7 # - Added: additional Integer Translations
9 # 2009-07-09 Wireshark changes to FreeRadius v2.1.6 dictionary file
10 # - enabled include: dictionary.cisco.vpn3000
11 # - disabled include: dictionary.vqp
12 # - disabled include: dictionary.freeradius.internal
13 # - added include: dictionary.chillispot: as per 2009-06-11 commit in FreeRadius repository.
14 # - added: Comment re Wireshark usage of the integer data type.
16 # DO NOT EDIT THE FILES IN THIS DIRECTORY
18 # The files in this directory are maintained and updated by
19 # the FreeRADIUS project. Newer releases of software may update
20 # or change these files.
22 # Use the main dictionary file (usually /etc/raddb/dictionary)
23 # for local system attributes and $INCLUDEs.
27 # This file contains dictionary translations for parsing
28 # requests and generating responses. All transactions are
29 # composed of Attribute/Value Pairs. The value of each attribute
30 # is specified as one of 4 data types. Valid data types are:
32 # text - printable, generally UTF-8 encoded (subset of 'string')
33 # string - 0-253 octets
34 # ipaddr - 4 octets in network byte order
35 # integer - 32 bit value in big endian order (high byte first)
36 # [wireshark uses this type for non-standard 1-2-3 and 8 byte integers as well]
37 # date - 32 bit value in big endian order - seconds since
38 # 00:00:00 GMT, Jan. 1, 1970
39 # ifid - 8 octets in network byte order
40 # ipv6addr - 16 octets in network byte order
41 # ipv6prefix - 18 octets in network byte order
42 # ether - 6 octets of hh:hh:hh:hh:hh:hh
43 # where 'h' is hex digits, upper or lowercase.
45 # FreeRADIUS includes extended data types which are not defined
46 # in the RFC's. These data types are:
48 # abinary - Ascend's binary filter format.
49 # octets - raw octets, printed and input as hex strings.
50 # e.g.: 0x123456789abcdef
53 # Enumerated values are stored in the user file with dictionary
54 # VALUE translations for easy administration.
59 # --------------- -----
60 # Framed-Protocol = PPP
61 # 7 = 1 (integer encoding)
65 # Include compatibility dictionary for older users file. Move
66 # this directive to the end of this file if you want to see the
67 # old names in the logfiles, INSTEAD OF the new names.
69 $INCLUDE dictionary.compat
72 # Include the RFC dictionaries next.
74 # For a complete list of the standard attributes and values,
76 # http://www.iana.org/assignments/radius-types
78 $INCLUDE dictionary.rfc2865
79 $INCLUDE dictionary.rfc2866
80 $INCLUDE dictionary.rfc2867
81 $INCLUDE dictionary.rfc2868
82 $INCLUDE dictionary.rfc2869
83 $INCLUDE dictionary.rfc3162
84 $INCLUDE dictionary.rfc3576
85 $INCLUDE dictionary.rfc3580
86 $INCLUDE dictionary.rfc4072
87 $INCLUDE dictionary.rfc4372
88 $INCLUDE dictionary.rfc4603
89 $INCLUDE dictionary.rfc4675
90 $INCLUDE dictionary.rfc4679
91 $INCLUDE dictionary.rfc4818
92 $INCLUDE dictionary.rfc4849
93 $INCLUDE dictionary.rfc5176
94 $INCLUDE dictionary.rfc5447
95 $INCLUDE dictionary.rfc5580
96 $INCLUDE dictionary.rfc5607
97 $INCLUDE dictionary.rfc5904
98 $INCLUDE dictionary.rfc6519
99 $INCLUDE dictionary.rfc6572
102 # Include vendor dictionaries after the standard ones.
104 $INCLUDE dictionary.3com
105 $INCLUDE dictionary.3gpp
106 $INCLUDE dictionary.3gpp2
107 $INCLUDE dictionary.acc
108 $INCLUDE dictionary.acme
109 $INCLUDE dictionary.airespace
110 $INCLUDE dictionary.alcatel
111 $INCLUDE dictionary.alcatel.sr
112 $INCLUDE dictionary.alcatel-lucent.aaa
113 $INCLUDE dictionary.alcatel-lucent.xylan
114 $INCLUDE dictionary.alteon
115 $INCLUDE dictionary.alvarion
116 $INCLUDE dictionary.apc
117 $INCLUDE dictionary.aruba
118 $INCLUDE dictionary.azaire
119 $INCLUDE dictionary.ascend
120 $INCLUDE dictionary.bay
121 $INCLUDE dictionary.bintec
122 $INCLUDE dictionary.cablelabs
123 $INCLUDE dictionary.cabletron
124 $INCLUDE dictionary.chillispot
125 $INCLUDE dictionary.cisco
127 # The Cisco VPN300 dictionary is the same as the altiga one.
128 # You shouldn't use both at the same time.
130 $INCLUDE dictionary.cisco.vpn3000
131 $INCLUDE dictionary.cisco.vpn5000
132 $INCLUDE dictionary.cisco.bbsm
133 $INCLUDE dictionary.clavister
134 $INCLUDE dictionary.colubris
135 $INCLUDE dictionary.cosine
136 #$INCLUDE dictionary.dhcp
137 $INCLUDE dictionary.digium
138 $INCLUDE dictionary.eltex
139 $INCLUDE dictionary.epygi
140 $INCLUDE dictionary.erx
141 $INCLUDE dictionary.ericsson
142 $INCLUDE dictionary.extreme
143 $INCLUDE dictionary.freeradius
144 $INCLUDE dictionary.freeswitch
145 $INCLUDE dictionary.fortinet
146 $INCLUDE dictionary.foundry
147 $INCLUDE dictionary.gandalf
148 $INCLUDE dictionary.gemtek
149 $INCLUDE dictionary.h3c
150 $INCLUDE dictionary.hp
151 $INCLUDE dictionary.huawei
152 $INCLUDE dictionary.iea
153 $INCLUDE dictionary.infonet
154 $INCLUDE dictionary.issanni
155 $INCLUDE dictionary.itk
156 $INCLUDE dictionary.ipunplugged
157 $INCLUDE dictionary.juniper
158 $INCLUDE dictionary.jradius
159 $INCLUDE dictionary.karlnet
160 $INCLUDE dictionary.lancom
161 $INCLUDE dictionary.livingston
162 $INCLUDE dictionary.localweb
163 $INCLUDE dictionary.lucent
164 $INCLUDE dictionary.manzara
165 $INCLUDE dictionary.merit
166 $INCLUDE dictionary.microsoft
167 $INCLUDE dictionary.mikrotik
168 $INCLUDE dictionary.motorola.wimax
169 $INCLUDE dictionary.navini
170 $INCLUDE dictionary.netscreen
171 $INCLUDE dictionary.networkphysics
172 $INCLUDE dictionary.nexans
173 $INCLUDE dictionary.ntua
174 $INCLUDE dictionary.nokia
176 # Commented out because of attribute conflicts.
178 #$INCLUDE dictionary.nokia.conflict
179 $INCLUDE dictionary.nomadix
180 $INCLUDE dictionary.nortel
182 # Commented out because of attribute conflicts.
184 #$INCLUDE dictionary.openser
185 $INCLUDE dictionary.packeteer
186 $INCLUDE dictionary.patton
187 $INCLUDE dictionary.propel
188 $INCLUDE dictionary.prosoft
189 $INCLUDE dictionary.quiconnect
190 $INCLUDE dictionary.quintum
191 $INCLUDE dictionary.redback
192 $INCLUDE dictionary.redcreek
193 $INCLUDE dictionary.riverstone
194 $INCLUDE dictionary.roaringpenguin
195 $INCLUDE dictionary.shasta
196 $INCLUDE dictionary.shiva
197 $INCLUDE dictionary.slipstream
198 $INCLUDE dictionary.sonicwall
199 $INCLUDE dictionary.springtide
200 $INCLUDE dictionary.starent
201 $INCLUDE dictionary.telebit
202 $INCLUDE dictionary.trapeze
203 $INCLUDE dictionary.tropos
204 $INCLUDE dictionary.t_systems_nova
205 $INCLUDE dictionary.usr
206 $INCLUDE dictionary.utstarcom
207 $INCLUDE dictionary.valemount
208 $INCLUDE dictionary.versanet
209 ###$INCLUDE dictionary.vqp
210 $INCLUDE dictionary.waverider
211 $INCLUDE dictionary.walabi
212 $INCLUDE dictionary.wichorus
213 $INCLUDE dictionary.wimax
214 $INCLUDE dictionary.wispr
215 $INCLUDE dictionary.xedia
216 $INCLUDE custom.includes
219 # And finally the server internal attributes.
221 ###$INCLUDE dictionary.freeradius.internal
224 # Miscellaneous attributes defined in weird places that
225 # don't really belong anywhere else...
227 ATTRIBUTE Originating-Line-Info 94 string
229 # As defined in draft-sterman-aaa-sip-00.txt
230 ATTRIBUTE Digest-Response 206 string
231 ATTRIBUTE Digest-Attributes 207 octets # stupid format
234 # Integer Translations
236 VALUE Service-Type Voice 12
237 VALUE Service-Type Fax 13
238 VALUE Service-Type Modem-Relay 14
239 VALUE Service-Type IAPP-Register 15
240 VALUE Service-Type IAPP-AP-Check 16
242 VALUE Framed-Protocol GPRS-PDP-Context 7
244 VALUE NAS-Port-Type Wireless-CDMA2000 22
245 VALUE NAS-Port-Type Wireless-UMTS 23
246 VALUE NAS-Port-Type Wireless-1X-EV 24
247 VALUE NAS-Port-Type IAPP 25
249 VALUE NAS-Port-Type FTTP 26
250 VALUE NAS-Port-Type Wireless-802.16 27
251 VALUE NAS-Port-Type Wireless-802.20 28
252 VALUE NAS-Port-Type Wireless-802.22 29
254 VALUE NAS-Port-Type xPON 35
255 VALUE NAS-Port-Type Wireless-XGP 36
257 VALUE Framed-Protocol PPTP 9