home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / rfc / 1400s / rfc1450.txt < prev    next >
Text File  |  1993-04-29  |  42KB  |  1,594 lines

  1.  
  2.  
  3.  
  4.           Network Working Group                                  J. Case
  5.           Request for Comments: 1450                 SNMP Research, Inc.
  6.                                                            K. McCloghrie
  7.                                                       Hughes LAN Systems
  8.                                                                  M. Rose
  9.                                             Dover Beach Consulting, Inc.
  10.                                                            S. Waldbusser
  11.                                               Carnegie Mellon University
  12.                                                               April 1993
  13.  
  14.  
  15.                            Management Information Base
  16.                                for version 2 of the
  17.                    Simple Network Management Protocol (SNMPv2)
  18.  
  19.  
  20.           Status of this Memo
  21.  
  22.           This RFC specifes an IAB standards track protocol for the
  23.           Internet community, and requests discussion and suggestions
  24.           for improvements.  Please refer to the current edition of the
  25.           "IAB Official Protocol Standards" for the standardization
  26.           state and status of this protocol.  Distribution of this memo
  27.           is unlimited.
  28.  
  29.  
  30.           Table of Contents
  31.  
  32.  
  33.           1 Introduction ..........................................    2
  34.           1.1 A Note on Terminology ...............................    2
  35.           2 Definitions ...........................................    3
  36.           3.1 The SNMPv2 Statistics Group .........................    4
  37.           3.2 The SNMPv1 Statistics Group .........................    9
  38.           3.3 The Object Resource Group ...........................   11
  39.           3.4 The Traps Group .....................................   13
  40.           3.4.1 Well-known Traps ..................................   16
  41.           3.5 The Set Group .......................................   18
  42.           3.6 Conformance Information .............................   19
  43.           3.6.1 Compliance Statements .............................   19
  44.           3.6.2 Units of Conformance ..............................   20
  45.           3 Acknowledgements ......................................   22
  46.           4 References ............................................   26
  47.           5 Security Considerations ...............................   27
  48.           6 Authors' Addresses ....................................   27
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.           Case, McCloghrie, Rose & Waldbusser                   [Page 1]
  59.  
  60.  
  61.  
  62.  
  63.  
  64.           RFC 1450    Management Information Base for SNMPv2  April 1993
  65.  
  66.  
  67.           1.  Introduction
  68.  
  69.           A network management system contains: several (potentially
  70.           many) nodes, each with a processing entity, termed an agent,
  71.           which has access to management instrumentation; at least one
  72.           management station; and, a management protocol, used to convey
  73.           management information between the agents and management
  74.           stations.  Operations of the protocol are carried out under an
  75.           administrative framework which defines both authentication and
  76.           authorization policies.
  77.  
  78.           Network management stations execute management applications
  79.           which monitor and control network elements.  Network elements
  80.           are devices such as hosts, routers, terminal servers, etc.,
  81.           which are monitored and controlled through access to their
  82.           management information.
  83.  
  84.           Management information is viewed as a collection of managed
  85.           objects, residing in a virtual information store, termed the
  86.           Management Information Base (MIB).  Collections of related
  87.           objects are defined in MIB modules.  These modules are written
  88.           using a subset of OSI's Abstract Syntax Notation One (ASN.1)
  89.           [1], termed the Structure of Management Information (SMI) [2].
  90.  
  91.           The management protocol, SNMPv2 [3], provides for the exchange
  92.           of messages which convey management information between the
  93.           agents and the management stations.  It is the purpose of this
  94.           document to define managed objects which describe the behavior
  95.           of a SNMPv2 entity.
  96.  
  97.  
  98.           1.1.  A Note on Terminology
  99.  
  100.           For the purpose of exposition, the original Internet-standard
  101.           Network Management Framework, as described in RFCs 1155, 1157,
  102.           and 1212, is termed the SNMP version 1 framework (SNMPv1).
  103.           The current framework is termed the SNMP version 2 framework
  104.           (SNMPv2).
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.           Case, McCloghrie, Rose & Waldbusser                   [Page 2]
  118.  
  119.  
  120.  
  121.  
  122.  
  123.           RFC 1450    Management Information Base for SNMPv2  April 1993
  124.  
  125.  
  126.           2.  Definitions
  127.  
  128.           SNMPv2-MIB DEFINITIONS ::= BEGIN
  129.  
  130.           IMPORTS
  131.               MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,
  132.               ObjectName, Integer32, Counter32, snmpModules
  133.                   FROM SNMPv2-SMI
  134.               TruthValue, DisplayString, TestAndIncr, TimeStamp
  135.                   FROM SNMPv2-TC
  136.               MODULE-COMPLIANCE, OBJECT-GROUP
  137.                   FROM SNMPv2-CONF
  138.               system, ifIndex, egpNeighAddr
  139.                   FROM RFC1213-MIB
  140.               partyEntry
  141.                   FROM SNMPv2-PARTY-MIB;
  142.  
  143.  
  144.           snmpMIB MODULE-IDENTITY
  145.               LAST-UPDATED "9304010000Z"
  146.               ORGANIZATION "IETF SNMPv2 Working Group"
  147.               CONTACT-INFO
  148.                       "        Marshall T. Rose
  149.  
  150.                        Postal: Dover Beach Consulting, Inc.
  151.                                420 Whisman Court
  152.                                Mountain View, CA  94043-2186
  153.                                US
  154.  
  155.                           Tel: +1 415 968 1052
  156.                           Fax: +1 415 968 2510
  157.  
  158.                        E-mail: mrose@dbc.mtview.ca.us"
  159.               DESCRIPTION
  160.                       "The MIB module for SNMPv2 entities."
  161.               ::= { snmpModules 1 }
  162.  
  163.  
  164.           snmpMIBObjects OBJECT IDENTIFIER ::= { snmpMIB 1 }
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.           Case, McCloghrie, Rose & Waldbusser                   [Page 3]
  177.  
  178.  
  179.  
  180.  
  181.  
  182.           RFC 1450    Management Information Base for SNMPv2  April 1993
  183.  
  184.  
  185.           -- the SNMPv2 statistics group
  186.           --
  187.           -- a collection of objects providing basic instrumentation of
  188.           -- the SNMPv2 entity.
  189.  
  190.           -- A Case diagram[4] relating these objects is:
  191.           --
  192.           --  \v/   transport service
  193.           --   |
  194.           -- ==+==  snmpStatsPackets
  195.           --   |
  196.           --   +==> snmpStats30Something
  197.           --   |
  198.           --   +==> snmpStatsEncodingErrors
  199.           --   |
  200.           --   +==> snmpStatsUnknownDstParties
  201.           --   |
  202.           --   +==> snmpStatsDstPartyMismatches
  203.           --   |
  204.           --   +==> snmpStatsUnknownSrcParties
  205.           --   |
  206.           --   +==> snmpStatsBadAuths
  207.           --   |
  208.           --   +==> snmpStatsNotInLifetimes
  209.           --   |
  210.           --   +==> snmpStatsWrongDigestValues
  211.           --   |
  212.           --   +==> snmpStatsUnknownContexts
  213.           --   |
  214.           --   +==> snmpStatsBadOperations
  215.           --   |
  216.           --   +==> snmpStatsSilentDrops
  217.           --   |
  218.           -- ===== sink
  219.  
  220.           snmpStats      OBJECT IDENTIFIER ::= { snmpMIBObjects 1 }
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.           Case, McCloghrie, Rose & Waldbusser                   [Page 4]
  236.  
  237.  
  238.  
  239.  
  240.  
  241.           RFC 1450    Management Information Base for SNMPv2  April 1993
  242.  
  243.  
  244.           snmpStatsPackets OBJECT-TYPE
  245.               SYNTAX     Counter32
  246.               MAX-ACCESS read-only
  247.               STATUS     current
  248.               DESCRIPTION
  249.                       "The total number of packets received by the
  250.                       SNMPv2 entity from the transport service."
  251.               REFERENCE
  252.                       "Derived from RFC1213-MIB.snmpInPkts."
  253.               ::= { snmpStats 1 }
  254.  
  255.           snmpStats30Something OBJECT-TYPE
  256.               SYNTAX     Counter32
  257.               MAX-ACCESS read-only
  258.               STATUS     current
  259.               DESCRIPTION
  260.                       "The total number of packets which had an initial
  261.                       octet with a value of 30 hexadecimal received by a
  262.                       SNMPv2 entity which does not support SNMPv1.
  263.                       (Such packets are possibly misdirected SNMPv1
  264.                       Messages.)"
  265.               REFERENCE
  266.                       "Derived from RFC1213-MIB.snmpInASNParseErrs."
  267.               ::= { snmpStats 2 }
  268.  
  269.           snmpStatsEncodingErrors OBJECT-TYPE
  270.               SYNTAX     Counter32
  271.               MAX-ACCESS read-only
  272.               STATUS     current
  273.               DESCRIPTION
  274.                       "The total number of packets received by the
  275.                       SNMPv2 entity which were improperly encoded or had
  276.                       invalid syntax."
  277.               REFERENCE
  278.                       "Derived from RFC1213-MIB.snmpInASNParseErrs."
  279.               ::= { snmpStats 3 }
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.           Case, McCloghrie, Rose & Waldbusser                   [Page 5]
  295.  
  296.  
  297.  
  298.  
  299.  
  300.           RFC 1450    Management Information Base for SNMPv2  April 1993
  301.  
  302.  
  303.           snmpStatsUnknownDstParties OBJECT-TYPE
  304.               SYNTAX     Counter32
  305.               MAX-ACCESS read-only
  306.               STATUS     current
  307.               DESCRIPTION
  308.                       "The total number of SnmpPrivMsgs delivered to the
  309.                       SNMPv2 entity for which the privDst field was not
  310.                       a known local party."
  311.               ::= { snmpStats 4 }
  312.  
  313.           snmpStatsDstPartyMismatches OBJECT-TYPE
  314.               SYNTAX     Counter32
  315.               MAX-ACCESS read-only
  316.               STATUS     current
  317.               DESCRIPTION
  318.                       "The total number of SnmpPrivMsgs delivered to the
  319.                       SNMPv2 entity which contained a SnmpAuthMsg for
  320.                       which the authData.dstParty field did not match
  321.                       the privDst field in the SnmpPrivMsg."
  322.               ::= { snmpStats 5 }
  323.  
  324.           snmpStatsUnknownSrcParties OBJECT-TYPE
  325.               SYNTAX     Counter32
  326.               MAX-ACCESS read-only
  327.               STATUS     current
  328.               DESCRIPTION
  329.                       "The total number of SnmpAuthMsgs delivered to the
  330.                       SNMPv2 entity for which the authData.srcParty
  331.                       field was not a known remote party."
  332.               ::= { snmpStats 6 }
  333.  
  334.           snmpStatsBadAuths OBJECT-TYPE
  335.               SYNTAX     Counter32
  336.               MAX-ACCESS read-only
  337.               STATUS     current
  338.               DESCRIPTION
  339.                       "The total number of SnmpAuthMsgs delivered to the
  340.                       SNMPv2 entity which contained an authInfo field
  341.                       which was inconsistent with the authentication
  342.                       protocol associated with the source party."
  343.               ::= { snmpStats 7 }
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.           Case, McCloghrie, Rose & Waldbusser                   [Page 6]
  354.  
  355.  
  356.  
  357.  
  358.  
  359.           RFC 1450    Management Information Base for SNMPv2  April 1993
  360.  
  361.  
  362.           snmpStatsNotInLifetimes OBJECT-TYPE
  363.               SYNTAX     Counter32
  364.               MAX-ACCESS read-only
  365.               STATUS     current
  366.               DESCRIPTION
  367.                       "The total number of SnmpAuthMsgs delivered to the
  368.                       SNMPv2 entity which were deemed unauthentic due to
  369.                       their authInfo.authSrcTimestamp field being less
  370.                       than the source party's clock plus lifetime."
  371.               ::= { snmpStats 8 }
  372.  
  373.           snmpStatsWrongDigestValues OBJECT-TYPE
  374.               SYNTAX     Counter32
  375.               MAX-ACCESS read-only
  376.               STATUS     current
  377.               DESCRIPTION
  378.                       "The total number of SnmpAuthMsgs delivered to the
  379.                       SNMPv2 entity which were deemed unauthentic due to
  380.                       their authInfo.authDigest field being unequal to
  381.                       the expected digest value."
  382.               ::= { snmpStats 9 }
  383.  
  384.           snmpStatsUnknownContexts OBJECT-TYPE
  385.               SYNTAX     Counter32
  386.               MAX-ACCESS read-only
  387.               STATUS     current
  388.               DESCRIPTION
  389.                       "The total number of SnmpMgmtComs delivered to the
  390.                       SNMPv2 entity for which the context field was not
  391.                       a known SNMPv2 context."
  392.               ::= { snmpStats 10 }
  393.  
  394.           snmpStatsBadOperations OBJECT-TYPE
  395.               SYNTAX     Counter32
  396.               MAX-ACCESS read-only
  397.               STATUS     current
  398.               DESCRIPTION
  399.                       "The total number of messages delivered to the
  400.                       SNMPv2 entity which were silently dropped because
  401.                       the PDU type referred to an operation not allowed
  402.                       in the aclTable[5]."
  403.               ::= { snmpStats 11 }
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.           Case, McCloghrie, Rose & Waldbusser                   [Page 7]
  413.  
  414.  
  415.  
  416.  
  417.  
  418.           RFC 1450    Management Information Base for SNMPv2  April 1993
  419.  
  420.  
  421.           snmpStatsSilentDrops OBJECT-TYPE
  422.               SYNTAX     Counter32
  423.               MAX-ACCESS read-only
  424.               STATUS     current
  425.               DESCRIPTION
  426.                       "The total number of GetRequest-PDUs,
  427.                       GetNextRequest-PDUs, GetBulkRequest-PDUs,
  428.                       SetRequest-PDUs, and InformRequest-PDUs delivered
  429.                       to the SNMPv2 entity which were silently dropped
  430.                       because the size of an reply containing an
  431.                       alternate Response-PDU with an empty variable-
  432.                       bindings field was greater than either a local
  433.                       constraint or the maximum message size of the
  434.                       request's source party."
  435.               ::= { snmpStats 12 }
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.           Case, McCloghrie, Rose & Waldbusser                   [Page 8]
  472.  
  473.  
  474.  
  475.  
  476.  
  477.           RFC 1450    Management Information Base for SNMPv2  April 1993
  478.  
  479.  
  480.           -- the SNMPv1 statistics group
  481.           --
  482.           -- a collection of objects providing basic instrumentation of
  483.           -- a SNMPv2 entity which also implements SNMPv1.
  484.  
  485.           -- A Case diagram[4] relating these objects
  486.           -- (and those applicable objects in the snmpStats group)
  487.           -- is:
  488.           --
  489.           --  \v/   transport service
  490.           --   |
  491.           -- ==+==  snmpStatsPackets
  492.           --   |
  493.           --   +==> snmpStatsEncodingErrors
  494.           --   |
  495.           --   +==> snmpV1BadCommunityNames
  496.           --   |
  497.           --   +==> snmpV1BadCommunityUses
  498.           --   |
  499.           -- ===== sink
  500.  
  501.           snmpV1         OBJECT IDENTIFIER ::= { snmpMIBObjects 2 }
  502.  
  503.  
  504.           snmpV1BadCommunityNames OBJECT-TYPE
  505.               SYNTAX     Counter32
  506.               MAX-ACCESS read-only
  507.               STATUS     current
  508.               DESCRIPTION
  509.                       "The total number of SNMPv1 Messages delivered to
  510.                       the SNMPv2 entity which used a community name not
  511.                       known to the SNMPv2 entity."
  512.               REFERENCE
  513.                       "Derived from RFC1213-
  514.                       MIB.snmpInBadCommunityNames."
  515.               ::= { snmpV1 1 }
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530.           Case, McCloghrie, Rose & Waldbusser                   [Page 9]
  531.  
  532.  
  533.  
  534.  
  535.  
  536.           RFC 1450    Management Information Base for SNMPv2  April 1993
  537.  
  538.  
  539.           snmpV1BadCommunityUses OBJECT-TYPE
  540.               SYNTAX     Counter32
  541.               MAX-ACCESS read-only
  542.               STATUS     current
  543.               DESCRIPTION
  544.                       "The total number of SNMPv1 Messages delivered to
  545.                       SNMPv2 entity containing an operation which was
  546.                       not allowed for the community named in the
  547.                       Message."
  548.               REFERENCE
  549.                       "Derived from RFC1213-MIB.snmpInBadCommunityUses."
  550.               ::= { snmpV1 2 }
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589.           Case, McCloghrie, Rose & Waldbusser                  [Page 10]
  590.  
  591.  
  592.  
  593.  
  594.  
  595.           RFC 1450    Management Information Base for SNMPv2  April 1993
  596.  
  597.  
  598.           -- the object resource group
  599.           --
  600.           -- a collection of objects allowing a SNMPv2 entity acting in
  601.           -- an agent role to describe its dynamically-configurable
  602.           -- object resources.
  603.  
  604.           snmpOR         OBJECT IDENTIFIER ::= { snmpMIBObjects 3 }
  605.  
  606.  
  607.           snmpORLastChange OBJECT-TYPE
  608.               SYNTAX     TimeStamp
  609.               MAX-ACCESS read-only
  610.               STATUS     current
  611.               DESCRIPTION
  612.                       "The value of sysUpTime at the time of the most
  613.                       recent change in state or value of any instance of
  614.                       snmpORID."
  615.               ::= { snmpOR 1 }
  616.  
  617.           snmpORTable OBJECT-TYPE
  618.               SYNTAX     SEQUENCE OF SnmpOREntry
  619.               MAX-ACCESS not-accessible
  620.               STATUS     current
  621.               DESCRIPTION
  622.                       "The (conceptual) table listing the dynamically-
  623.                       configurable object resources in a SNMPv2 entity
  624.                       acting in an agent role.  SNMPv2 entities which do
  625.                       not support dynamically-configurable object
  626.                       resources will never have any instances of the
  627.                       columnar objects in this table."
  628.               ::= { snmpOR 2 }
  629.  
  630.           snmpOREntry OBJECT-TYPE
  631.               SYNTAX     SnmpOREntry
  632.               MAX-ACCESS not-accessible
  633.               STATUS     current
  634.               DESCRIPTION
  635.                       "An entry (conceptual row) in the snmpORTable."
  636.               INDEX      { snmpORIndex }
  637.               ::= { snmpORTable 1 }
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.           Case, McCloghrie, Rose & Waldbusser                  [Page 11]
  649.  
  650.  
  651.  
  652.  
  653.  
  654.           RFC 1450    Management Information Base for SNMPv2  April 1993
  655.  
  656.  
  657.           SnmpOREntry ::= SEQUENCE {
  658.               snmpORIndex                         Integer32,
  659.               snmpORID                            OBJECT IDENTIFIER,
  660.               snmpORDescr                         DisplayString
  661.           }
  662.  
  663.           snmpORIndex OBJECT-TYPE
  664.               SYNTAX     Integer32
  665.               MAX-ACCESS not-accessible
  666.               STATUS     current
  667.               DESCRIPTION
  668.                       "The auxiliary variable used for identifying
  669.                       instances of the columnar objects in the
  670.                       snmpORTable."
  671.               ::= { snmpOREntry 1 }
  672.  
  673.           snmpORID OBJECT-TYPE
  674.               SYNTAX     OBJECT IDENTIFIER
  675.               MAX-ACCESS read-only
  676.               STATUS     current
  677.               DESCRIPTION
  678.                       "An authoritative identification of one of the
  679.                       dynamically-configurable object resources in a
  680.                       SNMPv2 entity acting in an agent role.  This is
  681.                       analogous to the sysObjectID object in MIB-II."
  682.               ::= { snmpOREntry 2 }
  683.  
  684.           snmpORDescr OBJECT-TYPE
  685.               SYNTAX     DisplayString
  686.               MAX-ACCESS read-only
  687.               STATUS     current
  688.               DESCRIPTION
  689.                       "A textual description of one of the dynamically-
  690.                       configurable object resources in a SNMPv2 entity
  691.                       acting in an agent role.  This is analogous to the
  692.                       sysDescr object in MIB-II."
  693.               ::= { snmpOREntry 3 }
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706.  
  707.           Case, McCloghrie, Rose & Waldbusser                  [Page 12]
  708.  
  709.  
  710.  
  711.  
  712.  
  713.           RFC 1450    Management Information Base for SNMPv2  April 1993
  714.  
  715.  
  716.           -- the traps group
  717.           --
  718.           -- a collection of objects which allow the SNMPv2 entity, when
  719.           -- acting in an agent role, to be configured to generate
  720.           -- SNMPv2-Trap-PDUs.
  721.  
  722.           snmpTrap       OBJECT IDENTIFIER ::= { snmpMIBObjects 4 }
  723.  
  724.  
  725.           snmpTrapOID OBJECT-TYPE
  726.               SYNTAX     OBJECT IDENTIFIER
  727.               MAX-ACCESS not-accessible
  728.               STATUS     current
  729.               DESCRIPTION
  730.                       "The authoritative identification of the trap
  731.                       currently being sent.  This variable occurs as the
  732.                       second varbind of a SNMPv2-Trap-PDU."
  733.               ::= { snmpTrap 1 }
  734.  
  735.           snmpTrapTable OBJECT-TYPE
  736.               SYNTAX     SEQUENCE OF SnmpTrapEntry
  737.               MAX-ACCESS not-accessible
  738.               STATUS     current
  739.               DESCRIPTION
  740.                       "A table which keeps track of how many traps have
  741.                       been sent to each SNMPv2 entity."
  742.               ::= { snmpTrap 2 }
  743.  
  744.           snmpTrapEntry OBJECT-TYPE
  745.               SYNTAX     SnmpTrapEntry
  746.               MAX-ACCESS not-accessible
  747.               STATUS     current
  748.               DESCRIPTION
  749.                       "An entry which keeps track of how many traps have
  750.                       been sent to a particular SNMPv2 entity."
  751.               AUGMENTS   { partyEntry }
  752.               ::= { snmpTrapTable 1 }
  753.  
  754.           SnmpTrapEntry ::= SEQUENCE {
  755.               snmpTrapNumbers                     Counter32
  756.           }
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.           Case, McCloghrie, Rose & Waldbusser                  [Page 13]
  767.  
  768.  
  769.  
  770.  
  771.  
  772.           RFC 1450    Management Information Base for SNMPv2  April 1993
  773.  
  774.  
  775.           snmpTrapNumbers OBJECT-TYPE
  776.               SYNTAX     Counter32
  777.               MAX-ACCESS read-only
  778.               STATUS     current
  779.               DESCRIPTION
  780.                       "The number of traps which have been sent to a
  781.                       particular SNMPv2 party, since the last
  782.                       initialization of the SNMPv2 entity, or the
  783.                       creation of the SNMPv2 party, whichever occurred
  784.                       most recently."
  785.               ::= { snmpTrapEntry 1 }
  786.  
  787.           snmpTrapEnterprise OBJECT-TYPE
  788.               SYNTAX     OBJECT IDENTIFIER
  789.               MAX-ACCESS not-accessible
  790.               STATUS     current
  791.               DESCRIPTION
  792.                       "The authoritative identification of the
  793.                       enterprise associated with the trap currently
  794.                       being sent.  When a SNMPv2 proxy agent is mapping
  795.                       an RFC1157 Trap-PDU into a SNMPv2-Trap-PDU, this
  796.                       variable occurs as the last varbind."
  797.               ::= { snmpTrap 3 }
  798.  
  799.  
  800.  
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825.           Case, McCloghrie, Rose & Waldbusser                  [Page 14]
  826.  
  827.  
  828.  
  829.  
  830.  
  831.           RFC 1450    Management Information Base for SNMPv2  April 1993
  832.  
  833.  
  834.           snmpV2EnableAuthenTraps OBJECT-TYPE
  835.               SYNTAX     TruthValue
  836.               MAX-ACCESS read-write
  837.               STATUS     current
  838.               DESCRIPTION
  839.                       "Indicates whether the SNMPv2 entity, when acting
  840.                       in an agent role, is permitted to generate
  841.                       authenticationFailure traps.  The value of this
  842.                       object overrides any configuration information; as
  843.                       such, it provides a means whereby all
  844.                       authenticationFailure traps may be disabled.
  845.  
  846.                       Note that it is strongly recommended that this
  847.                       object be stored in non-volatile memory so that it
  848.                       remains constant between re-initializations of the
  849.                       network management system."
  850.               REFERENCE
  851.                       "Derived from RFC1213-MIB.snmpEnableAuthenTraps."
  852.               ::= { snmpTrap 4 }
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861.  
  862.  
  863.  
  864.  
  865.  
  866.  
  867.  
  868.  
  869.  
  870.  
  871.  
  872.  
  873.  
  874.  
  875.  
  876.  
  877.  
  878.  
  879.  
  880.  
  881.  
  882.  
  883.  
  884.           Case, McCloghrie, Rose & Waldbusser                  [Page 15]
  885.  
  886.  
  887.  
  888.  
  889.  
  890.           RFC 1450    Management Information Base for SNMPv2  April 1993
  891.  
  892.  
  893.           -- well-known traps
  894.  
  895.           snmpTraps      OBJECT IDENTIFIER ::= { snmpMIBObjects 5 }
  896.  
  897.  
  898.           coldStart NOTIFICATION-TYPE
  899.               STATUS  current
  900.               DESCRIPTION
  901.                       "A coldStart trap signifies that the SNMPv2
  902.                       entity, acting in an agent role, is reinitializing
  903.                       itself such that its configuration may be
  904.                       altered."
  905.               ::= { snmpTraps 1 }
  906.  
  907.           warmStart NOTIFICATION-TYPE
  908.               STATUS  current
  909.               DESCRIPTION
  910.                       "A warmStart trap signifies that the SNMPv2
  911.                       entity, acting in an agent role, is reinitializing
  912.                       itself such that its configuration is unaltered."
  913.               ::= { snmpTraps 2 }
  914.  
  915.           linkDown NOTIFICATION-TYPE
  916.               OBJECTS { ifIndex }
  917.               STATUS  current
  918.               DESCRIPTION
  919.                       "A linkDown trap signifies that the SNMPv2 entity,
  920.                       acting in an agent role, recognizes a failure in
  921.                       one of the communication links represented in its
  922.                       configuration."
  923.               ::= { snmpTraps 3 }
  924.  
  925.           linkUp NOTIFICATION-TYPE
  926.               OBJECTS { ifIndex }
  927.               STATUS  current
  928.               DESCRIPTION
  929.                       "A linkUp trap signifies that the SNMPv2 entity,
  930.                       acting in an agent role, recognizes that one of
  931.                       the communication links represented in its
  932.                       configuration has come up."
  933.               ::= { snmpTraps 4 }
  934.  
  935.  
  936.  
  937.  
  938.  
  939.  
  940.  
  941.  
  942.  
  943.           Case, McCloghrie, Rose & Waldbusser                  [Page 16]
  944.  
  945.  
  946.  
  947.  
  948.  
  949.           RFC 1450    Management Information Base for SNMPv2  April 1993
  950.  
  951.  
  952.           authenticationFailure NOTIFICATION-TYPE
  953.               STATUS  current
  954.               DESCRIPTION
  955.                       "An authenticationFailure trap signifies that the
  956.                       SNMPv2 entity, acting in an agent role, has
  957.                       received a protocol message that is not properly
  958.                       authenticated.  While all implementations of the
  959.                       SNMPv2 must be capable of generating this trap,
  960.                       the snmpV2EnableAuthenTraps object indicates
  961.                       whether this trap will be generated."
  962.               ::= { snmpTraps 5 }
  963.  
  964.           egpNeighborLoss NOTIFICATION-TYPE
  965.               OBJECTS { egpNeighAddr }
  966.               STATUS  current
  967.               DESCRIPTION
  968.                       "An egpNeighborLoss trap signifies that an EGP
  969.                       neighbor has been marked down and the EGP peer
  970.                       relationship no longer obtains."
  971.               ::= { snmpTraps 6 }
  972.  
  973.  
  974.  
  975.  
  976.  
  977.  
  978.  
  979.  
  980.  
  981.  
  982.  
  983.  
  984.  
  985.  
  986.  
  987.  
  988.  
  989.  
  990.  
  991.  
  992.  
  993.  
  994.  
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002.           Case, McCloghrie, Rose & Waldbusser                  [Page 17]
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008.           RFC 1450    Management Information Base for SNMPv2  April 1993
  1009.  
  1010.  
  1011.           -- the set group
  1012.           --
  1013.           -- a collection of objects which allow several cooperating
  1014.           -- SNMPv2 entities, all acting in a manager role, to
  1015.           -- coordinate their use of the SNMPv2 set operation.
  1016.  
  1017.           snmpSet        OBJECT IDENTIFIER ::= { snmpMIBObjects 6 }
  1018.  
  1019.  
  1020.           snmpSetSerialNo OBJECT-TYPE
  1021.               SYNTAX     TestAndIncr
  1022.               MAX-ACCESS read-write
  1023.               STATUS     current
  1024.               DESCRIPTION
  1025.                       "An advisory lock used to allow several
  1026.                       cooperating SNMPv2 entities, all acting in a
  1027.                       manager role, to coordinate their use of the
  1028.                       SNMPv2 set operation.
  1029.  
  1030.                       This object is used for coarse-grain coordination.
  1031.                       To achieve fine-grain coordination, one or more
  1032.                       similar objects might be defined within each MIB
  1033.                       group, as appropriate."
  1034.               ::= { snmpSet 1 }
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050.  
  1051.  
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.           Case, McCloghrie, Rose & Waldbusser                  [Page 18]
  1062.  
  1063.  
  1064.  
  1065.  
  1066.  
  1067.           RFC 1450    Management Information Base for SNMPv2  April 1993
  1068.  
  1069.  
  1070.           -- conformance information
  1071.  
  1072.           snmpMIBConformance
  1073.                          OBJECT IDENTIFIER ::= { snmpMIB 2 }
  1074.  
  1075.           snmpMIBCompliances
  1076.                          OBJECT IDENTIFIER ::= { snmpMIBConformance 1 }
  1077.           snmpMIBGroups  OBJECT IDENTIFIER ::= { snmpMIBConformance 2 }
  1078.  
  1079.  
  1080.           -- compliance statements
  1081.  
  1082.           snmpMIBCompliance MODULE-COMPLIANCE
  1083.               STATUS  current
  1084.               DESCRIPTION
  1085.                       "The compliance statement for SNMPv2 entities
  1086.                       which implement the SNMPv2 MIB."
  1087.               MODULE  RFC1213-MIB
  1088.                   MANDATORY-GROUPS { system }
  1089.  
  1090.               MODULE  -- this module
  1091.                   MANDATORY-GROUPS { snmpStatsGroup, snmpORGroup,
  1092.                                      snmpTrapGroup, snmpSetGroup }
  1093.  
  1094.                   GROUP   snmpV1Group
  1095.                   DESCRIPTION
  1096.                       "The snmpV1 group is mandatory only for those
  1097.                        SNMPv2 entities which also implement SNMPv1."
  1098.               ::= { snmpMIBCompliances 1 }
  1099.  
  1100.  
  1101.  
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.           Case, McCloghrie, Rose & Waldbusser                  [Page 19]
  1121.  
  1122.  
  1123.  
  1124.  
  1125.  
  1126.           RFC 1450    Management Information Base for SNMPv2  April 1993
  1127.  
  1128.  
  1129.           -- units of conformance
  1130.  
  1131.           snmpStatsGroup OBJECT-GROUP
  1132.               OBJECTS { snmpStatsPackets, snmpStats30Something,
  1133.                         snmpStatsEncodingErrors,
  1134.                         snmpStatsUnknownDstParties,
  1135.                         snmpStatsDstPartyMismatches,
  1136.                         snmpStatsUnknownSrcParties, snmpStatsBadAuths,
  1137.                         snmpStatsNotInLifetimes,
  1138.                         snmpStatsWrongDigestValues,
  1139.                         snmpStatsUnknownContexts,
  1140.                         snmpStatsBadOperations,
  1141.                         snmpStatsSilentDrops }
  1142.               STATUS  current
  1143.               DESCRIPTION
  1144.                       "A collection of objects providing basic
  1145.                       instrumentation of the SNMPv2 entity."
  1146.               ::= { snmpMIBGroups 1 }
  1147.  
  1148.           snmpV1Group OBJECT-GROUP
  1149.               OBJECTS { snmpV1BadCommunityNames, snmpV1BadCommunityUses }
  1150.               STATUS  current
  1151.               DESCRIPTION
  1152.                       "A collection of objects providing basic
  1153.                       instrumentation of a SNMPv2 entity which also
  1154.                       implements SNMPv1."
  1155.               ::= { snmpMIBGroups 2 }
  1156.  
  1157.           snmpORGroup OBJECT-GROUP
  1158.               OBJECTS { snmpORLastChange, snmpORID, snmpORDescr }
  1159.               STATUS  current
  1160.               DESCRIPTION
  1161.                       "A collection of objects allowing a SNMPv2 entity
  1162.                       acting in an agent role to describe its
  1163.                       dynamically-configurable object resources."
  1164.               ::= { snmpMIBGroups 3 }
  1165.  
  1166.  
  1167.  
  1168.  
  1169.  
  1170.  
  1171.  
  1172.  
  1173.  
  1174.  
  1175.  
  1176.  
  1177.  
  1178.  
  1179.           Case, McCloghrie, Rose & Waldbusser                  [Page 20]
  1180.  
  1181.  
  1182.  
  1183.  
  1184.  
  1185.           RFC 1450    Management Information Base for SNMPv2  April 1993
  1186.  
  1187.  
  1188.           snmpTrapGroup OBJECT-GROUP
  1189.               OBJECTS { snmpTrapNumbers, snmpV2EnableAuthenTraps }
  1190.               STATUS  current
  1191.               DESCRIPTION
  1192.                       "A collection of objects which allow the SNMPv2
  1193.                       entity, when acting in an agent role, to be
  1194.                       configured to generate SNMPv2-Trap-PDUs."
  1195.               ::= { snmpMIBGroups 4 }
  1196.  
  1197.           snmpSetGroup OBJECT-GROUP
  1198.               OBJECTS { snmpSetSerialNo }
  1199.               STATUS  current
  1200.               DESCRIPTION
  1201.                       "A collection of objects which allow several
  1202.                       cooperating SNMPv2 entities, all acting in a
  1203.                       manager role, to coordinate their use of the
  1204.                       SNMPv2 set operation."
  1205.               ::= { snmpMIBGroups 5 }
  1206.  
  1207.  
  1208.           END
  1209.  
  1210.  
  1211.  
  1212.  
  1213.  
  1214.  
  1215.  
  1216.  
  1217.  
  1218.  
  1219.  
  1220.  
  1221.  
  1222.  
  1223.  
  1224.  
  1225.  
  1226.  
  1227.  
  1228.  
  1229.  
  1230.  
  1231.  
  1232.  
  1233.  
  1234.  
  1235.  
  1236.  
  1237.  
  1238.           Case, McCloghrie, Rose & Waldbusser                  [Page 21]
  1239.  
  1240.  
  1241.  
  1242.  
  1243.  
  1244.           RFC 1450    Management Information Base for SNMPv2  April 1993
  1245.  
  1246.  
  1247.           3.  Acknowledgements
  1248.  
  1249.           The objects in the snmpStats and snmpV1 groups are based, in
  1250.           part, on RFC 1213.
  1251.  
  1252.           Finally, the comments of the SNMP version 2 working group are
  1253.           gratefully acknowledged:
  1254.  
  1255.                Beth Adams, Network Management Forum
  1256.                Steve Alexander, INTERACTIVE Systems Corporation
  1257.                David Arneson, Cabletron Systems
  1258.                Toshiya Asaba
  1259.                Fred Baker, ACC
  1260.                Jim Barnes, Xylogics, Inc.
  1261.                Brian Bataille
  1262.                Andy Bierman, SynOptics Communications, Inc.
  1263.                Uri Blumenthal, IBM Corporation
  1264.                Fred Bohle, Interlink
  1265.                Jack Brown
  1266.                Theodore Brunner, Bellcore
  1267.                Stephen F. Bush, GE Information Services
  1268.                Jeffrey D. Case, University of Tennessee, Knoxville
  1269.                John Chang, IBM Corporation
  1270.                Szusin Chen, Sun Microsystems
  1271.                Robert Ching
  1272.                Chris Chiotasso, Ungermann-Bass
  1273.                Bobby A. Clay, NASA/Boeing
  1274.                John Cooke, Chipcom
  1275.                Tracy Cox, Bellcore
  1276.                Juan Cruz, Datability, Inc.
  1277.                David Cullerot, Cabletron Systems
  1278.                Cathy Cunningham, Microcom
  1279.                James R. (Chuck) Davin, Bellcore
  1280.                Michael Davis, Clearpoint
  1281.                Mike Davison, FiberCom
  1282.                Cynthia DellaTorre, MITRE
  1283.                Taso N. Devetzis, Bellcore
  1284.                Manual Diaz, DAVID Systems, Inc.
  1285.                Jon Dreyer, Sun Microsystems
  1286.                David Engel, Optical Data Systems
  1287.                Mike Erlinger, Lexcel
  1288.                Roger Fajman, NIH
  1289.                Daniel Fauvarque, Sun Microsystems
  1290.                Karen Frisa, CMU
  1291.                Shari Galitzer, MITRE
  1292.  
  1293.  
  1294.  
  1295.  
  1296.  
  1297.           Case, McCloghrie, Rose & Waldbusser                  [Page 22]
  1298.  
  1299.  
  1300.  
  1301.  
  1302.  
  1303.           RFC 1450    Management Information Base for SNMPv2  April 1993
  1304.  
  1305.  
  1306.                Shawn Gallagher, Digital Equipment Corporation
  1307.                Richard Graveman, Bellcore
  1308.                Maria Greene, Xyplex, Inc.
  1309.                Michel Guittet, Apple
  1310.                Robert Gutierrez, NASA
  1311.                Bill Hagerty, Cabletron Systems
  1312.                Gary W. Haney, Martin Marietta Energy Systems
  1313.                Patrick Hanil, Nokia Telecommunications
  1314.                Matt Hecht, SNMP Research, Inc.
  1315.                Edward A. Heiner, Jr., Synernetics Inc.
  1316.                Susan E. Hicks, Martin Marietta Energy Systems
  1317.                Geral Holzhauer, Apple
  1318.                John Hopprich, DAVID Systems, Inc.
  1319.                Jeff Hughes, Hewlett-Packard
  1320.                Robin Iddon, Axon Networks, Inc.
  1321.                David Itusak
  1322.                Kevin M. Jackson, Concord Communications, Inc.
  1323.                Ole J. Jacobsen, Interop Company
  1324.                Ronald Jacoby, Silicon Graphics, Inc.
  1325.                Satish Joshi, SynOptics Communications, Inc.
  1326.                Frank Kastenholz, FTP Software
  1327.                Mark Kepke, Hewlett-Packard
  1328.                Ken Key, SNMP Research, Inc.
  1329.                Zbiginew Kielczewski, Eicon
  1330.                Jongyeoi Kim
  1331.                Andrew Knutsen, The Santa Cruz Operation
  1332.                Michael L. Kornegay, VisiSoft
  1333.                Deirdre C. Kostik, Bellcore
  1334.                Cheryl Krupczak, Georgia Tech
  1335.                Mark S. Lewis, Telebit
  1336.                David Lin
  1337.                David Lindemulder, AT&T/NCR
  1338.                Ben Lisowski, Sprint
  1339.                David Liu, Bell-Northern Research
  1340.                John Lunny, The Wollongong Group
  1341.                Robert C. Lushbaugh Martin, Marietta Energy Systems
  1342.                Michael Luufer, BBN
  1343.                Carl Madison, Star-Tek, Inc.
  1344.                Keith McCloghrie, Hughes LAN Systems
  1345.                Evan McGinnis, 3Com Corporation
  1346.                Bill McKenzie, IBM Corporation
  1347.                Donna McMaster, SynOptics Communications, Inc.
  1348.                John Medicke, IBM Corporation
  1349.                Doug Miller, Telebit
  1350.                Dave Minnich, FiberCom
  1351.  
  1352.  
  1353.  
  1354.  
  1355.  
  1356.           Case, McCloghrie, Rose & Waldbusser                  [Page 23]
  1357.  
  1358.  
  1359.  
  1360.  
  1361.  
  1362.           RFC 1450    Management Information Base for SNMPv2  April 1993
  1363.  
  1364.  
  1365.                Mohammad Mirhakkak, MITRE
  1366.                Rohit Mital, Protools
  1367.                George Mouradian, AT&T Bell Labs
  1368.                Patrick Mullaney, Cabletron Systems
  1369.                Dan Myers, 3Com Corporation
  1370.                Rina Nathaniel, Rad Network Devices Ltd.
  1371.                Hien V. Nguyen, Sprint
  1372.                Mo Nikain
  1373.                Tom Nisbet
  1374.                William B. Norton, MERIT
  1375.                Steve Onishi, Wellfleet Communications, Inc.
  1376.                David T. Perkins, SynOptics Communications, Inc.
  1377.                Carl Powell, BBN
  1378.                Ilan Raab, SynOptics Communications, Inc.
  1379.                Richard Ramons, AT&T
  1380.                Venkat D. Rangan, Metric Network Systems, Inc.
  1381.                Louise Reingold, Sprint
  1382.                Sam Roberts, Farallon Computing, Inc.
  1383.                Kary Robertson, Concord Communications, Inc.
  1384.                Dan Romascanu, Lannet Data Communications Ltd.
  1385.                Marshall T. Rose, Dover Beach Consulting, Inc.
  1386.                Shawn A. Routhier, Epilogue Technology Corporation
  1387.                Chris Rozman
  1388.                Asaf Rubissa, Fibronics
  1389.                Jon Saperia, Digital Equipment Corporation
  1390.                Michael Sapich
  1391.                Mike Scanlon, Interlan
  1392.                Sam Schaen, MITRE
  1393.                John Seligson, Ultra Network Technologies
  1394.                Paul A. Serice, Corporation for Open Systems
  1395.                Chris Shaw, Banyan Systems
  1396.                Timon Sloane
  1397.                Robert Snyder, Cisco Systems
  1398.                Joo Young Song
  1399.                Roy Spitier, Sprint
  1400.                Einar Stefferud, Network Management Associates
  1401.                John Stephens, Cayman Systems, Inc.
  1402.                Robert L. Stewart, Xyplex, Inc. (chair)
  1403.                Kaj Tesink, Bellcore
  1404.                Dean Throop, Data General
  1405.                Ahmet Tuncay, France Telecom-CNET
  1406.                Maurice Turcotte, Racal Datacom
  1407.                Warren Vik, INTERACTIVE Systems Corporation
  1408.                Yannis Viniotis
  1409.                Steven L. Waldbusser, Carnegie Mellon Universitty
  1410.  
  1411.  
  1412.  
  1413.  
  1414.  
  1415.           Case, McCloghrie, Rose & Waldbusser                  [Page 24]
  1416.  
  1417.  
  1418.  
  1419.  
  1420.  
  1421.           RFC 1450    Management Information Base for SNMPv2  April 1993
  1422.  
  1423.  
  1424.                Timothy M. Walden, ACC
  1425.                Alice Wang, Sun Microsystems
  1426.                James Watt, Newbridge
  1427.                Luanne Waul, Timeplex
  1428.                Donald E. Westlake III, Digital Equipment Corporation
  1429.                Gerry White
  1430.                Bert Wijnen, IBM Corporation
  1431.                Peter Wilson, 3Com Corporation
  1432.                Steven Wong, Digital Equipment Corporation
  1433.                Randy Worzella, IBM Corporation
  1434.                Daniel Woycke, MITRE
  1435.                Honda Wu
  1436.                Jeff Yarnell, Protools
  1437.                Chris Young, Cabletron
  1438.                Kiho Yum, 3Com Corporation
  1439.  
  1440.  
  1441.  
  1442.  
  1443.  
  1444.  
  1445.  
  1446.  
  1447.  
  1448.  
  1449.  
  1450.  
  1451.  
  1452.  
  1453.  
  1454.  
  1455.  
  1456.  
  1457.  
  1458.  
  1459.  
  1460.  
  1461.  
  1462.  
  1463.  
  1464.  
  1465.  
  1466.  
  1467.  
  1468.  
  1469.  
  1470.  
  1471.  
  1472.  
  1473.  
  1474.           Case, McCloghrie, Rose & Waldbusser                  [Page 25]
  1475.  
  1476.  
  1477.  
  1478.  
  1479.  
  1480.           RFC 1450    Management Information Base for SNMPv2  April 1993
  1481.  
  1482.  
  1483.           4.  References
  1484.  
  1485.           [1]  Information processing systems - Open Systems
  1486.                Interconnection - Specification of Abstract Syntax
  1487.                Notation One (ASN.1), International Organization for
  1488.                Standardization.  International Standard 8824, (December,
  1489.                1987).
  1490.  
  1491.           [2]  Case, J., McCloghrie, K., Rose, M., and Waldbusser, S.,
  1492.                "Structure of Management Information for version 2 of the
  1493.                Simple Network Management Protocol (SNMPv2)", RFC 1442,
  1494.                SNMP Research, Inc., Hughes LAN Systems, Dover Beach
  1495.                Consulting, Inc., Carnegie Mellon University, April 1993.
  1496.  
  1497.           [3]  Case, J., McCloghrie, K., Rose, M., and Waldbusser, S.,
  1498.                "Protocol Operations for version 2 of the Simple Network
  1499.                Management Protocol (SNMPv2)", RFC 1448, SNMP Research,
  1500.                Inc., Hughes LAN Systems, Dover Beach Consulting, Inc.,
  1501.                Carnegie Mellon University, April 1993.
  1502.  
  1503.           [4]  J.D. Case, C. Partridge, Case Diagrams: A First Step to
  1504.                Diagramed Management Information Bases.  Computer
  1505.                Communications Review, Volume 19, Number 1, (January,
  1506.                1989).
  1507.  
  1508.           [5]  McCloghrie, K., and Galvin, J., "Party MIB for version 2
  1509.                of the Simple Network Management Protocol (SNMPv2)", RFC
  1510.                1447, Hughes LAN Systems, Trusted Information Systems,
  1511.                April 1993.
  1512.  
  1513.  
  1514.  
  1515.  
  1516.  
  1517.  
  1518.  
  1519.  
  1520.  
  1521.  
  1522.  
  1523.  
  1524.  
  1525.  
  1526.  
  1527.  
  1528.  
  1529.  
  1530.  
  1531.  
  1532.  
  1533.           Case, McCloghrie, Rose & Waldbusser                  [Page 26]
  1534.  
  1535.  
  1536.  
  1537.  
  1538.  
  1539.           RFC 1450    Management Information Base for SNMPv2  April 1993
  1540.  
  1541.  
  1542.           5.  Security Considerations
  1543.  
  1544.           Security issues are not discussed in this memo.
  1545.  
  1546.  
  1547.           6.  Authors' Addresses
  1548.  
  1549.                Jeffrey D. Case
  1550.                SNMP Research, Inc.
  1551.                3001 Kimberlin Heights Rd.
  1552.                Knoxville, TN  37920-9716
  1553.                US
  1554.  
  1555.                Phone: +1 615 573 1434
  1556.                Email: case@snmp.com
  1557.  
  1558.  
  1559.                Keith McCloghrie
  1560.                Hughes LAN Systems
  1561.                1225 Charleston Road
  1562.                Mountain View, CA  94043
  1563.                US
  1564.  
  1565.                Phone: +1 415 966 7934
  1566.                Email: kzm@hls.com
  1567.  
  1568.  
  1569.                Marshall T. Rose
  1570.                Dover Beach Consulting, Inc.
  1571.                420 Whisman Court
  1572.                Mountain View, CA  94043-2186
  1573.                US
  1574.  
  1575.                Phone: +1 415 968 1052
  1576.                Email: mrose@dbc.mtview.ca.us
  1577.  
  1578.                Steven Waldbusser
  1579.                Carnegie Mellon University
  1580.                4910 Forbes Ave
  1581.                Pittsburgh, PA  15213
  1582.                US
  1583.  
  1584.                Phone: +1 412 268 6628
  1585.                Email: waldbusser@cmu.edu
  1586.  
  1587.  
  1588.  
  1589.  
  1590.  
  1591.  
  1592.           Case, McCloghrie, Rose & Waldbusser                  [Page 27]
  1593.  
  1594.