dictionary.rfc2868

来自「This is java Radius API」· RFC2868 代码 · 共 55 行

RFC2868
55
字号
# -*- text -*-##	Attributes and values defined in RFC 2868.#	http://www.ietf.org/rfc/rfc2868.txt##	$Id$#ATTRIBUTE	Tunnel-Type				64	integer	has_tagATTRIBUTE	Tunnel-Medium-Type			65	integer	has_tagATTRIBUTE	Tunnel-Client-Endpoint			66	string	has_tagATTRIBUTE	Tunnel-Server-Endpoint			67	string	has_tagATTRIBUTE	Tunnel-Password				69	string	has_tag,encrypt=2ATTRIBUTE	Tunnel-Private-Group-Id			81	string	has_tagATTRIBUTE	Tunnel-Assignment-Id			82	string	has_tagATTRIBUTE	Tunnel-Preference			83	integer	has_tagATTRIBUTE	Tunnel-Client-Auth-Id			90	string	has_tagATTRIBUTE	Tunnel-Server-Auth-Id			91	string	has_tag#	Tunnel TypeVALUE	Tunnel-Type			PPTP			1VALUE	Tunnel-Type			L2F			2VALUE	Tunnel-Type			L2TP			3VALUE	Tunnel-Type			ATMP			4VALUE	Tunnel-Type			VTP			5VALUE	Tunnel-Type			AH			6VALUE	Tunnel-Type			IP			7VALUE	Tunnel-Type			MIN-IP			8VALUE	Tunnel-Type			ESP			9VALUE	Tunnel-Type			GRE			10VALUE	Tunnel-Type			DVS			11VALUE	Tunnel-Type			IP-in-IP		12#	Tunnel Medium TypeVALUE	Tunnel-Medium-Type		IP			1VALUE	Tunnel-Medium-Type		IPv4			1VALUE	Tunnel-Medium-Type		IPv6			2VALUE	Tunnel-Medium-Type		NSAP			3VALUE	Tunnel-Medium-Type		HDLC			4VALUE	Tunnel-Medium-Type		BBN-1822		5VALUE	Tunnel-Medium-Type		IEEE-802		6VALUE	Tunnel-Medium-Type		E.163			7VALUE	Tunnel-Medium-Type		E.164			8VALUE	Tunnel-Medium-Type		F.69			9VALUE	Tunnel-Medium-Type		X.121			10VALUE	Tunnel-Medium-Type		IPX			11VALUE	Tunnel-Medium-Type		Appletalk		12VALUE	Tunnel-Medium-Type		DecNet-IV		13VALUE	Tunnel-Medium-Type		Banyan-Vines		14VALUE	Tunnel-Medium-Type		E.164-NSAP		15

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?