Skip to content
Snippets Groups Projects
Forked from smradius / smradius
682 commits behind the upstream repository.
dictionary.tunnel 1.60 KiB
#
# dictionary.tunnel
#
#		Experimental tunneling attributes.
#
#
# Version:	 $Id: dictionary.tunnel,v 1.1 2006/11/14 17:44:59 lem Exp $
#

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

VALUE		Framed-Protocol		PPTP			9

#	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
VALUE		Tunnel-Type	IP-in-IP 12
VALUE		Tunnel-Type	VLAN	13
#

#	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
VALUE		Tunnel-Medium-Type	BBN-1822	5
VALUE		Tunnel-Medium-Type	IEEE-802	6
VALUE		Tunnel-Medium-Type	E.163		7
VALUE		Tunnel-Medium-Type	E.164		8
VALUE		Tunnel-Medium-Type	F.69		9
VALUE		Tunnel-Medium-Type	X.121		10
VALUE		Tunnel-Medium-Type	IPX		11
VALUE		Tunnel-Medium-Type	Appletalk	12
VALUE		Tunnel-Medium-Type	DecNet-IV	13
VALUE		Tunnel-Medium-Type	Banyan-Vines	14
VALUE		Tunnel-Medium-Type	E.164-NSAP	15