home *** CD-ROM | disk | FTP | other *** search
/ Thomson (Residential) / TGSTPv7203.iso / mac / SNMP_MIBs / extended / ADSL-TC-MIB.mib < prev    next >
Text File  |  2008-02-08  |  4KB  |  126 lines

  1. --
  2. -- This SMIv1 module has been generated by smidump 0.2.8. Do not edit.
  3. --
  4.  
  5. ADSL-TC-MIB DEFINITIONS ::= BEGIN
  6.  
  7. IMPORTS
  8.     Gauge
  9.         FROM RFC1155-SMI
  10.     transmission
  11.         FROM RFC1213-MIB;
  12.  
  13. -- adsltcmib MODULE-IDENTITY
  14. --     LAST-UPDATED "199908190000Z"
  15. --     ORGANIZATION 
  16. --         "IETF ADSL MIB Working Group"
  17. --     CONTACT-INFO 
  18. --         "
  19. --          Gregory Bathrick
  20. --          AG Communication Systems
  21. --          A Subsidiary of Lucent Technologies
  22. --          2500 W Utopia Rd.
  23. --          Phoenix, AZ 85027 USA
  24. --          Tel: +1 602-582-7679
  25. --          Fax: +1 602-582-7697
  26. --          E-mail: bathricg@agcs.com
  27. --          
  28. --          Faye Ly
  29. --          Copper Mountain Networks
  30. --          Norcal Office
  31. --          2470 Embarcadero Way
  32. --          Palo Alto, CA 94303
  33. --          Tel: +1 650-858-8500
  34. --          Fax: +1 650-858-8085
  35. --          E-Mail: faye@coppermountain.com
  36. --          
  37. --          
  38. --          IETF ADSL MIB Working Group (adsl@xlist.agcs.com)
  39. --          "
  40. --     DESCRIPTION 
  41. --         "The MIB module which provides a ADSL
  42. --          Line Coding Textual Convention to be used
  43. --          by ADSL Lines."
  44. --     REVISION    "199908190000Z"
  45. --     DESCRIPTION 
  46. --         "Initial Version, published as RFC 2662"
  47. --     ::= { transmission 94 2 }
  48.  
  49.  
  50. AdslLineCodingType ::=
  51.     INTEGER { other(1), dmt(2), cap(3), qam(4) }
  52.  
  53. -- AdslLineCodingType ::= TEXTUAL-CONVENTION
  54. --     STATUS      mandatory
  55. --     DESCRIPTION 
  56. --         "This data type is used as the syntax for the ADSL
  57. --          Line Code."
  58. --     SYNTAX      INTEGER
  59. --                   { other(1), dmt(2), cap(3), qam(4) }
  60.  
  61. AdslPerfCurrDayCount ::=
  62.     Gauge
  63.  
  64. -- AdslPerfCurrDayCount ::= TEXTUAL-CONVENTION
  65. --     STATUS      mandatory
  66. --     DESCRIPTION 
  67. --         "A counter associated with interface performance
  68. --          measurements in a current 1-day (24 hour) measurement
  69. --          interval.
  70. --          
  71. --          The value of this counter starts at zero at the
  72. --          beginning of an interval and is increased when
  73. --          associated events occur, until the end of the
  74. --          1-day interval.  At that time the value of the
  75. --          counter is stored in the previous 1-day history
  76. --          interval, if available, and the current interval
  77. --          counter is restarted at zero.
  78. --          
  79. --          In the case where the agent has no valid data available
  80. --          for this interval the corresponding object
  81. --          instance is not available and upon a retrieval
  82. --          request a corresponding error message shall be
  83. --          returned to indicate that this instance does
  84. --          not exist (for example, a noSuchName error for
  85. --          SNMPv1 and a noSuchInstance for SNMPv2 GET
  86. --          operation)."
  87. --     SYNTAX      Gauge
  88.  
  89. AdslPerfPrevDayCount ::=
  90.     Gauge
  91.  
  92. -- AdslPerfPrevDayCount ::= TEXTUAL-CONVENTION
  93. --     STATUS      mandatory
  94. --     DESCRIPTION 
  95. --         "A counter associated with interface performance
  96. --          measurements during the most previous 1-day (24 hour)
  97. --          measurement interval.  The value of this counter is
  98. --          equal to the value of the current day counter at
  99. --          the end of its most recent interval.
  100. --          
  101. --          In the case where the agent has no valid data available
  102. --          for this interval the corresponding object
  103. --          instance is not available and upon a retrieval
  104. --          request a corresponding error message shall be
  105. --          returned to indicate that this instance does
  106. --          not exist (for example, a noSuchName error for
  107. --          SNMPv1 and a noSuchInstance for SNMPv2 GET
  108. --          operation)."
  109. --     SYNTAX      Gauge
  110.  
  111. AdslPerfTimeElapsed ::=
  112.     Gauge
  113.  
  114. -- AdslPerfTimeElapsed ::= TEXTUAL-CONVENTION
  115. --     STATUS      mandatory
  116. --     DESCRIPTION 
  117. --         "The number of seconds that have elapsed since
  118. --          the beginning of the current measurement period.
  119. --          If, for some reason, such as an adjustment in the
  120. --          system's time-of-day clock, the current interval
  121. --          exceeds the maximum value, the agent will return
  122. --          the maximum value."
  123. --     SYNTAX      Gauge
  124.  
  125. END -- end of module ADSL-TC-MIB.
  126.