# NOTE: This file may be overwritten by radius installation procedure.
# Please add your customizations to the main dictionary file.
# Run
#       info Radius dictionary
# for detailed description of the format of this file.
# Please report errors to <bug-gnu-radius@gnu.org>

# dictionary.tunnel
#
# Experimental tunneling attributes, RFC 2867
#
#

#
#	Tunneling Attributes
#
ATTRIBUTE	Tunnel-Type			64	integer
ATTRIBUTE	Tunnel-Medium-Type		65	integer
ATTRIBUTE	Acct-Tunnel-Client-Endpoint	66	string
ATTRIBUTE	Tunnel-Server-Endpoint		67	string
ATTRIBUTE	Acct-Tunnel-Connection		68	string
ATTRIBUTE	Tunnel-Password			69	string	- []TP
ATTRIBUTE	Private-Group-Id		75	integer
ATTRIBUTE       Tunnel-Private-Group-Id         81      string
ATTRIBUTE       Tunnel-Assignment-Id            82      string
ATTRIBUTE       Tunnel-Preference               83      integer
ATTRIBUTE       Tunnel-Client-Auth-Id           90      string
ATTRIBUTE       Tunnel-Server-Auth-Id           91      string

VALUE		Framed-Protocol		PPTP			9

#  Some of the new Tunnel values 
#VALUE		Tunnel-Security		None			0
#VALUE		Tunnel-Security		Control-Only		1
#VALUE		Tunnel-Security		Data-Only		2
#VALUE		Tunnel-Security		Both			3

#	Tunnel Type

VALUE		Tunnel-Type	PPTP	1
VALUE		Tunnel-Type	L2F	2
VALUE		Tunnel-Type	L2TP	3
VALUE		Tunnel-Type	ATMP	4
VALUE		Tunnel-Type	VTP	5
VALUE		Tunnel-Type	AH	6
VALUE		Tunnel-Type	IP	7
VALUE		Tunnel-Type	MIN-IP	8
VALUE		Tunnel-Type	ESP	9
VALUE		Tunnel-Type	GRE	10
VALUE		Tunnel-Type	DVS	11
#

#	Tunnel Medium Type

VALUE		Tunnel-Medium-Type	IP		1
VALUE		Tunnel-Medium-Type	X25		2
VALUE		Tunnel-Medium-Type	ATM		3
VALUE		Tunnel-Medium-Type	Frame-Relay	4

