dictionary.rfc2868 1.7 KB

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