home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / ijfire14.zip / pppoe.dct < prev    next >
Text File  |  2000-03-03  |  2KB  |  83 lines

  1. #
  2. # PPPOE.DCT - Do not modify this file!
  3. #
  4. #    This file contains dictionary translations for parsing
  5. #    requests and generating responses. The file is composed
  6. #    of Attribute/Value Pairs. The value of each attribute
  7. #    is specified as one of 4 data types.  Valid data types are:
  8. #
  9. #    string - 0-253 octets (probably less)
  10. #    ipaddr - 4 octets in network byte order
  11. #    integer - 32 bit value in big endian order (high byte first)
  12. #    date - 32 bit value in big endian order - seconds since
  13. #
  14. #    Enumerated values are stored in *.cnf files in the respective
  15. #    database directories.
  16. #
  17.  
  18.  
  19. ATTRIBUTE AC-Name            1    string
  20. ATTRIBUTE Service-Name            2    string
  21. ATTRIBUTE User-Id            3    string
  22. ATTRIBUTE Password            4    string
  23. ATTRIBUTE DNS-1                5    string
  24. ATTRIBUTE DNS-2                6    string
  25. ATTRIBUTE Domain-Name            7    string
  26. ATTRIBUTE Local-IP            8    string
  27. ATTRIBUTE Peer-IP            9    string
  28. ATTRIBUTE Netmask            10    string
  29. ATTRIBUTE Restart-Timer            20    integer
  30. ATTRIBUTE Restart-Timer-Aut        21    integer
  31. ATTRIBUTE PPP-MRU            22    integer
  32. ATTRIBUTE Default-Profile        40    integer
  33. ATTRIBUTE Connect            41    integer
  34. ATTRIBUTE Re-Connect            42    integer
  35. ATTRIBUTE Idle-Timeout            45    integer
  36. ATTRIBUTE Session-Timeout        46    integer
  37. ATTRIBUTE LCP-Echo            47    integer
  38. ATTRIBUTE LCP-Consecutive-Errors    48    integer
  39. ATTRIBUTE Trace                100    integer
  40.  
  41.  
  42. #    Default-Profile
  43. VALUE        Default-Profile            Yes            1
  44. VALUE        Default-Profile            No            0
  45.  
  46. #    Connect (at start-up)
  47. VALUE        Connect                Auto            2
  48. VALUE        Connect                Demand            1
  49. VALUE        Connect                Manual            0
  50.  
  51. #    Re-Connect
  52. VALUE        Re-Connect            Auto            2
  53. VALUE        Re-Connect            Demand            1
  54. VALUE        Re-Connect            Manual            0
  55.  
  56. #    Trace (trace to pppoe.trc)
  57. VALUE        Trace                Yes            1
  58. VALUE        Trace                No            0
  59.  
  60.  
  61. #    Restart-Timer
  62. # Millisecs between sending out periodic PPP packets
  63.  
  64. #    Restart-Timer-Aut
  65. # Millisecs between sending out periodic Authentication PPP packets
  66.  
  67. #    Session-Timeout
  68. # The maximum time a connection may be up (in seconds), until it is
  69. # automatically brought down. Specify 0 to Disable.
  70.  
  71. #    Idle-Timeout
  72. # Time the connection stays idle (in seconds), until the link is declared dead.
  73. # Specify 0 to disable.
  74.  
  75. #    LCP-Echo
  76. # Seconds between sending out a PPP link level ECHO request. This request
  77. # is not affecting the idle-timeout. Specify 0 to disable.
  78.  
  79. #    LCP-Consecutive-Errors
  80. # Number of consecutive LCP echo errors (a.k.a. errors in a row) until
  81. # the link is declared dead.
  82.  
  83.