home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 December / PCWorld_2005-12_cd.bin / software / vyzkuste / trikyhackeru / trikyhackeru.exe / ethereal-setup-0.10.13.exe / radius / dictionary.tunnel < prev    next >
Text File  |  2005-10-12  |  2KB  |  62 lines

  1. #
  2. # dictionary.tunnel
  3. #
  4. #        Experimental tunneling attributes.
  5. #
  6. #
  7. # Version:     $Id: dictionary.tunnel 14924 2005-07-15 21:03:13Z lego $
  8. #
  9.  
  10. #
  11. #    Tunneling Attributes
  12. #
  13. ATTRIBUTE    Tunnel-Type            64    integer    has_tag
  14. ATTRIBUTE    Tunnel-Medium-Type        65    integer    has_tag
  15. ATTRIBUTE    Tunnel-Client-Endpoint        66    string    has_tag
  16. ATTRIBUTE    Tunnel-Server-Endpoint        67    string    has_tag
  17. ATTRIBUTE    Tunnel-Connection-Id        68    string    has_tag
  18. ATTRIBUTE    Tunnel-Password            69    string    has_tag,encrypt=2
  19. ATTRIBUTE    Tunnel-Private-Group-Id        81    string    has_tag
  20. ATTRIBUTE    Tunnel-Assignment-Id        82    string    has_tag
  21. ATTRIBUTE    Tunnel-Preference        83    integer    has_tag
  22. ATTRIBUTE       Acct-Tunnel-Packets-Lost    86    integer
  23. ATTRIBUTE    Tunnel-Client-Auth-Id        90    string    has_tag
  24. ATTRIBUTE    Tunnel-Server-Auth-Id        91    string    has_tag
  25.  
  26. VALUE        Framed-Protocol        PPTP            9
  27.  
  28. #    Tunnel Type
  29.  
  30. VALUE        Tunnel-Type    PPTP    1
  31. VALUE        Tunnel-Type    L2F    2
  32. VALUE        Tunnel-Type    L2TP    3
  33. VALUE        Tunnel-Type    ATMP    4
  34. VALUE        Tunnel-Type    VTP    5
  35. VALUE        Tunnel-Type    AH    6
  36. VALUE        Tunnel-Type    IP    7
  37. VALUE        Tunnel-Type    MIN-IP    8
  38. VALUE        Tunnel-Type    ESP    9
  39. VALUE        Tunnel-Type    GRE    10
  40. VALUE        Tunnel-Type    DVS    11
  41. VALUE        Tunnel-Type    IP-in-IP 12
  42. VALUE        Tunnel-Type    VLAN    13
  43. #
  44.  
  45. #    Tunnel Medium Type
  46.  
  47. VALUE        Tunnel-Medium-Type    IP        1
  48. VALUE        Tunnel-Medium-Type    X25        2
  49. VALUE        Tunnel-Medium-Type    ATM        3
  50. VALUE        Tunnel-Medium-Type    Frame-Relay    4
  51. VALUE        Tunnel-Medium-Type    BBN-1822    5
  52. VALUE        Tunnel-Medium-Type    IEEE-802    6
  53. VALUE        Tunnel-Medium-Type    E.163        7
  54. VALUE        Tunnel-Medium-Type    E.164        8
  55. VALUE        Tunnel-Medium-Type    F.69        9
  56. VALUE        Tunnel-Medium-Type    X.121        10
  57. VALUE        Tunnel-Medium-Type    IPX        11
  58. VALUE        Tunnel-Medium-Type    Appletalk    12
  59. VALUE        Tunnel-Medium-Type    DecNet-IV    13
  60. VALUE        Tunnel-Medium-Type    Banyan-Vines    14
  61. VALUE        Tunnel-Medium-Type    E.164-NSAP    15
  62.