home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Komunikace / phptriad / phptriadsetup2-11.exe / php / mibs / SNMPv2-MIB.txt < prev    next >
Text File  |  1997-05-13  |  24KB  |  727 lines

  1. SNMPv2-MIB DEFINITIONS ::= BEGIN
  2.  
  3. IMPORTS
  4.     NOTIFICATION-GROUP, OBJECT-GROUP, MODULE-COMPLIANCE
  5.         FROM SNMPv2-CONF
  6.     TimeStamp, TestAndIncr, DisplayString
  7.         FROM SNMPv2-TC
  8.     mib-2, snmpModules, Counter32, TimeTicks, NOTIFICATION-TYPE, OBJECT-TYPE,
  9.     MODULE-IDENTITY
  10.         FROM SNMPv2-SMI;
  11.  
  12. snmpMIB MODULE-IDENTITY
  13.     LAST-UPDATED "9511090000Z"
  14.     ORGANIZATION "IETF SNMPv2 Working Group"
  15.     CONTACT-INFO
  16.                  "Marshall T. Rose
  17.  
  18.           Postal: Dover Beach Consulting, Inc.
  19.                   420 Whisman Court
  20.                   Mountain View, CA  94043-2186
  21.                   US
  22.  
  23.              Tel: +1 415 968 1052
  24.  
  25.           E-mail: mrose@dbc.mtview.ca.us"
  26.     DESCRIPTION
  27.         "The MIB module for SNMPv2 entities."
  28.     REVISION     "9304010000Z"
  29.     DESCRIPTION
  30.         "The initial revision of this MIB module was published as
  31.          RFC 1450."
  32.     ::= { snmpModules  1 }
  33.  
  34. snmpMIBObjects ::= { snmpMIB  1 }
  35.  
  36. system ::= { mib-2  1 }
  37.  
  38. sysDescr OBJECT-TYPE
  39.     SYNTAX     DisplayString
  40.     MAX-ACCESS read-only
  41.     STATUS     current
  42.     DESCRIPTION
  43.         "A textual description of the entity.  This value should
  44.          include the full name and version identification of the
  45.          system's hardware type, software operating-system, and
  46.          networking software."
  47.     ::= { system  1 }
  48.  
  49. sysObjectID OBJECT-TYPE
  50.     SYNTAX     OBJECT IDENTIFIER
  51.     MAX-ACCESS read-only
  52.     STATUS     current
  53.     DESCRIPTION
  54.         "The vendor's authoritative identification of the network
  55.          management subsystem contained in the entity.  This value is
  56.          allocated within the SMI enterprises subtree (1.3.6.1.4.1)
  57.          and provides an easy and unambiguous means for determining
  58.          `what kind of box' is being managed.  For example, if vendor
  59.          `Flintstones, Inc.' was assigned the subtree
  60.          1.3.6.1.4.1.4242, it could assign the identifier
  61.          1.3.6.1.4.1.4242.1.1 to its `Fred Router'."
  62.     ::= { system  2 }
  63.  
  64. sysUpTime OBJECT-TYPE
  65.     SYNTAX     TimeTicks
  66.     MAX-ACCESS read-only
  67.     STATUS     current
  68.     DESCRIPTION
  69.         "The time (in hundredths of a second) since the network
  70.          management portion of the system was last re-initialized."
  71.     ::= { system  3 }
  72.  
  73. sysContact OBJECT-TYPE
  74.     SYNTAX     DisplayString
  75.     MAX-ACCESS read-write
  76.     STATUS     current
  77.     DESCRIPTION
  78.         "The textual identification of the contact person for this
  79.          managed node, together with information on how to contact
  80.          this person.  If no contact information is known, the value
  81.          is the zero-length string."
  82.     ::= { system  4 }
  83.  
  84. sysName OBJECT-TYPE
  85.     SYNTAX     DisplayString
  86.     MAX-ACCESS read-write
  87.     STATUS     current
  88.     DESCRIPTION
  89.         "An administratively-assigned name for this managed node.
  90.          By convention, this is the node's fully-qualified domain
  91.          name.  If the name is unknown, the value is the zero-length
  92.          string."
  93.     ::= { system  5 }
  94.  
  95. sysLocation OBJECT-TYPE
  96.     SYNTAX     DisplayString
  97.     MAX-ACCESS read-write
  98.     STATUS     current
  99.     DESCRIPTION
  100.         "The physical location of this node (e.g., `telephone
  101.          closet, 3rd floor').  If the location is unknown, the value
  102.          is the zero-length string."
  103.     ::= { system  6 }
  104.  
  105. sysServices OBJECT-TYPE
  106.     SYNTAX     INTEGER
  107.     MAX-ACCESS read-only
  108.     STATUS     current
  109.     DESCRIPTION
  110.         "A value which indicates the set of services that this
  111.          entity may potentially offers.  The value is a sum.  This
  112.          sum initially takes the value zero, Then, for each layer, L,
  113.          in the range 1 through 7, that this node performs
  114.          transactions for, 2 raised to (L - 1) is added to the sum.
  115.          For example, a node which performs only routing functions
  116.          would have a value of 4 (2^(3-1)).  In contrast, a node
  117.          which is a host offering application services would have a
  118.          value of 72 (2^(4-1) + 2^(7-1)).  Note that in the context
  119.          of the Internet suite of protocols, values should be
  120.          calculated accordingly:
  121.  
  122.               layer      functionality
  123.                 1        physical (e.g., repeaters)
  124.                 2        datalink/subnetwork (e.g., bridges)
  125.                 3        internet (e.g., supports the IP)
  126.                 4        end-to-end  (e.g., supports the TCP)
  127.                 7        applications (e.g., supports the SMTP)
  128.  
  129.          For systems including OSI protocols, layers 5 and 6 may also
  130.          be counted."
  131.     ::= { system  7 }
  132.  
  133. sysORLastChange OBJECT-TYPE
  134.     SYNTAX     TimeStamp
  135.     MAX-ACCESS read-only
  136.     STATUS     current
  137.     DESCRIPTION
  138.         "The value of sysUpTime at the time of the most recent
  139.          change in state or value of any instance of sysORID."
  140.     ::= { system  8 }
  141.  
  142. sysORTable OBJECT-TYPE
  143.     SYNTAX     SEQUENCE OF SysOREntry
  144.     MAX-ACCESS not-accessible
  145.     STATUS     current
  146.     DESCRIPTION
  147.         "The (conceptual) table listing the capabilities of the
  148.          local SNMPv2 entity acting in an agent role with respect to
  149.          various MIB modules.  SNMPv2 entities having dynamically-
  150.          configurable support of MIB modules will have a
  151.          dynamically-varying number of conceptual rows."
  152.     ::= { system  9 }
  153.  
  154. sysOREntry OBJECT-TYPE
  155.     SYNTAX     SysOREntry
  156.     MAX-ACCESS not-accessible
  157.     STATUS     current
  158.     DESCRIPTION
  159.         "An entry (conceptual row) in the sysORTable."
  160.     INDEX      { sysORIndex }
  161.     ::= { sysORTable  1 }
  162.  
  163. SysOREntry ::=
  164.     SEQUENCE {
  165.         sysORIndex
  166.             INTEGER,
  167.  
  168.         sysORID
  169.             OBJECT IDENTIFIER,
  170.  
  171.         sysORDescr
  172.             DisplayString,
  173.  
  174.         sysORUpTime
  175.             TimeStamp
  176.     }
  177.  
  178. sysORIndex OBJECT-TYPE
  179.     SYNTAX     INTEGER
  180.     MAX-ACCESS not-accessible
  181.     STATUS     current
  182.     DESCRIPTION
  183.         "The auxiliary variable used for identifying instances of
  184.          the columnar objects in the sysORTable."
  185.     ::= { sysOREntry  1 }
  186.  
  187. sysORID OBJECT-TYPE
  188.     SYNTAX     OBJECT IDENTIFIER
  189.     MAX-ACCESS read-only
  190.     STATUS     current
  191.     DESCRIPTION
  192.         "An authoritative identification of a capabilities statement
  193.          with respect to various MIB modules supported by the local
  194.          SNMPv2 entity acting in an agent role."
  195.     ::= { sysOREntry  2 }
  196.  
  197. sysORDescr OBJECT-TYPE
  198.     SYNTAX     DisplayString
  199.     MAX-ACCESS read-only
  200.     STATUS     current
  201.     DESCRIPTION
  202.         "A textual description of the capabilities identified by the
  203.          corresponding instance of sysORID."
  204.     ::= { sysOREntry  3 }
  205.  
  206. sysORUpTime OBJECT-TYPE
  207.     SYNTAX     TimeStamp
  208.     MAX-ACCESS read-only
  209.     STATUS     current
  210.     DESCRIPTION
  211.         "The value of sysUpTime at the time this conceptual row was
  212.          last instanciated."
  213.     ::= { sysOREntry  4 }
  214.  
  215. snmp ::= { mib-2  11 }
  216.  
  217. snmpInPkts OBJECT-TYPE
  218.     SYNTAX     Counter32
  219.     MAX-ACCESS read-only
  220.     STATUS     current
  221.     DESCRIPTION
  222.         "The total number of messages delivered to the SNMP entity
  223.          from the transport service."
  224.     ::= { snmp  1 }
  225.  
  226. snmpInBadVersions OBJECT-TYPE
  227.     SYNTAX     Counter32
  228.     MAX-ACCESS read-only
  229.     STATUS     current
  230.     DESCRIPTION
  231.         "The total number of SNMP messages which were delivered to
  232.          the SNMP entity and were for an unsupported SNMP version."
  233.     ::= { snmp  3 }
  234.  
  235. snmpInBadCommunityNames OBJECT-TYPE
  236.     SYNTAX     Counter32
  237.     MAX-ACCESS read-only
  238.     STATUS     current
  239.     DESCRIPTION
  240.         "The total number of SNMP messages delivered to the SNMP
  241.          entity which used a SNMP community name not known to said
  242.          entity."
  243.     ::= { snmp  4 }
  244.  
  245. snmpInBadCommunityUses OBJECT-TYPE
  246.     SYNTAX     Counter32
  247.     MAX-ACCESS read-only
  248.     STATUS     current
  249.     DESCRIPTION
  250.         "The total number of SNMP messages delivered to the SNMP
  251.          entity which represented an SNMP operation which was not
  252.          allowed by the SNMP community named in the message."
  253.     ::= { snmp  5 }
  254.  
  255. snmpInASNParseErrs OBJECT-TYPE
  256.     SYNTAX     Counter32
  257.     MAX-ACCESS read-only
  258.     STATUS     current
  259.     DESCRIPTION
  260.         "The total number of ASN.1 or BER errors encountered by the
  261.          SNMP entity when decoding received SNMP messages."
  262.     ::= { snmp  6 }
  263.  
  264. snmpEnableAuthenTraps OBJECT-TYPE
  265.     SYNTAX     INTEGER {
  266.                  enabled(1),
  267.                  disabled(2)
  268.                }
  269.     MAX-ACCESS read-write
  270.     STATUS     current
  271.     DESCRIPTION
  272.         "Indicates whether the SNMP entity is permitted to generate
  273.          authenticationFailure traps.  The value of this object
  274.          overrides any configuration information; as such, it
  275.          provides a means whereby all authenticationFailure traps may
  276.          be disabled.
  277.  
  278.          Note that it is strongly recommended that this object be
  279.          stored in non-volatile memory so that it remains constant
  280.          across re-initializations of the network management system."
  281.     ::= { snmp  30 }
  282.  
  283. snmpSilentDrops OBJECT-TYPE
  284.     SYNTAX     Counter32
  285.     MAX-ACCESS read-only
  286.     STATUS     current
  287.     DESCRIPTION
  288.         "The total number of GetRequest-PDUs, GetNextRequest-PDUs,
  289.          GetBulkRequest-PDUs, SetRequest-PDUs, and InformRequest-PDUs
  290.          delivered to the SNMP entity which were silently dropped
  291.          because the size of a reply containing an alternate
  292.          Response-PDU with an empty variable-bindings field was
  293.          greater than either a local constraint or the maximum
  294.          message size associated with the originator of the request."
  295.     ::= { snmp  31 }
  296.  
  297. snmpProxyDrops OBJECT-TYPE
  298.     SYNTAX     Counter32
  299.     MAX-ACCESS read-only
  300.     STATUS     current
  301.     DESCRIPTION
  302.         "The total number of GetRequest-PDUs, GetNextRequest-PDUs,
  303.          GetBulkRequest-PDUs, SetRequest-PDUs, and InformRequest-PDUs
  304.          delivered to the SNMP entity which were silently dropped
  305.          because the transmission of the (possibly translated)
  306.          message to a proxy target failed in a manner (other than a
  307.          time-out) such that no Response-PDU could be returned."
  308.     ::= { snmp  32 }
  309.  
  310. snmpTrap ::= { snmpMIBObjects  4 }
  311.  
  312. snmpTrapOID OBJECT-TYPE
  313.     SYNTAX     OBJECT IDENTIFIER
  314.     MAX-ACCESS accessible-for-notify
  315.     STATUS     current
  316.     DESCRIPTION
  317.         "The authoritative identification of the notification
  318.          currently being sent.  This variable occurs as the second
  319.          varbind in every SNMPv2-Trap-PDU and InformRequest-PDU."
  320.     ::= { snmpTrap  1 }
  321.  
  322. snmpTrapEnterprise OBJECT-TYPE
  323.     SYNTAX     OBJECT IDENTIFIER
  324.     MAX-ACCESS accessible-for-notify
  325.     STATUS     current
  326.     DESCRIPTION
  327.         "The authoritative identification of the enterprise
  328.          associated with the trap currently being sent.  When a
  329.          SNMPv2 proxy agent is mapping an RFC1157 Trap-PDU into a
  330.          SNMPv2-Trap-PDU, this variable occurs as the last varbind."
  331.     ::= { snmpTrap  3 }
  332.  
  333. snmpTraps ::= { snmpMIBObjects  5 }
  334.  
  335. coldStart NOTIFICATION-TYPE
  336.     STATUS     current
  337.     DESCRIPTION
  338.         "A coldStart trap signifies that the SNMPv2 entity, acting
  339.          in an agent role, is reinitializing itself and that its
  340.          configuration may have been altered."
  341.     ::= { snmpTraps  1 }
  342.  
  343. warmStart NOTIFICATION-TYPE
  344.     STATUS     current
  345.     DESCRIPTION
  346.         "A warmStart trap signifies that the SNMPv2 entity, acting
  347.          in an agent role, is reinitializing itself such that its
  348.          configuration is unaltered."
  349.     ::= { snmpTraps  2 }
  350.  
  351. authenticationFailure NOTIFICATION-TYPE
  352.     STATUS     current
  353.     DESCRIPTION
  354.         "An authenticationFailure trap signifies that the SNMPv2
  355.          entity, acting in an agent role, has received a protocol
  356.          message that is not properly authenticated.  While all
  357.          implementations of the SNMPv2 must be capable of generating
  358.          this trap, the snmpEnableAuthenTraps object indicates
  359.          whether this trap will be generated."
  360.     ::= { snmpTraps  5 }
  361.  
  362. snmpSet ::= { snmpMIBObjects  6 }
  363.  
  364. snmpSetSerialNo OBJECT-TYPE
  365.     SYNTAX     TestAndIncr
  366.     MAX-ACCESS read-write
  367.     STATUS     current
  368.     DESCRIPTION
  369.         "An advisory lock used to allow several cooperating SNMPv2
  370.          entities, all acting in a manager role, to coordinate their
  371.          use of the SNMPv2 set operation.
  372.  
  373.          This object is used for coarse-grain coordination.  To
  374.          achieve fine-grain coordination, one or more similar objects
  375.          might be defined within each MIB group, as appropriate."
  376.     ::= { snmpSet  1 }
  377.  
  378. snmpMIBConformance ::= { snmpMIB  2 }
  379.  
  380. snmpMIBCompliances ::= { snmpMIBConformance  1 }
  381.  
  382. snmpMIBGroups ::= { snmpMIBConformance  2 }
  383.  
  384. snmpBasicCompliance MODULE-COMPLIANCE
  385.     STATUS     current
  386.     DESCRIPTION
  387.         "The compliance statement for SNMPv2 entities which
  388.          implement the SNMPv2 MIB."
  389.  
  390.     MODULE           -- this module
  391.     MANDATORY-GROUPS {
  392.                              snmpGroup,
  393.                              snmpSetGroup,
  394.                              systemGroup,
  395.                              snmpBasicNotificationsGroup
  396.                            }
  397.         GROUP        snmpCommunityGroup
  398.         DESCRIPTION
  399.         "This group is mandatory for SNMPv2 entities which
  400.          support community-based authentication."
  401.     ::= { snmpMIBCompliances  2 }
  402.  
  403. snmpGroup OBJECT-GROUP
  404.     OBJECTS    {
  405.                  snmpInPkts,
  406.                  snmpInBadVersions,
  407.                  snmpInASNParseErrs,
  408.                  snmpSilentDrops,
  409.                  snmpProxyDrops,
  410.                  snmpEnableAuthenTraps
  411.                }
  412.     STATUS     current
  413.     DESCRIPTION
  414.         "A collection of objects providing basic instrumentation and
  415.          control of an SNMPv2 entity."
  416.     ::= { snmpMIBGroups  8 }
  417.  
  418. snmpCommunityGroup OBJECT-GROUP
  419.     OBJECTS    { snmpInBadCommunityNames,  snmpInBadCommunityUses }
  420.     STATUS     current
  421.     DESCRIPTION
  422.         "A collection of objects providing basic instrumentation of
  423.          a SNMPv2 entity which supports community-based
  424.          authentication."
  425.     ::= { snmpMIBGroups  9 }
  426.  
  427. snmpSetGroup OBJECT-GROUP
  428.     OBJECTS    { snmpSetSerialNo }
  429.     STATUS     current
  430.     DESCRIPTION
  431.         "A collection of objects which allow several cooperating
  432.          SNMPv2 entities, all acting in a manager role, to coordinate
  433.          their use of the SNMPv2 set operation."
  434.     ::= { snmpMIBGroups  5 }
  435.  
  436. systemGroup OBJECT-GROUP
  437.     OBJECTS    {
  438.                  sysDescr,
  439.                  sysObjectID,
  440.                  sysUpTime,
  441.                  sysContact,
  442.                  sysName,
  443.                  sysLocation,
  444.                  sysServices,
  445.                  sysORLastChange,
  446.                  sysORID,
  447.                  sysORUpTime,
  448.                  sysORDescr
  449.                }
  450.     STATUS     current
  451.     DESCRIPTION
  452.         "The system group defines objects which are common to all
  453.          managed systems."
  454.     ::= { snmpMIBGroups  6 }
  455.  
  456. -- snmpBasicNotificationsGroup NOTIFICATION-GROUP
  457. --     OBJECTS    { coldStart,  authenticationFailure }
  458. --     STATUS     current
  459. --     DESCRIPTION
  460. --         "The two notifications which an SNMPv2 entity is required to
  461. --          implement."
  462. --     ::= { snmpMIBGroups  7 }
  463.  
  464. snmpOutPkts OBJECT-TYPE
  465.     SYNTAX     Counter32
  466.     MAX-ACCESS read-only
  467.     STATUS     obsolete
  468.     DESCRIPTION
  469.         "The total number of SNMP Messages which were
  470.          passed from the SNMP protocol entity to the
  471.          transport service."
  472.     ::= { snmp  2 }
  473.  
  474. snmpInTooBigs OBJECT-TYPE
  475.     SYNTAX     Counter32
  476.     MAX-ACCESS read-only
  477.     STATUS     obsolete
  478.     DESCRIPTION
  479.         "The total number of SNMP PDUs which were
  480.          delivered to the SNMP protocol entity and for
  481.          which the value of the error-status field is
  482.          `tooBig'."
  483.     ::= { snmp  8 }
  484.  
  485. snmpInNoSuchNames OBJECT-TYPE
  486.     SYNTAX     Counter32
  487.     MAX-ACCESS read-only
  488.     STATUS     obsolete
  489.     DESCRIPTION
  490.         "The total number of SNMP PDUs which were
  491.          delivered to the SNMP protocol entity and for
  492.          which the value of the error-status field is
  493.          `noSuchName'."
  494.     ::= { snmp  9 }
  495.  
  496. snmpInBadValues OBJECT-TYPE
  497.     SYNTAX     Counter32
  498.     MAX-ACCESS read-only
  499.     STATUS     obsolete
  500.     DESCRIPTION
  501.         "The total number of SNMP PDUs which were
  502.          delivered to the SNMP protocol entity and for
  503.          which the value of the error-status field is
  504.          `badValue'."
  505.     ::= { snmp  10 }
  506.  
  507. snmpInReadOnlys OBJECT-TYPE
  508.     SYNTAX     Counter32
  509.     MAX-ACCESS read-only
  510.     STATUS     obsolete
  511.     DESCRIPTION
  512.         "The total number valid SNMP PDUs which were
  513.          delivered to the SNMP protocol entity and for
  514.          which the value of the error-status field is
  515.          `readOnly'.  It should be noted that it is a
  516.          protocol error to generate an SNMP PDU which
  517.          contains the value `readOnly' in the error-status
  518.          field, as such this object is provided as a means
  519.          of detecting incorrect implementations of the
  520.          SNMP."
  521.     ::= { snmp  11 }
  522.  
  523. snmpInGenErrs OBJECT-TYPE
  524.     SYNTAX     Counter32
  525.     MAX-ACCESS read-only
  526.     STATUS     obsolete
  527.     DESCRIPTION
  528.         "The total number of SNMP PDUs which were
  529.          delivered to the SNMP protocol entity and for
  530.          which the value of the error-status field is
  531.          `genErr'."
  532.     ::= { snmp  12 }
  533.  
  534. snmpInTotalReqVars OBJECT-TYPE
  535.     SYNTAX     Counter32
  536.     MAX-ACCESS read-only
  537.     STATUS     obsolete
  538.     DESCRIPTION
  539.         "The total number of MIB objects which have been
  540.          retrieved successfully by the SNMP protocol entity
  541.          as the result of receiving valid SNMP Get-Request
  542.          and Get-Next PDUs."
  543.     ::= { snmp  13 }
  544.  
  545. snmpInTotalSetVars OBJECT-TYPE
  546.     SYNTAX     Counter32
  547.     MAX-ACCESS read-only
  548.     STATUS     obsolete
  549.     DESCRIPTION
  550.         "The total number of MIB objects which have been
  551.          altered successfully by the SNMP protocol entity
  552.          as the result of receiving valid SNMP Set-Request
  553.          PDUs."
  554.     ::= { snmp  14 }
  555.  
  556. snmpInGetRequests OBJECT-TYPE
  557.     SYNTAX     Counter32
  558.     MAX-ACCESS read-only
  559.     STATUS     obsolete
  560.     DESCRIPTION
  561.         "The total number of SNMP Get-Request PDUs which
  562.          have been accepted and processed by the SNMP
  563.          protocol entity."
  564.     ::= { snmp  15 }
  565.  
  566. snmpInGetNexts OBJECT-TYPE
  567.     SYNTAX     Counter32
  568.     MAX-ACCESS read-only
  569.     STATUS     obsolete
  570.     DESCRIPTION
  571.         "The total number of SNMP Get-Next PDUs which have
  572.          been accepted and processed by the SNMP protocol
  573.          entity."
  574.     ::= { snmp  16 }
  575.  
  576. snmpInSetRequests OBJECT-TYPE
  577.     SYNTAX     Counter32
  578.     MAX-ACCESS read-only
  579.     STATUS     obsolete
  580.     DESCRIPTION
  581.         "The total number of SNMP Set-Request PDUs which
  582.          have been accepted and processed by the SNMP
  583.          protocol entity."
  584.     ::= { snmp  17 }
  585.  
  586. snmpInGetResponses OBJECT-TYPE
  587.     SYNTAX     Counter32
  588.     MAX-ACCESS read-only
  589.     STATUS     obsolete
  590.     DESCRIPTION
  591.         "The total number of SNMP Get-Response PDUs which
  592.          have been accepted and processed by the SNMP
  593.          protocol entity."
  594.     ::= { snmp  18 }
  595.  
  596. snmpInTraps OBJECT-TYPE
  597.     SYNTAX     Counter32
  598.     MAX-ACCESS read-only
  599.     STATUS     obsolete
  600.     DESCRIPTION
  601.         "The total number of SNMP Trap PDUs which have
  602.          been accepted and processed by the SNMP protocol
  603.          entity."
  604.     ::= { snmp  19 }
  605.  
  606. snmpOutTooBigs OBJECT-TYPE
  607.     SYNTAX     Counter32
  608.     MAX-ACCESS read-only
  609.     STATUS     obsolete
  610.     DESCRIPTION
  611.         "The total number of SNMP PDUs which were
  612.          generated by the SNMP protocol entity and for
  613.          which the value of the error-status field is
  614.          `tooBig.'"
  615.     ::= { snmp  20 }
  616.  
  617. snmpOutNoSuchNames OBJECT-TYPE
  618.     SYNTAX     Counter32
  619.     MAX-ACCESS read-only
  620.     STATUS     obsolete
  621.     DESCRIPTION
  622.         "The total number of SNMP PDUs which were
  623.          generated by the SNMP protocol entity and for
  624.          which the value of the error-status is
  625.          `noSuchName'."
  626.     ::= { snmp  21 }
  627.  
  628. snmpOutBadValues OBJECT-TYPE
  629.     SYNTAX     Counter32
  630.     MAX-ACCESS read-only
  631.     STATUS     obsolete
  632.     DESCRIPTION
  633.         "The total number of SNMP PDUs which were
  634.          generated by the SNMP protocol entity and for
  635.          which the value of the error-status field is
  636.          `badValue'."
  637.     ::= { snmp  22 }
  638.  
  639. snmpOutGenErrs OBJECT-TYPE
  640.     SYNTAX     Counter32
  641.     MAX-ACCESS read-only
  642.     STATUS     obsolete
  643.     DESCRIPTION
  644.         "The total number of SNMP PDUs which were
  645.          generated by the SNMP protocol entity and for
  646.          which the value of the error-status field is
  647.          `genErr'."
  648.     ::= { snmp  24 }
  649.  
  650. snmpOutGetRequests OBJECT-TYPE
  651.     SYNTAX     Counter32
  652.     MAX-ACCESS read-only
  653.     STATUS     obsolete
  654.     DESCRIPTION
  655.         "The total number of SNMP Get-Request PDUs which
  656.          have been generated by the SNMP protocol entity."
  657.     ::= { snmp  25 }
  658.  
  659. snmpOutGetNexts OBJECT-TYPE
  660.     SYNTAX     Counter32
  661.     MAX-ACCESS read-only
  662.     STATUS     obsolete
  663.     DESCRIPTION
  664.         "The total number of SNMP Get-Next PDUs which have
  665.          been generated by the SNMP protocol entity."
  666.     ::= { snmp  26 }
  667.  
  668. snmpOutSetRequests OBJECT-TYPE
  669.     SYNTAX     Counter32
  670.     MAX-ACCESS read-only
  671.     STATUS     obsolete
  672.     DESCRIPTION
  673.         "The total number of SNMP Set-Request PDUs which
  674.          have been generated by the SNMP protocol entity."
  675.     ::= { snmp  27 }
  676.  
  677. snmpOutGetResponses OBJECT-TYPE
  678.     SYNTAX     Counter32
  679.     MAX-ACCESS read-only
  680.     STATUS     obsolete
  681.     DESCRIPTION
  682.         "The total number of SNMP Get-Response PDUs which
  683.          have been generated by the SNMP protocol entity."
  684.     ::= { snmp  28 }
  685.  
  686. snmpOutTraps OBJECT-TYPE
  687.     SYNTAX     Counter32
  688.     MAX-ACCESS read-only
  689.     STATUS     obsolete
  690.     DESCRIPTION
  691.         "The total number of SNMP Trap PDUs which have
  692.          been generated by the SNMP protocol entity."
  693.     ::= { snmp  29 }
  694.  
  695. snmpObsoleteGroup OBJECT-GROUP
  696.     OBJECTS    {
  697.                  snmpOutPkts,
  698.                  snmpInTooBigs,
  699.                  snmpInNoSuchNames,
  700.                  snmpInBadValues,
  701.                  snmpInReadOnlys,
  702.                  snmpInGenErrs,
  703.                  snmpInTotalReqVars,
  704.                  snmpInTotalSetVars,
  705.                  snmpInGetRequests,
  706.                  snmpInGetNexts,
  707.                  snmpInSetRequests,
  708.                  snmpInGetResponses,
  709.                  snmpInTraps,
  710.                  snmpOutTooBigs,
  711.                  snmpOutNoSuchNames,
  712.                  snmpOutBadValues,
  713.                  snmpOutGenErrs,
  714.                  snmpOutGetRequests,
  715.                  snmpOutGetNexts,
  716.                  snmpOutSetRequests,
  717.                  snmpOutGetResponses,
  718.                  snmpOutTraps
  719.                }
  720.     STATUS     obsolete
  721.     DESCRIPTION
  722.         "A collection of objects from RFC 1213 made obsolete by this
  723.          MIB."
  724.     ::= { snmpMIBGroups  10 }
  725.  
  726. END
  727.