SNMPv2-MIB.txt
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:29k
源码类别:

SNMP编程

开发平台:

Unix_Linux

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