nexmon – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 # -*- text -*-
2 #
3 # Attributes and values defined in RFC 2868.
4 # http://www.ietf.org/rfc/rfc2868.txt
5 #
6 # $Id$
7 #
8 ATTRIBUTE Tunnel-Type 64 integer has_tag
9 ATTRIBUTE Tunnel-Medium-Type 65 integer has_tag
10 ATTRIBUTE Tunnel-Client-Endpoint 66 string has_tag
11 ATTRIBUTE Tunnel-Server-Endpoint 67 string has_tag
12  
13 ATTRIBUTE Tunnel-Password 69 string has_tag,encrypt=2
14  
15 ATTRIBUTE Tunnel-Private-Group-Id 81 string has_tag
16 ATTRIBUTE Tunnel-Assignment-Id 82 string has_tag
17 ATTRIBUTE Tunnel-Preference 83 integer has_tag
18  
19 ATTRIBUTE Tunnel-Client-Auth-Id 90 string has_tag
20 ATTRIBUTE Tunnel-Server-Auth-Id 91 string has_tag
21  
22 # Tunnel Type
23  
24 VALUE Tunnel-Type PPTP 1
25 VALUE Tunnel-Type L2F 2
26 VALUE Tunnel-Type L2TP 3
27 VALUE Tunnel-Type ATMP 4
28 VALUE Tunnel-Type VTP 5
29 VALUE Tunnel-Type AH 6
30 VALUE Tunnel-Type IP 7
31 VALUE Tunnel-Type MIN-IP 8
32 VALUE Tunnel-Type ESP 9
33 VALUE Tunnel-Type GRE 10
34 VALUE Tunnel-Type DVS 11
35 VALUE Tunnel-Type IP-in-IP 12
36  
37 # Tunnel Medium Type
38  
39 VALUE Tunnel-Medium-Type IP 1
40 VALUE Tunnel-Medium-Type IPv4 1
41 VALUE Tunnel-Medium-Type IPv6 2
42 VALUE Tunnel-Medium-Type NSAP 3
43 VALUE Tunnel-Medium-Type HDLC 4
44 VALUE Tunnel-Medium-Type BBN-1822 5
45 VALUE Tunnel-Medium-Type IEEE-802 6
46 VALUE Tunnel-Medium-Type E.163 7
47 VALUE Tunnel-Medium-Type E.164 8
48 VALUE Tunnel-Medium-Type F.69 9
49 VALUE Tunnel-Medium-Type X.121 10
50 VALUE Tunnel-Medium-Type IPX 11
51 VALUE Tunnel-Medium-Type Appletalk 12
52 VALUE Tunnel-Medium-Type DecNet-IV 13
53 VALUE Tunnel-Medium-Type Banyan-Vines 14
54 VALUE Tunnel-Medium-Type E.164-NSAP 15