home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / rfc / rfc1214 < prev    next >
Text File  |  1991-04-21  |  168KB  |  4,651 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                 L. Labarre, Editor
  8. Request for Comments: 1214                                         MITRE
  9.                                                               April 1991
  10.  
  11.  
  12.           OSI Internet Management: Management Information Base
  13.  
  14. Status of this Memo
  15.  
  16.    This RFC specifies an IAB standards track protocol for the Internet
  17.    community, and requests discussion and suggestions for improvements.
  18.    Please refer to the current edition of the "IAB Official Protocol
  19.    Standards" for the standardization state and status of this protocol.
  20.    Distribution of this memo is unlimited.
  21.  
  22. Abstract
  23.  
  24.    This RFC documents a MIB for use with CMIP, either over pure OSI
  25.    stacks or with the CMIP over TCP specification.  It redefines objects
  26.    comprised by the second revision of the Management Information Base
  27.    for Network Management of TCP/IP-based internets: MIB-II so as to
  28.    conform to the OSI structure of management information.  This
  29.    document is a product of the IETF OIM working group.
  30.  
  31. Table of Contents
  32.  
  33.    1. Introduction................................................    2
  34.    2. Additions to MIB-II.........................................    3
  35.    2.1 Structure of the OIM Subtree...............................    3
  36.    2.2 Supporting ISO Definitions.................................    3
  37.    2.3 Additions for Object Instance Identification...............    4
  38.    2.3.1 Distinguished Names......................................    4
  39.    2.4 Events.....................................................    5
  40.    2.5 Containment (Naming) Tree Definition.......................    5
  41.    2.6 Changes from RFC 1158......................................    6
  42.    3. Format of OSI Templates.....................................    7
  43.    4. Object Class Definitions....................................    7
  44.    5. Attribute Definitions.......................................   16
  45.    6. Notifications...............................................   44
  46.    7. The Containment Hierarchy...................................   45
  47.    8. ASN.1 Definitions...........................................   49
  48.    9. Acknowledgements............................................   54
  49.    References.....................................................   55
  50.    Appendix 1: Notational Tools for Managed Object Definition.....   57
  51.    A1.1 Overview of Notational Tools..............................   57
  52.    A1.2 Conventions Used in Template Definitions..................   58
  53.    A1.3  Managed Object Class Template............................   60
  54.    A1.4  Package Template.........................................   63
  55.  
  56.  
  57.  
  58. OIM Working Group                                               [Page 1]
  59.  
  60. RFC 1214                       MIB-II-OIM                     April 1991
  61.  
  62.  
  63.    A1.5 Parameter Template........................................   67
  64.    A1.6  Name Binding Template....................................   67
  65.    A1.7 Attribute Template........................................   70
  66.    A1.8  Notification Template....................................   73
  67.    Appendix 2: New Objects: Internet SMI Object Type Macros.......   76
  68.    Appendix 3: Supporting Definitions.............................   81
  69.    Security Considerations........................................   82
  70.    Author's Address...............................................   83
  71.  
  72. 1. Introduction
  73.  
  74.    This memo defines the management information base (MIB) for use with
  75.    the OSI network management protocol in TCP/IP based internets.  It
  76.    formats the Management Information Base (MIB-II) in OSI templates and
  77.    adds variables necessary for use with the OSI management protocol.
  78.    Together with internet memos that define agreements for using the OSI
  79.    management protocol to manage TCP/IP internets (RFC 1189) [3], the
  80.    management information base: MIB-II, and OSI standards defining the
  81.    structure of management information (ISO/IEC DIS 10165) [4,5,6],
  82.    these documents provide an OSI compatible architecture and system for
  83.    managing TCP/IP based internets and in particular the Internet
  84.    community.
  85.  
  86.    This OSI version of the MIB specification is an incremental
  87.    refinement of MIB-II.  It has been designed according to the
  88.    following policy:  first, maintain compatibility with MIB-II by
  89.    including objects in MIB-II without changes to their registered
  90.    identifiers, syntax, and behaviour;   second, format the MIB-II using
  91.    the OSI structure of information defined templates;  third, add
  92.    attributes necessary for identification using the OSI management
  93.    protocol;  fourth, identify object instances in a manner which is
  94.    compatible with development of a common application programming
  95.    interface for both CMIP and SNMP;  and finally, define notifications
  96.    (events), including those defined by SNMP (RFC 1157) [14], deemed
  97.    necessary for management.
  98.  
  99.    It is expected that the MIB will grow over time to accommodate the
  100.    changing needs of the Internet.
  101.  
  102.    As reported in RFC 1109, Report of the Second Ad Hoc Network
  103.    Management Review Group [13], the requirements for SNMP and OSI
  104.    frameworks were more different than anticipated.  Therefore, the
  105.    requirement for compatibility between the SMI/MIB for both frameworks
  106.    was suspended.  This action allowed both frameworks to independently
  107.    define the MIB according to their SMI requirements and views of
  108.    management.   The SNMP response included development of MIB-II.  The
  109.    OSI response is this document which builds on the excellent work done
  110.    in MIB-II, and adds to it attributes necessary to map into the OSI
  111.  
  112.  
  113.  
  114. OIM Working Group                                               [Page 2]
  115.  
  116. RFC 1214                       MIB-II-OIM                     April 1991
  117.  
  118.  
  119.    SMI.
  120.  
  121.    The OIM network management framework consists of: Open Systems
  122.    Interconnection - Structure of Management Information: Parts 1-4,
  123.    ISO/IEC DIS 10165 [4,5,6], with slight modifications to maintain
  124.    compatibility with RFC 1155 [11];  OSI Internet Management:
  125.    Management Information Base, this memo; and the OSI Common Management
  126.    Information Service (CMIS) [7] and  Common Management Information
  127.    Protocol (CMIP) [8].
  128.  
  129. 2. Additions to MIB-II
  130.  
  131.    Additions to MIB-II fall into the following categories: the addition
  132.    of the managed object class "top" from which all object classes are
  133.    derived; additions for object instance identification purposes
  134.    according to the OSI SMI;  additions for generation of asynchronous
  135.    events; the addition of name bindings which  define the binding
  136.    between objects in the containment (naming) hierarchy; and the
  137.    addition of proposed changes to RFC 1158 that are expected to be
  138.    accepted by the IETF [16].
  139.  
  140. 2.1 Structure of the OIM Subtree
  141.  
  142.    The oim subtree structure is defined below.  Note that the "cmot"
  143.    subtree has been relabeled to "oim".
  144.  
  145.         cmot            OBJECT IDENTIFIER ::= {mib 9}
  146.         oim             OBJECT IDENTIFIER ::= {cmot}
  147.         cmotVersion     OBJECT IDENTIFIER ::= {oim 1}
  148.         cmotACSEInfo    OBJECT IDENTIFIER ::= {oim 2}
  149.         cmotSystemId    OBJECT IDENTIFIER ::= {oim 3}
  150.         misc            OBJECT IDENTIFIER ::= {oim 4}
  151.         objects         OBJECT IDENTIFIER ::= {oim 5}
  152.         attributes      OBJECT IDENTIFIER ::= {oim 6}
  153.         events          OBJECT IDENTIFIER ::= {oim 7}
  154.         nameforms       OBJECT IDENTIFIER ::= {oim 8}
  155.         actions         OBJECT IDENTIFIER ::= {oim 9}
  156.  
  157. 2.2 Supporting ISO Definitions
  158.  
  159.    The OSI defined managed object class "top" [5], as defined by OSI,
  160.    has been added to the MIB.  This managed object class is the root of
  161.    the inheritance hierarchy.  The class "top" contains attributes that
  162.    are inherited by all objects in the MIB.  Pending the progression of
  163.    ISO/IEC DIS 10165 to an International Standard status, "top" and its
  164.    associated attributes are registered in Appendix 3.
  165.  
  166.  
  167.  
  168.  
  169.  
  170. OIM Working Group                                               [Page 3]
  171.  
  172. RFC 1214                       MIB-II-OIM                     April 1991
  173.  
  174.  
  175. 2.3 Additions for Object Instance Identification
  176.  
  177.    The conventions for identifying objects in the OIM MIB-II for use
  178.    with CMIP are defined below.
  179.  
  180. 2.3.1 Distinguished Names
  181.  
  182.    The distinguished name of an object shall consist of a sequence of
  183.    relative distinguished names, one for each object on the containment
  184.    path from the root to the object.  Each relative distinguished name
  185.    shall contain exactly one attribute, the "naming" attribute for the
  186.    corresponding class, as specified by a NAME BINDING template.  The
  187.    CMIP ObjectInstance shall be encoded using the distinguishedName
  188.    choice.
  189.  
  190.    Object classes for which there is only a single instance normally
  191.    implemented in a managed system, other than the "system" managed
  192.    object class, shall use an empty string for their naming attribute
  193.    value, i.e., a string of length zero.
  194.  
  195.    The format of the naming attribute for the "system" managed object
  196.    class and object classes which normally have multiple instances,
  197.    e.g., table entries, are defined in the attribute templates for the
  198.    naming attributes of those classes.  The formats for naming
  199.    attributes of table entries are compatible with instance
  200.    identification conventions used by SNMP, thereby facilitating the
  201.    development of a common application programming interface that may
  202.    interface to either protocol.
  203.  
  204.    For example, a distinguished name designating a particular routing
  205.    table entry (of class ipRouteEntry) might be
  206.  
  207.         {
  208.                 { sysName  = "troi.mitre.org"}
  209.                 { ipId = ""}
  210.                 { ipRoutingTableId = "" }
  211.                 { ipRouteEntryId = "129.83.2.17" }
  212.         }.
  213.  
  214.    The naming attributes for each OIM MIB-II managed object class listed
  215.    in section 5 may be determined by reference to the NAME BINDING
  216.    templates listed in section 8.  The naming attribute definitions can
  217.    be found in the alphabetical listing of all attributes in section 6.
  218.  
  219.    The following attributes have been defined for MIB-II object classes
  220.    for purposes of object instance identification.
  221.  
  222.  
  223.  
  224.  
  225.  
  226. OIM Working Group                                               [Page 4]
  227.  
  228. RFC 1214                       MIB-II-OIM                     April 1991
  229.  
  230.  
  231.          Attribute           Identifier              Object
  232.  
  233.    ifTableId               {attributes 1}         ifTable
  234.    atTableId               {attributes 2}         atTable
  235.    atEntryId               {attributes 3}         atEntry
  236.    ipId                    {attributes 4}         ip
  237.    ipAddrTableId           {attributes 5}         ipAddrTable
  238.    ipRoutingTableId        {attributes 6}         ipRoutingtable
  239.    ipNetToMediaTableId     {attributes 7}         ipNetToMediaTable
  240.    ipNetToMediaEntryId     (attributes 8}         ipNetToMediaEntry
  241.    icmpId                  {attributes 9}         icmp
  242.    tcpId                   {attributes 10}        tcp
  243.    tcpConnTableId          {attributes 11}        tcpConnTable
  244.    tcpConnId               {attributes 12}        tcpConnEntry
  245.    udpId                   {attributes 13}        udp
  246.    udpTable
  247.    udpEntryId              {attributes 15}        udpEntry
  248.    egpId                   {attributes 16}        egp
  249.    egpNeighTableId         {attributes 17}        egpneighTable
  250.    snmpId                  {attributes 18}        snmp
  251.    ipAdEntryId             {attributes 19}        ipAddrEntry
  252.    ipRouteEntryId          {attributes 20}        ipRouteEntry
  253.    ifEntryId               {attributes 21}        ifEntry
  254.    egpNeighEntryId         {attributes 22}        egpNeighEntry
  255.    ifId                    {attributes 23}        interfaces
  256.  
  257. 2.4 Events
  258.  
  259.    Events have been defined in accordance with the OSI SMI.  These
  260.    events include those defined for SNMP.  The OSI SMI requires that
  261.    events (notifications) are part of a specific managed object class
  262.    definition.  Accordingly the SNMP defined events have been assigned
  263.    to specific objects within the MIB.
  264.  
  265.            Event                   Identifier              Object
  266.  
  267.    coldStartEvent                  {events 0}              system
  268.    warmStartEvent                  {events 1}              system
  269.    linkDownEvent                   {events 2}              ifEntry
  270.    linkUpEvent                     {events 3}              ifEntry
  271.    snmpAuthentFailureEvent         {events 4}              snmp
  272.    egpNeighborLossEvent            {events 5}              egpNeighEntry
  273.    entSpecificEvent                {events 6}              system
  274.  
  275. 2.5 Containment (Naming) Tree Definition
  276.  
  277.    The OSI SMI requires that object classes be bound into the
  278.    containment hierarchy for purposes of naming.  The binding must
  279.  
  280.  
  281.  
  282. OIM Working Group                                               [Page 5]
  283.  
  284. RFC 1214                       MIB-II-OIM                     April 1991
  285.  
  286.  
  287.    specify for the managed object class: a) the object which is superior
  288.    to it in the containment hierarchy; and b) an attribute in the
  289.    managed object class that is used to distinguish instances of the
  290.    object at a given level in the containment hierarchy.  The
  291.    containment tree begins with "root".  Agents in managed systems will
  292.    consider root to be immediately above the "system" object in the
  293.    containment hierarchy.  They may ignore any relative distinguished
  294.    names that precede the relative distinguished name for "system".
  295.  
  296.    The name bindings for objects in the OIM MIB-II are specified in
  297.    section 8.
  298.  
  299. 2.6  Changes from RFC 1158
  300.  
  301.    The proposed successor to RFC 1158 [16] contains several minor
  302.    additions that have been incorporated into this document.
  303.  
  304.       o  The sysLocation attribute of the system managed object
  305.          class is changed to GET-REPLACE.
  306.  
  307.       o  The ipRouteMetric5 and ipRouteInfo attributes are
  308.          added to the ipRouteEntry managed object class.
  309.  
  310.       o  The textual descriptor of the snmpEnableAuthTraps is
  311.          changed to snmpEnableAuthenTraps.
  312.  
  313.       o  The PhysAddress textual convention is introduced to
  314.          represent media addresses.
  315.  
  316.       o  The definition of sysServices is clarified.
  317.  
  318.       o  New ifType values (29-32) are defined.  In
  319.          addition, the textual-descriptor for the DS1 and E1
  320.          interface types is corrected.
  321.  
  322.       o  The definition of ipForwarding is clarified.
  323.  
  324.       o  The definition of ipRouteType is clarified.
  325.  
  326.       o  The tcpConnState attribute is now GET-REPLACE, to
  327.          support deletion of the TCB associated with a TCP
  328.          connection.  The definition of this object is
  329.          clarified to explain this usage.
  330.  
  331.       o  The definition of egpNeighEventTrigger is clarified.
  332.  
  333.       o  The definition of several of the variables in the new
  334.          snmp group are clarified.  In addition, the
  335.  
  336.  
  337.  
  338. OIM Working Group                                               [Page 6]
  339.  
  340. RFC 1214                       MIB-II-OIM                     April 1991
  341.  
  342.  
  343.          snmpInBadTypes and snmpOutReadOnlys objects are no
  344.          longer present.  (However, the object identifiers associated
  345.          with those objects are reserved to prevent future use.)
  346.  
  347.       o  The definition of snmpInReadOnlys is clarified.
  348.  
  349.       o  The ipRoutingDiscards attribute is added to the ip object.
  350.  
  351.       o  The optional use of an implementation-dependent, small
  352.          positive integer is disallowed when identifying
  353.          instances of the IP address and routing tables.
  354.  
  355. 3. Format of OSI Templates
  356.  
  357.    The format of OSI templates is defined in ISO/IEC DIS 10165-4 [6],
  358.    Open Systems Interconnection - Structure of Management Information -
  359.    Part 4: Guidelines for Managed Object Definition.
  360.  
  361.    The template definitions relevant to this document are included in
  362.    Appendix 1.
  363.  
  364. 4. Object Class Definitions
  365.  
  366.    The Internet SMI objects are recast into OSI template form using the
  367.    following conventions:
  368.  
  369.       o MIB II groups become OSI object classes,
  370.         except for the "at" group which has no attributes.
  371.  
  372.       o Tables become OSI object classes.
  373.  
  374.       o Table entries become OSI object classes.
  375.  
  376.       o All other object types become OSI attributes and are
  377.         assigned to object classes according to their association
  378.         in MIB II.
  379.  
  380.    The templates for the OIM MIB-II object classes are listed in
  381.    alphabetical order below.
  382.  
  383.  
  384.    atEntry  MANAGED OBJECT CLASS
  385.             DERIVED FROM  top;
  386.             CHARACTERIZED BY
  387.                atEntryPkg PACKAGE
  388.                    -- see MIB II [16] for attribute semantics
  389.                ATTRIBUTES
  390.                             atEntryId              GET,
  391.  
  392.  
  393.  
  394. OIM Working Group                                               [Page 7]
  395.  
  396. RFC 1214                       MIB-II-OIM                     April 1991
  397.  
  398.  
  399.                                atIfIndex           GET-REPLACE,
  400.                                atPhysAddress       GET-REPLACE,
  401.                                atNetAddress        GET-REPLACE;;;
  402.                REGISTERED AS  { atTable 1};
  403.  
  404.    atTable  MANAGED OBJECT CLASS
  405.             DERIVED FROM  top;
  406.             CHARACTERIZED BY
  407.                atTablePkg PACKAGE
  408.                            -- see MIB II [16] for attribute semantics
  409.                ATTRIBUTES
  410.                     atTableId                      GET;;;
  411.                REGISTERED AS  { at 1};
  412.  
  413.    egp MANAGED OBJECT CLASS
  414.             DERIVED FROM  top;
  415.             CHARACTERIZED BY
  416.                egpPkg PACKAGE
  417.                    -- see MIB II [16] for attribute semantics
  418.                ATTRIBUTES
  419.                                egpId               GET,
  420.                                egpInMsgs           GET,
  421.                                egpInErrors         GET,
  422.                                egpOutMsgs          GET,
  423.                                egpOutErrors        GET,
  424.                             egpAs                  GET;;;
  425.                REGISTERED AS  { mib 8};
  426.  
  427.    egpNeighEntry MANAGED OBJECT CLASS
  428.             DERIVED FROM  top;
  429.             CHARACTERIZED BY
  430.                egpNeighEntryPkg PACKAGE
  431.                    -- see MIB II [16] for attribute semantics
  432.                ATTRIBUTES
  433.                             egpNeighEntryId        GET,
  434.                             egpNeighState          GET,
  435.                             egpNeighAddr           GET,
  436.                             egpNeighAs             GET,
  437.                             egpNeighInMsgs         GET,
  438.                             egpNeighInErrs         GET,
  439.                             egpNeighOutMsgs        GET,
  440.                             egpNeighOutErrs        GET,
  441.                             egpNeighInErrMsgs      GET,
  442.                             egpNeighOutErrMsgs     GET,
  443.                             egpNeighStateUps       GET,
  444.                             egpNeighStateDowns     GET,
  445.                             egpNeighIntervalHello  GET,
  446.                             egpNeighIntervalPoll   GET,
  447.  
  448.  
  449.  
  450. OIM Working Group                                               [Page 8]
  451.  
  452. RFC 1214                       MIB-II-OIM                     April 1991
  453.  
  454.  
  455.                             egpNeighMode           GET,
  456.                             egpNeighEventTrigger   GET-REPLACE;
  457.               NOTIFICATIONS
  458.                             egpNeighborLossEvent;;;
  459.             REGISTERED AS  { egpNeighTable 1};
  460.  
  461.    egpNeighTable MANAGED OBJECT CLASS
  462.             DERIVED FROM   top;
  463.             CHARACTERIZED BY
  464.                egpNeighTablePkg PACKAGE
  465.                    -- see MIB II [16] for attribute semantics
  466.                ATTRIBUTES
  467.                                egpNeighTableId     GET;;;
  468.                REGISTERED AS  { egp 5};
  469.  
  470.    icmp MANAGED OBJECT CLASS
  471.             DERIVED FROM  top;
  472.             CHARACTERIZED BY
  473.                icmpPkg PACKAGE
  474.                    -- see MIB II [16] for attribute semantics
  475.                ATTRIBUTES
  476.                                icmpId GET,
  477.                                icmpInMsgs          GET,
  478.                                icmpInErrors        GET,
  479.                                icmpInDestUnreachs  GET,
  480.                                icmpInTimeExcds     GET,
  481.                                icmpInParmProbs     GET,
  482.                                icmpInSrcQuenchs    GET,
  483.                                icmpInRedirects     GET,
  484.                                icmpInEchos         GET,
  485.                                icmpInEchoReps      GET,
  486.                                icmpInTimestamps    GET,
  487.                                icmpInTimestampReps GET,
  488.                                icmpInAddrMasks     GET,
  489.                                icmpInAddrMaskReps  GET,
  490.                                icmpOutMsgs         GET,
  491.                                icmpOutErrors       GET,
  492.                                icmpOutDestUnreachs GET,
  493.                                icmpOutTimeExcds    GET,
  494.                                icmpOutParmProbs    GET,
  495.                                icmpOutSrcQuenchs   GET,
  496.                                icmpOutRedirects    GET,
  497.                                icmpOutEchos        GET,
  498.                                icmpOutEchoReps     GET,
  499.                                icmpOutTimestamps   GET,
  500.                                icmpOutTimestampReps GET,
  501.                                icmpOutAddrMasks    GET,
  502.                                icmpOutAddrMaskReps GET;;;
  503.  
  504.  
  505.  
  506. OIM Working Group                                               [Page 9]
  507.  
  508. RFC 1214                       MIB-II-OIM                     April 1991
  509.  
  510.  
  511.                REGISTERED AS  { mib 5};
  512.  
  513.    ifEntry   MANAGED OBJECT CLASS
  514.             DERIVED FROM  top;
  515.             CHARACTERIZED BY
  516.                ifEntryPkg PACKAGE
  517.                    -- see MIB II [16] for attribute semantics
  518.                ATTRIBUTES
  519.                             ifEntryId              GET,
  520.                                ifIndex             GET,
  521.                                ifDescr             GET,
  522.                                ifType              GET,
  523.                                ifMtu               GET,
  524.                                ifSpeed             GET,
  525.                                ifPhysAddress       GET,
  526.                                ifAdminStatus       GET-REPLACE,
  527.                                ifOperStatus        GET,
  528.                                ifLastChange        GET,
  529.                                ifInOctets          GET,
  530.                                ifInUcastPkts       GET,
  531.                                ifInNUcastPkts      GET,
  532.                                ifInDiscards        GET,
  533.                                ifInErrors          GET,
  534.                                ifInUnknownProtos   GET,
  535.                                ifOutOctets         GET,
  536.                                ifOutUcastPkts      GET,
  537.                                ifOutNUcastPkts     GET,
  538.                                ifOutDiscards       GET,
  539.                                ifOutErrors         GET,
  540.                                ifOutQLen           GET,
  541.                                ifSpecific          GET;
  542.                NOTIFICATIONS
  543.                                            linkUpEvent,
  544.                                            linkDownEvent;;;
  545.                REGISTERED AS  { ifTable 1};
  546.  
  547.    ifTable MANAGED OBJECT CLASS
  548.             DERIVED FROM  top;
  549.             CHARACTERIZED BY
  550.                ifTablePkg PACKAGE
  551.                    -- see MIB II [16] for attribute semantics
  552.                ATTRIBUTES
  553.                            ifTableId               GET;;;
  554.                 REGISTERED AS  { interface 2};
  555.  
  556.    interfaces MANAGED OBJECT CLASS
  557.             DERIVED FROM  top;
  558.             CHARACTERIZED BY
  559.  
  560.  
  561.  
  562. OIM Working Group                                              [Page 10]
  563.  
  564. RFC 1214                       MIB-II-OIM                     April 1991
  565.  
  566.  
  567.                interfacesPkg PACKAGE
  568.                    -- see MIB II [16] for attribute semantics
  569.                ATTRIBUTES
  570.                                ifId                GET,
  571.                                ifNumber            GET;;;
  572.                REGISTERED AS  { mib 2};
  573.  
  574.    ip MANAGED OBJECT CLASS
  575.             DERIVED FROM  top;
  576.             CHARACTERIZED BY
  577.                ipPkg PACKAGE
  578.                    -- see MIB II [16] for attribute semantics
  579.                ATTRIBUTES
  580.                                ipId                GET,
  581.                                ipForwarding        GET-REPLACE,
  582.                                ipDefaultTTL        GET-REPLACE,
  583.                                ipInReceives        GET,
  584.                                ipInHdrErrors       GET,
  585.                                ipInAddrErrors      GET,
  586.                                ipForwDatagrams     GET,
  587.                                ipInUnknownProtos   GET,
  588.                                ipInDiscards        GET,
  589.                                ipInDelivers        GET,
  590.                                ipOutRequests       GET,
  591.                                ipOutDiscards       GET,
  592.                                ipOutNoRoutes       GET,
  593.                                ipReasmTimeout      GET,
  594.                                ipReasmReqds        GET,
  595.                                ipReasmOKs          GET,
  596.                                ipReasmFails        GET,
  597.                                ipFragOKs           GET,
  598.                                ipFragFails         GET,
  599.                                ipFragCreates       GET,
  600.                                ipRoutingDiscards   GET;;;
  601.                REGISTERED AS  { mib 4};
  602.  
  603.    ipAddrEntry MANAGED OBJECT CLASS
  604.             DERIVED FROM  top;
  605.             CHARACTERIZED BY
  606.                ipAddrEntryPkg PACKAGE
  607.                    -- see MIB II [16] for attribute semantics
  608.                ATTRIBUTES
  609.                                ipAdEntryId         GET,
  610.                                ipAdEntAddr         GET,
  611.                                ipAdEntIfIndex      GET,
  612.                                ipAdEntNetMask      GET,
  613.                                ipAdEntBcastAddr    GET,
  614.                                ipAdEntReasmMaxSize GET;;;
  615.  
  616.  
  617.  
  618. OIM Working Group                                              [Page 11]
  619.  
  620. RFC 1214                       MIB-II-OIM                     April 1991
  621.  
  622.  
  623.            REGISTERED AS  { ipAddrTable 1};
  624.  
  625.    ipAddrTable MANAGED OBJECT CLASS
  626.             DERIVED FROM  top;
  627.             CHARACTERIZED BY
  628.                ipAddrTablePkg PACKAGE
  629.                    -- see MIB II [16] for attribute semantics
  630.                ATTRIBUTES
  631.                                    ipAddrTableId           GET;;;
  632.                REGISTERED AS  { ip 20};
  633.  
  634.    ipNetToMediaEntry       MANAGED OBJECT CLASS
  635.             DERIVED FROM  top;
  636.             CHARACTERIZED BY
  637.                ipNetToMediaEntryPkg PACKAGE
  638.                    -- see MIB II [16] for attribute semantics
  639.                ATTRIBUTES
  640.                                ipNetToMediaEntryId       GET,
  641.                                ipNetToMediaIfIndex       GET-REPLACE,
  642.                                ipNetToMediaPhysAddress   GET-REPLACE,
  643.                                ipNetToMediaNetAddress    GET-REPLACE,
  644.                                ipNetToMediaType          GET-REPLACE;;;
  645.                REGISTERED AS  { ipNetToMediaTable 1};
  646.  
  647.    ipNetToMediaTable MANAGED OBJECT CLASS
  648.             DERIVED FROM  top;
  649.             CHARACTERIZED BY
  650.                ipNetToMediaTablePkg PACKAGE
  651.                    -- see MIB II [16] for attribute semantics
  652.                ATTRIBUTES
  653.                            ipNetToMediaTableId     GET;;;
  654.                REGISTERED AS  { ip 22};
  655.  
  656.    ipRouteEntry MANAGED OBJECT CLASS
  657.             DERIVED FROM  top;
  658.             CHARACTERIZED BY
  659.                ipRouteEntryPkg PACKAGE
  660.                    -- see MIB II [16] for attribute semantics
  661.                ATTRIBUTES
  662.                                ipRouteEntryId      GET,
  663.                                ipRouteDest         GET-REPLACE,
  664.                                ipRouteIfIndex      GET-REPLACE,
  665.                                ipRouteMetric1      GET-REPLACE,
  666.                                ipRouteMetric2      GET-REPLACE,
  667.                                ipRouteMetric3      GET-REPLACE,
  668.                                ipRouteMetric4      GET-REPLACE,
  669.                                ipRouteMetric5      GET-REPLACE,
  670.                                ipRouteNextHop      GET-REPLACE,
  671.  
  672.  
  673.  
  674. OIM Working Group                                              [Page 12]
  675.  
  676. RFC 1214                       MIB-II-OIM                     April 1991
  677.  
  678.  
  679.                                ipRouteType         GET-REPLACE,
  680.                                ipRouteProto        GET,
  681.                                ipRouteAge          GET-REPLACE,
  682.                                ipRouteMask         GET-REPLACE,
  683.                                ipRouteInfo         GET-REPLACE;;;
  684.                REGISTERED AS  { ipRoutingTable 1};
  685.  
  686.    ipRoutingTable MANAGED OBJECT CLASS
  687.             DERIVED FROM  top;
  688.             CHARACTERIZED BY
  689.                ipRoutingTablePkg PACKAGE
  690.                    -- see MIB II [16] for attribute semantics
  691.                ATTRIBUTES
  692.                            ipRoutingTableId        GET;;;
  693.                REGISTERED AS  { ip 21};
  694.  
  695.    snmp MANAGED OBJECT CLASS
  696.             DERIVED FROM   top;
  697.             CHARACTERIZED BY
  698.                snmpPkg PACKAGE
  699.                    -- see MIB II [16] for attribute semantics
  700.                ATTRIBUTES
  701.                            snmpId                  GET,
  702.                            snmpInPkts              GET,
  703.                            snmpInBadVersions       GET,
  704.                            snmpInBadCommunityNames GET,
  705.                            snmpInBadCommunityUses  GET,
  706.                            snmpInASNParseErrs      GET,
  707.                            snmpInTooBigs           GET,
  708.                            snmpInNoSuchNames       GET,
  709.                            snmpInBadValues         GET,
  710.                            snmpInReadOnlys         GET,
  711.                            snmpInGenErrs           GET,
  712.                            snmpInTotalReqVars      GET,
  713.                            snmpInTotalSetVars      GET,
  714.                            snmpInGetRequests       GET,
  715.                            snmpInGetNexts          GET,
  716.                            snmpInSetRequests       GET,
  717.                            snmpInGetResponses      GET,
  718.                            snmpInTraps             GET,
  719.                            snmpOutPkts             GET,
  720.                            snmpOutTooBigs          GET,
  721.                            snmpOutNoSuchNames      GET,
  722.                            snmpOutBadValues        GET,
  723.                            snmpOutGenErrs          GET,
  724.                            snmpOutGetRequests      GET,
  725.                            snmpOutGetNexts         GET,
  726.                            snmpOutSetRequests      GET,
  727.  
  728.  
  729.  
  730. OIM Working Group                                              [Page 13]
  731.  
  732. RFC 1214                       MIB-II-OIM                     April 1991
  733.  
  734.  
  735.                            snmpOutGetResponses     GET,
  736.                            snmpOutTraps            GET,
  737.                            snmpEnableAuthenTraps   GET-REPLACE;
  738.            NOTIFICATIONS
  739.                            snmpAuthentFailureEvent;;;
  740.                REGISTERED AS  {mib 11};
  741.  
  742.    system MANAGED OBJECT CLASS
  743.            DERIVED FROM top;
  744.            CHARACTERIZED BY
  745.                systemPkg PACKAGE
  746.                            -- SEE MIB II [16] for attribute semantics
  747.                    ATTRIBUTES
  748.                            sysDescr        GET,
  749.                            sysObjectId     GET,
  750.                            sysUpTime       GET,
  751.                            sysContact      GET-REPLACE,
  752.                            sysName         GET-REPLACE,
  753.                            -- MAJOR HEALTH WARNING sysName is the
  754.                            -- naming attribute and should not be
  755.                            -- modified via remote management without
  756.                            -- coordinated local system changes
  757.                            sysLocation     GET-REPLACE,
  758.                            sysServices     GET;
  759.                    NOTIFICATIONS
  760.                            coldStartEvent,
  761.                            warmStartEvent,
  762.                            entSpecificEvent;;;
  763.    REGISTERED AS   {mib 1};
  764.  
  765.    tcp MANAGED OBJECT CLASS
  766.             DERIVED FROM   top;
  767.             CHARACTERIZED BY
  768.                tcpPkg PACKAGE
  769.                    -- see MIB II [16] for attribute semantics
  770.                ATTRIBUTES
  771.                                tcpId               GET,
  772.                                tcpRtoAlgorithm     GET,
  773.                                tcpRtoMin           GET,
  774.                                tcpRtoMax           GET,
  775.                                tcpMaxConn          GET,
  776.                                tcpActiveOpens      GET,
  777.                                tcpPassiveOpens     GET,
  778.                                tcpAttemptFails     GET,
  779.                                tcpEstabResets      GET,
  780.                                tcpCurrEstab        GET,
  781.                                tcpInSegs           GET,
  782.                                tcpOutSegs          GET,
  783.  
  784.  
  785.  
  786. OIM Working Group                                              [Page 14]
  787.  
  788. RFC 1214                       MIB-II-OIM                     April 1991
  789.  
  790.  
  791.                                tcpRetransSegs      GET,
  792.                                tcpInErrs           GET,
  793.                                tcpOutRsts          GET;;;
  794.                REGISTERED AS { mib 6};
  795.  
  796.    tcpConnEntry MANAGED OBJECT CLASS
  797.             DERIVED FROM  top;
  798.             CHARACTERIZED BY
  799.                tcpConnEntryPkg PACKAGE
  800.                    -- see MIB II [16] for attribute semantics
  801.                ATTRIBUTES
  802.                                tcpConnId           GET,
  803.                                tcpConnState        GET-REPLACE,
  804.                                tcpConnLocalAddress GET,
  805.                                tcpConnLocalPort    GET,
  806.                                tcpConnRemAddress   GET,
  807.                                tcpConnRemPort      GET;;;
  808.                REGISTERED AS { tcpConnTable 1 };
  809.  
  810.  
  811.    tcpConnTable MANAGED OBJECT CLASS
  812.             DERIVED FROM   top;
  813.             CHARACTERIZED BY
  814.                tcpConnTablePkg PACKAGE
  815.                    -- see MIB II [16] for attribute semantics
  816.                ATTRIBUTES
  817.                                tcpConnTableId      GET;;;
  818.                REGISTERED AS { tcp 13 };
  819.  
  820.    udp MANAGED OBJECT CLASS
  821.             DERIVED FROM   top;
  822.             CHARACTERIZED BY
  823.                udpPkg PACKAGE
  824.                    -- see MIB II [16] for attribute semantics
  825.                ATTRIBUTES
  826.                                udpId               GET,
  827.                                udpInDatagrams      GET,
  828.                                udpNoPorts          GET,
  829.                                udpInErrors         GET,
  830.                                udpOutDatagrams     GET;;;
  831.                REGISTERED AS  { mib 7};
  832.  
  833.     udpEntry MANAGED OBJECT CLASS
  834.             DERIVED FROM  top;
  835.             CHARACTERIZED BY
  836.                udpEntryPkg PACKAGE
  837.                    -- see MIB II [16] for attribute semantics
  838.                ATTRIBUTES
  839.  
  840.  
  841.  
  842. OIM Working Group                                              [Page 15]
  843.  
  844. RFC 1214                       MIB-II-OIM                     April 1991
  845.  
  846.  
  847.                                udpEntryId          GET,
  848.                                udpLocalAddress     GET,
  849.                                udpLocalPort        GET;;;
  850.                REGISTERED AS { udpTable 1 };
  851.  
  852.  
  853.    udpTable MANAGED OBJECT CLASS
  854.             DERIVED FROM   top;
  855.             CHARACTERIZED BY
  856.                udpTablePkg PACKAGE
  857.                    -- see MIB II [16] for semantics
  858.                ATTRIBUTES
  859.                                udpTableId          GET;;;
  860.                REGISTERED AS { udp 5 };
  861.  
  862. 5. Attribute Definitions
  863.  
  864.    Attribute templates for the attributes referenced in the managed
  865.    object class templates of section 5 are listed here in alphabetical
  866.    order.
  867.  
  868.  
  869. atEntryId ATTRIBUTE
  870.               WITH ATTRIBUTE SYNTAX
  871.                 OIM-Module.PrintString;
  872.               MATCHES FOR      Equality;
  873.         -- identifies the atEntry instance
  874.         -- <index>".1." <address>, where <index is the decimal
  875.         -- representation of atIfIndex and <address> is atNetAddress
  876.         -- represented in "dot notation".  The "1" subidentifier
  877.         -- indicates that the address is an IP address.
  878.            REGISTERED AS {attributes 3};
  879.  
  880. atIfIndex ATTRIBUTE
  881.               WITH ATTRIBUTE SYNTAX  OIM-Module.Integer;
  882.               MATCHES FOR      Equality;
  883.                 -- SEE MIB II [16] for attribute semantics
  884.            REGISTERED AS {atEntry 1};
  885.  
  886. atNetAddress ATTRIBUTE
  887.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.NetworkAddress;
  888.               MATCHES FOR      Equality;
  889.                 -- SEE MIB II [16] for attribute semantics
  890.            REGISTERED AS {atEntry 3};
  891.  
  892. atPhysAddress ATTRIBUTE
  893.              WITH ATTRIBUTE SYNTAX  OIM-Module.PhysAddress;
  894.               MATCHES FOR      Equality;
  895.  
  896.  
  897.  
  898. OIM Working Group                                              [Page 16]
  899.  
  900. RFC 1214                       MIB-II-OIM                     April 1991
  901.  
  902.  
  903.                 -- SEE MIB II [16] for attribute semantics
  904.            REGISTERED AS {atEntry 2};
  905.  
  906. atTableId  ATTRIBUTE
  907.               WITH ATTRIBUTE SYNTAX
  908.                 OIM-Module.PrintString;
  909.               MATCHES FOR      Equality;
  910.                 -- This attribute identifies the instance of
  911.                 -- the address table  which is being used.
  912.                 -- An empty string is used for a single
  913.                 -- instance.
  914.            REGISTERED AS {attributes 2};
  915.  
  916. egpAs   ATTRIBUTE
  917.               WITH ATTRIBUTE SYNTAX  OIM-Module.Integer;
  918.               MATCHES FOR      Equality, Ordering;
  919.                 -- SEE MIB II [16] for attribute semantics
  920.            REGISTERED AS {egp 6};
  921.  
  922. egpId      ATTRIBUTE
  923.               WITH ATTRIBUTE SYNTAX
  924.                 OIM-Module.PrintString;
  925.               MATCHES FOR      Equality;
  926.                 -- EGP entity naming attribute.
  927.                 -- An empty string is used for a single instance.
  928.            REGISTERED AS {attributes 16};
  929.  
  930. egpInErrors ATTRIBUTE
  931.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  932.               MATCHES FOR      Equality, Ordering;
  933.                 -- SEE MIB II [16] for attribute semantics
  934.            REGISTERED AS {egp 2};
  935.  
  936. egpInMsgs  ATTRIBUTE
  937.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  938.               MATCHES FOR      Equality, Ordering;
  939.                 -- SEE MIB II [16] for attribute semantics
  940.            REGISTERED AS {egp 1};
  941.  
  942. egpNeighAddr    ATTRIBUTE
  943.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.IpAddress;
  944.               MATCHES FOR      Equality;
  945.                 -- SEE MIB II [16] for attribute semantics
  946.            REGISTERED AS {egpNeighEntry 2};
  947.  
  948. egpNeighAs      ATTRIBUTE
  949.               WITH ATTRIBUTE SYNTAX  OIM-Module.Integer;
  950.               MATCHES FOR      Equality, Ordering;
  951.  
  952.  
  953.  
  954. OIM Working Group                                              [Page 17]
  955.  
  956. RFC 1214                       MIB-II-OIM                     April 1991
  957.  
  958.  
  959.                 -- SEE MIB II [16] for attribute semantics
  960.            REGISTERED AS {egpNeighEntry 3};
  961.  
  962. egpNeighEntryId  ATTRIBUTE
  963.               WITH ATTRIBUTE SYNTAX
  964.                  OIM-Module.PrintString;
  965.               MATCHES FOR      Equality;
  966.                 -- identifies the egp neighbor table entry.
  967.                 -- egpNeighAddr encoded in "dot notation".
  968.                    REGISTERED AS {attributes 22};
  969.  
  970. egpNeighEventTrigger    ATTRIBUTE
  971.               WITH ATTRIBUTE SYNTAX
  972.                  OIM-Module.EgpNeighEventTrigger;
  973.               MATCHES FOR      Equality;
  974.                 -- SEE MIB II [16] for attribute semantics
  975.            REGISTERED AS {egpNeighEntry 15};
  976.  
  977. egpNeighInErrMsgs       ATTRIBUTE
  978.               WITH ATTRIBUTE SYNTAX
  979.                   RFC1065-SMI.Counter;
  980.               MATCHES FOR      Equality, Ordering;
  981.                 -- SEE MIB II [16] for attribute semantics
  982.            REGISTERED AS {egpNeighEntry 8};
  983.  
  984. egpNeighInErrs  ATTRIBUTE
  985.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  986.               MATCHES FOR      Equality, Ordering;
  987.                 -- SEE MIB II [16] for attribute semantics
  988.            REGISTERED AS {egpNeighEntry  5};
  989.  
  990. egpNeighInMsgs  ATTRIBUTE
  991.               WITH ATTRIBUTE SYNTAX RFC1065-SMI.Counter;
  992.               MATCHES FOR      Equality, Ordering;
  993.                 -- SEE MIB II [16] for attribute semantics
  994.            REGISTERED AS {egpNeighEntry 4};
  995.  
  996. egpNeighIntervalHello   ATTRIBUTE
  997.          WITH ATTRIBUTE SYNTAX
  998.                   OIM-Module.Integer;
  999.          MATCHES FOR      Equality, Ordering;
  1000.                 -- SEE MIB II [16] for attribute semantics
  1001.        REGISTERED AS {egpNeighEntry 12};
  1002.  
  1003. egpNeighIntervalPoll    ATTRIBUTE
  1004.               WITH ATTRIBUTE SYNTAX
  1005.                  OIM-Module.Integer;
  1006.               MATCHES FOR      Equality, Ordering;
  1007.  
  1008.  
  1009.  
  1010. OIM Working Group                                              [Page 18]
  1011.  
  1012. RFC 1214                       MIB-II-OIM                     April 1991
  1013.  
  1014.  
  1015.                 -- SEE MIB II [16] for attribute semantics
  1016.            REGISTERED AS {egpNeighEntry 13};
  1017.  
  1018. egpNeighMode    ATTRIBUTE
  1019.               WITH ATTRIBUTE SYNTAX  OIM-Module.EgpNeighMode;
  1020.               MATCHES FOR      Equality;
  1021.                 -- SEE MIB II [16] for attribute semantics
  1022.            REGISTERED AS {egpNeighEntry 14};
  1023.  
  1024. egpNeighOutErrMsgs      ATTRIBUTE
  1025.               WITH ATTRIBUTE SYNTAX
  1026.                   RFC1065-SMI.Counter;
  1027.               MATCHES FOR      Equality, Ordering;
  1028.                 -- SEE MIB II [16] for attribute semantics
  1029.            REGISTERED AS {egpNeighEntry 9};
  1030.  
  1031. egpNeighOutErrs ATTRIBUTE
  1032.               WITH ATTRIBUTE SYNTAX
  1033.                   RFC1065-SMI.Counter;
  1034.               MATCHES FOR      Equality, Ordering;
  1035.                 -- SEE MIB II [16] for attribute semantics
  1036.            REGISTERED AS {egpNeighEntry 7};
  1037.  
  1038. egpNeighOutMsgs ATTRIBUTE
  1039.            WITH ATTRIBUTE SYNTAX RFC1065-SMI.Counter;
  1040.            MATCHES FOR      Equality, Ordering;
  1041.                 -- SEE MIB II [16] for attribute semantics
  1042. REGISTERED AS {egpNeighEntry 6};
  1043.  
  1044. egpNeighState ATTRIBUTE
  1045.               WITH ATTRIBUTE SYNTAX  OIM-Module.EgpNeighState;
  1046.               MATCHES FOR      Equality;
  1047.                 -- SEE MIB II [16] for attribute semantics
  1048.            REGISTERED AS {egpNeighEntry 1};
  1049.  
  1050. egpNeighStateDowns      ATTRIBUTE
  1051.               WITH ATTRIBUTE SYNTAX
  1052.                  RFC1065-SMI.Counter;
  1053.               MATCHES FOR      Equality, Ordering;
  1054.                 -- SEE MIB II [16] for attribute semantics
  1055.            REGISTERED AS {egpNeighEntry 11};
  1056.  
  1057. egpNeighStateUps        ATTRIBUTE
  1058.               WITH ATTRIBUTE SYNTAX
  1059.                   RFC1065-SMI.Counter;
  1060.               MATCHES FOR      Equality, Ordering;
  1061.                 -- SEE MIB II [16] for attribute semantics
  1062.            REGISTERED AS {egpNeighEntry 10};
  1063.  
  1064.  
  1065.  
  1066. OIM Working Group                                              [Page 19]
  1067.  
  1068. RFC 1214                       MIB-II-OIM                     April 1991
  1069.  
  1070.  
  1071. egpNeighTableId ATTRIBUTE
  1072.               WITH ATTRIBUTE SYNTAX
  1073.                  OIM-Module.PrintString;
  1074.               MATCHES FOR      Equality;
  1075.                 -- This attribute uniquely identifies the
  1076.                 -- egp neighbor table
  1077.                 -- An empty string is used for a single instance.
  1078.            REGISTERED AS {attributes 17};
  1079.  
  1080. egpOutErrors ATTRIBUTE
  1081.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  1082.               MATCHES FOR      Equality, Ordering;
  1083.                 -- SEE MIB II [16] for attribute semantics
  1084.            REGISTERED AS {egp 4};
  1085.  
  1086. egpOutMsgs  ATTRIBUTE
  1087.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  1088.               MATCHES FOR      Equality, Ordering;
  1089.                 -- SEE MIB II [16] for attribute semantics
  1090.            REGISTERED AS {egp 3};
  1091.  
  1092. icmpId     ATTRIBUTE
  1093.               WITH ATTRIBUTE SYNTAX
  1094.                 OIM-Module.PrintString;
  1095.               MATCHES FOR      Equality;
  1096.                 -- This attribute uniquely identifies the
  1097.                 -- ICMP object instance
  1098.                 -- An empty string is used for a single instance.
  1099.            REGISTERED AS {attributes 9};
  1100.  
  1101. icmpInAddrMaskReps ATTRIBUTE
  1102.               WITH ATTRIBUTE SYNTAX
  1103.                   RFC1065-SMI.Counter;
  1104.               MATCHES FOR      Equality, Ordering;
  1105.                 -- SEE MIB II [16] for attribute semantics
  1106.            REGISTERED AS {icmp 13};
  1107.  
  1108. icmpInAddrMasks ATTRIBUTE
  1109.               WITH ATTRIBUTE SYNTAX
  1110.                   RFC1065-SMI.Counter;
  1111.               MATCHES FOR      Equality, Ordering;
  1112.                 -- SEE MIB II [16] for attribute semantics
  1113.            REGISTERED AS {icmp 12};
  1114.  
  1115. icmpInDestUnreachs ATTRIBUTE
  1116.               WITH ATTRIBUTE SYNTAX
  1117.                   RFC1065-SMI.Counter;
  1118.               MATCHES FOR      Equality, Ordering;
  1119.  
  1120.  
  1121.  
  1122. OIM Working Group                                              [Page 20]
  1123.  
  1124. RFC 1214                       MIB-II-OIM                     April 1991
  1125.  
  1126.  
  1127.                 -- SEE MIB II [16] for attribute semantics
  1128.            REGISTERED AS {icmp 3};
  1129.  
  1130. icmpInEchoReps ATTRIBUTE
  1131.               WITH ATTRIBUTE SYNTAX
  1132.                   RFC1065-SMI.Counter;
  1133.               MATCHES FOR      Equality, Ordering;
  1134.                 -- SEE MIB II [16] for attribute semantics
  1135.            REGISTERED AS {icmp 9};
  1136.  
  1137. icmpInEchos  ATTRIBUTE
  1138.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  1139.               MATCHES FOR      Equality, Ordering;
  1140.                 -- SEE MIB II [16] for attribute semantics
  1141.            REGISTERED AS {icmp 8};
  1142.  
  1143. icmpInErrors ATTRIBUTE
  1144.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  1145.               MATCHES FOR      Equality, Ordering;
  1146.                 -- SEE MIB II [16] for attribute semantics
  1147.            REGISTERED AS {icmp 2};
  1148.  
  1149. icmpInMsgs ATTRIBUTE
  1150.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  1151.               MATCHES FOR      Equality, Ordering;
  1152.                 -- SEE MIB II [16] for attribute semantics
  1153.            REGISTERED AS {icmp 1};
  1154.  
  1155. icmpInParmProbs ATTRIBUTE
  1156.               WITH ATTRIBUTE SYNTAX
  1157.                   RFC1065-SMI.Counter;
  1158.               MATCHES FOR      Equality, Ordering;
  1159.                 -- SEE MIB II [16] for attribute semantics
  1160.            REGISTERED AS {icmp 5};
  1161.  
  1162. icmpInRedirects ATTRIBUTE
  1163.               WITH ATTRIBUTE SYNTAX
  1164.                   RFC1065-SMI.Counter;
  1165.               MATCHES FOR      Equality, Ordering;
  1166.                 -- SEE MIB II [16] for attribute semantics
  1167.            REGISTERED AS {icmp 7};
  1168.  
  1169. icmpInSrcQuenchs ATTRIBUTE
  1170.               WITH ATTRIBUTE SYNTAX
  1171.                  RFC1065-SMI.Counter;
  1172.               MATCHES FOR      Equality, Ordering;
  1173.                 -- SEE MIB II [16] for attribute semantics
  1174.            REGISTERED AS {icmp 6};
  1175.  
  1176.  
  1177.  
  1178. OIM Working Group                                              [Page 21]
  1179.  
  1180. RFC 1214                       MIB-II-OIM                     April 1991
  1181.  
  1182.  
  1183. icmpInTimeExcds ATTRIBUTE
  1184.               WITH ATTRIBUTE SYNTAX
  1185.                   RFC1065-SMI.Counter;
  1186.               MATCHES FOR      Equality, Ordering;
  1187.                 -- SEE MIB II [16] for attribute semantics
  1188.            REGISTERED AS {icmp 4};
  1189.  
  1190. icmpInTimestampReps ATTRIBUTE
  1191.        WITH ATTRIBUTE SYNTAX
  1192.                   RFC1065-SMI.Counter;
  1193.        MATCHES FOR      Equality, Ordering;
  1194.                 -- SEE MIB II [16] for attribute semantics
  1195.     REGISTERED AS {icmp 11};
  1196.  
  1197. icmpInTimestamps ATTRIBUTE
  1198.               WITH ATTRIBUTE SYNTAX
  1199.                   RFC1065-SMI.Counter;
  1200.               MATCHES FOR      Equality, Ordering;
  1201.                 -- SEE MIB II [16] for attribute semantics
  1202.            REGISTERED AS {icmp 10};
  1203.  
  1204. icmpOutAddrMaskReps ATTRIBUTE
  1205.           WITH ATTRIBUTE SYNTAX
  1206.                   RFC1065-SMI.Counter;
  1207.           MATCHES FOR      Equality, Ordering;
  1208.                 -- SEE MIB II [16] for attribute semantics
  1209.        REGISTERED AS {icmp 26};
  1210.  
  1211. icmpOutAddrMasks ATTRIBUTE
  1212.               WITH ATTRIBUTE SYNTAX
  1213.                   RFC1065-SMI.Counter;
  1214.               MATCHES FOR      Equality, Ordering;
  1215.                 -- SEE MIB II [16] for attribute semantics
  1216.            REGISTERED AS {icmp 25};
  1217.  
  1218. icmpOutDestUnreachs ATTRIBUTE
  1219.               WITH ATTRIBUTE SYNTAX
  1220.                  RFC1065-SMI.Counter;
  1221.               MATCHES FOR      Equality, Ordering;
  1222.                 -- SEE MIB II [16] for attribute semantics
  1223.            REGISTERED AS {icmp 16};
  1224.  
  1225. icmpOutEchoReps  ATTRIBUTE
  1226.               WITH ATTRIBUTE SYNTAX
  1227.                   RFC1065-SMI.Counter;
  1228.               MATCHES FOR      Equality, Ordering;
  1229.                 -- SEE MIB II [16] for attribute semantics
  1230.            REGISTERED AS {icmp 22};
  1231.  
  1232.  
  1233.  
  1234. OIM Working Group                                              [Page 22]
  1235.  
  1236. RFC 1214                       MIB-II-OIM                     April 1991
  1237.  
  1238.  
  1239. icmpOutEchos ATTRIBUTE
  1240.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  1241.               MATCHES FOR      Equality, Ordering;
  1242.                 -- SEE MIB II [16] for attribute semantics
  1243.            REGISTERED AS {icmp 21};
  1244.  
  1245. icmpOutErrors ATTRIBUTE
  1246.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  1247.               MATCHES FOR      Equality, Ordering;
  1248.                 -- SEE MIB II [16] for attribute semantics
  1249.            REGISTERED AS {icmp 15};
  1250.  
  1251. icmpOutMsgs ATTRIBUTE
  1252.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  1253.               MATCHES FOR      Equality, Ordering;
  1254.                 -- SEE MIB II [16] for attribute semantics
  1255.            REGISTERED AS {icmp 14};
  1256.  
  1257. icmpOutParmProbs ATTRIBUTE
  1258.               WITH ATTRIBUTE SYNTAX
  1259.                   RFC1065-SMI.Counter;
  1260.               MATCHES FOR      Equality, Ordering;
  1261.                 -- SEE MIB II [16] for attribute semantics
  1262.            REGISTERED AS {icmp 18};
  1263.  
  1264. icmpOutRedirects ATTRIBUTE
  1265.               WITH ATTRIBUTE SYNTAX
  1266.                   RFC1065-SMI.Counter;
  1267.               MATCHES FOR      Equality, Ordering;
  1268.                 -- SEE MIB II [16] for attribute semantics
  1269.            REGISTERED AS {icmp 20};
  1270.  
  1271. icmpOutSrcQuenchs ATTRIBUTE
  1272.               WITH ATTRIBUTE SYNTAX
  1273.                  RFC1065-SMI.Counter;
  1274.               MATCHES FOR      Equality, Ordering;
  1275.                 -- SEE MIB II [16] for attribute semantics
  1276.            REGISTERED AS {icmp 19};
  1277.  
  1278. icmpOutTimeExcds ATTRIBUTE
  1279.               WITH ATTRIBUTE SYNTAX
  1280.                   RFC1065-SMI.Counter;
  1281.               MATCHES FOR      Equality, Ordering;
  1282.                 -- SEE MIB II [16] for attribute semantics
  1283.            REGISTERED AS {icmp 17};
  1284.  
  1285.  
  1286.  
  1287.  
  1288.  
  1289.  
  1290. OIM Working Group                                              [Page 23]
  1291.  
  1292. RFC 1214                       MIB-II-OIM                     April 1991
  1293.  
  1294.  
  1295. icmpOutTimestampReps ATTRIBUTE
  1296.       WITH ATTRIBUTE SYNTAX
  1297.                   RFC1065-SMI.Counter;
  1298.       MATCHES FOR      Equality, Ordering;
  1299.                 -- SEE MIB II [16] for attribute semantics
  1300.    REGISTERED AS {icmp 24};
  1301.  
  1302. icmpOutTimestamps ATTRIBUTE
  1303.               WITH ATTRIBUTE SYNTAX
  1304.                  RFC1065-SMI.Counter;
  1305.               MATCHES FOR      Equality, Ordering;
  1306.                 -- SEE MIB II [16] for attribute semantics
  1307.            REGISTERED AS {icmp 23};
  1308.  
  1309. ifAdminStatus ATTRIBUTE
  1310.              WITH ATTRIBUTE SYNTAX  OIM-Module.IfAdminStatus;
  1311.               MATCHES FOR      Equality;
  1312.                 -- SEE MIB II [16] for attribute semantics
  1313.            REGISTERED AS {ifEntry 7};
  1314.  
  1315. ifDescr ATTRIBUTE
  1316.               WITH ATTRIBUTE SYNTAX
  1317.                 OIM-Module.PrintString;
  1318.               MATCHES FOR      Equality;
  1319.                 -- SEE MIB II [16] for attribute semantics
  1320.            REGISTERED AS {ifEntry 2};
  1321.  
  1322. ifEntryId  ATTRIBUTE
  1323.               WITH ATTRIBUTE SYNTAX
  1324.                  OIM-Module.PrintString;
  1325.               MATCHES FOR      Equality;
  1326.                 -- The decimal representation of ifIndex.
  1327.            REGISTERED AS {attributes 21};
  1328.  
  1329. ifId         ATTRIBUTE
  1330.               WITH ATTRIBUTE SYNTAX  OIM-Module.PrintString;
  1331.               MATCHES FOR      Equality;
  1332.                 -- An empty string is used for a single instance.
  1333.            REGISTERED AS {attributes 23};
  1334.  
  1335. ifIndex    ATTRIBUTE
  1336.               WITH ATTRIBUTE SYNTAX  OIM-Module.Integer;
  1337.               MATCHES FOR      Equality;
  1338.                 -- SEE MIB II [16] for attribute semantics
  1339.            REGISTERED AS {ifEntry 1};
  1340.  
  1341. ifInDiscards ATTRIBUTE
  1342.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  1343.  
  1344.  
  1345.  
  1346. OIM Working Group                                              [Page 24]
  1347.  
  1348. RFC 1214                       MIB-II-OIM                     April 1991
  1349.  
  1350.  
  1351.               MATCHES FOR      Equality, Ordering;
  1352.                 -- SEE MIB II [16] for attribute semantics
  1353.            REGISTERED AS {ifEntry 13};
  1354.  
  1355. ifInErrors ATTRIBUTE
  1356.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  1357.               MATCHES FOR      Equality, Ordering;
  1358.                 -- SEE MIB II [16] for attribute semantics
  1359.            REGISTERED AS {ifEntry 14};
  1360.  
  1361. ifInNUcastPkts ATTRIBUTE
  1362.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  1363.               MATCHES FOR      Equality, Ordering;
  1364.                 -- SEE MIB II [16] for attribute semantics
  1365.            REGISTERED AS {ifEntry 12};
  1366.  
  1367. ifInOctets ATTRIBUTE
  1368.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  1369.               MATCHES FOR      Equality, Ordering;
  1370.                 -- SEE MIB II [16] for attribute semantics
  1371.            REGISTERED AS {ifEntry 10};
  1372.  
  1373. ifInUcastPkts ATTRIBUTE
  1374.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  1375.               MATCHES FOR      Equality, Ordering;
  1376.                 -- SEE MIB II [16] for attribute semantics
  1377.            REGISTERED AS {ifEntry 11};
  1378.  
  1379. ifInUnknownProtos ATTRIBUTE
  1380.      WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  1381.      MATCHES FOR      Equality, Ordering;
  1382.         -- SEE MIB II [16] for attribute semantics
  1383.   REGISTERED AS {ifEntry 15};
  1384.  
  1385. ifLastChange ATTRIBUTE
  1386.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.TimeTicks;
  1387.               MATCHES FOR      Equality, Ordering;
  1388.                 -- SEE MIB II [16] for attribute semantics
  1389.            REGISTERED AS {ifEntry 9};
  1390.  
  1391. ifMtu ATTRIBUTE
  1392.               WITH ATTRIBUTE SYNTAX  OIM-Module.Integer;
  1393.               MATCHES FOR      Equality, Ordering;
  1394.                 -- SEE MIB II [16] for attribute semantics
  1395.            REGISTERED AS {ifEntry 4};
  1396.  
  1397. ifNumber  ATTRIBUTE
  1398.               WITH ATTRIBUTE SYNTAX  OIM-Module.Integer;
  1399.  
  1400.  
  1401.  
  1402. OIM Working Group                                              [Page 25]
  1403.  
  1404. RFC 1214                       MIB-II-OIM                     April 1991
  1405.  
  1406.  
  1407.               MATCHES FOR      Equality, Ordering;
  1408.                 -- SEE MIB II [16] for attribute semantics
  1409.            REGISTERED AS {interfaces 1};
  1410.  
  1411. ifOperStatus ATTRIBUTE
  1412.               WITH ATTRIBUTE SYNTAX  OIM-Module.IfOperStatus;
  1413.               MATCHES FOR      Equality;
  1414.                 -- SEE MIB II [16] for attribute semantics
  1415.            REGISTERED AS {ifEntry 8};
  1416.  
  1417. ifOutDiscards ATTRIBUTE
  1418.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  1419.               MATCHES FOR      Equality, Ordering;
  1420.                 -- SEE MIB II [16] for attribute semantics
  1421.            REGISTERED AS {ifEntry 19};
  1422.  
  1423. ifOutErrors ATTRIBUTE
  1424.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  1425.  
  1426.               MATCHES FOR      Equality, Ordering;
  1427.                 -- SEE MIB II [16] for attribute semantics
  1428.            REGISTERED AS {ifEntry 20};
  1429.  
  1430. ifOutNUcastPkts ATTRIBUTE
  1431.         WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  1432.         MATCHES FOR      Equality, Ordering;
  1433.                 -- SEE MIB II [16] for attribute semantics
  1434.      REGISTERED AS {ifEntry 18};
  1435.  
  1436. ifOutOctets ATTRIBUTE
  1437.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  1438.  
  1439.               MATCHES FOR      Equality, Ordering;
  1440.                 -- SEE MIB II [16] for attribute semantics
  1441.            REGISTERED AS {ifEntry 16};
  1442.  
  1443. ifOutQLen ATTRIBUTE
  1444.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Gauge;
  1445.               MATCHES FOR      Equality, Ordering;
  1446.                 -- SEE MIB II [16] for attribute semantics
  1447.            REGISTERED AS {ifEntry 21};
  1448.  
  1449. ifOutUcastPkts ATTRIBUTE
  1450.          WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  1451.          MATCHES FOR      Equality, Ordering;
  1452.                 -- SEE MIB II [16] for attribute semantics
  1453.       REGISTERED AS {ifEntry 17};
  1454.  
  1455.  
  1456.  
  1457.  
  1458. OIM Working Group                                              [Page 26]
  1459.  
  1460. RFC 1214                       MIB-II-OIM                     April 1991
  1461.  
  1462.  
  1463. ifPhysAddress ATTRIBUTE
  1464.          WITH ATTRIBUTE SYNTAX  OIM-Module.PhysAddress;
  1465.          MATCHES FOR      Equality;
  1466.                 -- SEE MIB II [16] for attribute semantics
  1467.       REGISTERED AS {ifEntry 6};
  1468.  
  1469. ifSpecific ATTRIBUTE
  1470.               WITH ATTRIBUTE SYNTAX  OIM-Module.ObjectId;
  1471.               MATCHES FOR      Equality;
  1472.                 -- SEE MIB II [16] for attribute semantics
  1473.            REGISTERED AS {ifEntry 22};
  1474.  
  1475. ifSpeed ATTRIBUTE
  1476.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Gauge;
  1477.               MATCHES FOR      Equality, Ordering;
  1478.                 -- SEE MIB II [16] for attribute semantics
  1479.            REGISTERED AS {ifEntry 5};
  1480.  
  1481. ifTableId  ATTRIBUTE
  1482.               WITH ATTRIBUTE SYNTAX
  1483.                 OIM-Module.PrintString;
  1484.               MATCHES FOR      Equality;
  1485.                 -- an empty string
  1486.            REGISTERED AS {attributes 1};
  1487.  
  1488. ifType ATTRIBUTE
  1489.               WITH ATTRIBUTE SYNTAX  OIM-Module.IfType;
  1490.              MATCHES FOR      Equality;
  1491.                 -- SEE MIB II [16] for attribute semantics
  1492.           REGISTERED AS {ifEntry 3};
  1493.  
  1494. ipAddrTableId ATTRIBUTE
  1495.               WITH ATTRIBUTE SYNTAX
  1496.                 OIM-Module.PrintString;
  1497.               MATCHES FOR      Equality;
  1498.                 -- This attribute provides a unique id
  1499.                 -- which identifies the address table.
  1500.                 -- An empty string is used for a single instance.
  1501.            REGISTERED AS {attributes 5};
  1502.  
  1503. ipAdEntAddr ATTRIBUTE
  1504.               WITH ATTRIBUTE SYNTAX   RFC1065-SMI.IpAddress;
  1505.               MATCHES FOR      Equality;
  1506.                 -- SEE MIB II [16] for attribute semantics
  1507.            REGISTERED AS {ipAddrEntry 1};
  1508.  
  1509. ipAdEntBcastAddr ATTRIBUTE
  1510.           WITH ATTRIBUTE SYNTAX  OIM-Module.Integer;
  1511.  
  1512.  
  1513.  
  1514. OIM Working Group                                              [Page 27]
  1515.  
  1516. RFC 1214                       MIB-II-OIM                     April 1991
  1517.  
  1518.  
  1519.            MATCHES FOR      Equality;
  1520.                 -- SEE MIB II [16] for attribute semantics
  1521.          REGISTERED AS {ipAddrEntry 4};
  1522.  
  1523. ipAdEntIfIndex ATTRIBUTE
  1524.               WITH ATTRIBUTE SYNTAX   OIM-Module.Integer;
  1525.               MATCHES FOR      Equality;
  1526.                 -- SEE MIB II [16] for attribute semantics
  1527.            REGISTERED AS {ipAddrEntry 2};
  1528.  
  1529. ipAdEntNetMask ATTRIBUTE
  1530.            WITH ATTRIBUTE SYNTAX   RFC1065-SMI.IpAddress;
  1531.            MATCHES FOR      Equality;
  1532.                 -- SEE MIB II [16] for attribute semantics
  1533.          REGISTERED AS {ipAddrEntry 3};
  1534.  
  1535. ipAdEntReasmMaxSize ATTRIBUTE
  1536.    WITH ATTRIBUTE SYNTAX  OIM-Module.Integer64k;
  1537.     MATCHES FOR      Equality, Ordering;
  1538.                 -- SEE MIB II [16] for attribute semantics
  1539.   REGISTERED AS {ipAddrEntry 5};
  1540.  
  1541. ipAdEntryId  ATTRIBUTE
  1542.               WITH ATTRIBUTE SYNTAX
  1543.                 OIM-Module.PrintString;
  1544.               MATCHES FOR      Equality;
  1545.                 -- This attribute uniquely identifies the ip address
  1546.                 -- table entry.  The format is:
  1547.                 -- <addr> , where <addr> is ipAdEntAddr
  1548.                 -- represented in "dot notation".
  1549.            REGISTERED AS {attributes 19};
  1550.  
  1551. ipDefaultTTL ATTRIBUTE
  1552.               WITH ATTRIBUTE SYNTAX  OIM-Module.Integer;
  1553.               MATCHES FOR      Equality, Ordering;
  1554.                 -- SEE MIB II [16] for attribute semantics
  1555.            REGISTERED AS {ip 2};
  1556.  
  1557. ipForwarding ATTRIBUTE
  1558.               WITH ATTRIBUTE SYNTAX  OIM-Module.IpForwarding;
  1559.               MATCHES FOR      Equality;
  1560.                 -- SEE MIB II [16] for attribute semantics
  1561.            REGISTERED AS {ip 1};
  1562.  
  1563. ipForwDatagrams ATTRIBUTE
  1564.        WITH ATTRIBUTE SYNTAX   RFC1065-SMI.Counter;
  1565.        MATCHES FOR      Equality, Ordering;
  1566.                 -- SEE MIB II [16] for attribute semantics
  1567.  
  1568.  
  1569.  
  1570. OIM Working Group                                              [Page 28]
  1571.  
  1572. RFC 1214                       MIB-II-OIM                     April 1991
  1573.  
  1574.  
  1575.      REGISTERED AS {ip 6};
  1576.  
  1577. ipFragCreates ATTRIBUTE
  1578.               WITH ATTRIBUTE SYNTAX   RFC1065-SMI.Counter;
  1579.               MATCHES FOR      Equality, Ordering;
  1580.                 -- SEE MIB II [16] for attribute semantics
  1581.            REGISTERED AS {ip 19};
  1582.  
  1583. ipFragFails ATTRIBUTE
  1584.               WITH ATTRIBUTE SYNTAX   RFC1065-SMI.Counter;
  1585.               MATCHES FOR      Equality, Ordering;
  1586.                 -- SEE MIB II [16] for attribute semantics
  1587.            REGISTERED AS {ip 18};
  1588.  
  1589. ipFragOKs ATTRIBUTE
  1590.               WITH ATTRIBUTE SYNTAX   RFC1065-SMI.Counter;
  1591.               MATCHES FOR      Equality, Ordering;
  1592.                 -- SEE MIB II [16] for attribute semantics
  1593.            REGISTERED AS {ip 17};
  1594.  
  1595. ipId ATTRIBUTE
  1596.               WITH ATTRIBUTE SYNTAX
  1597.                 OIM-Module.PrintString;
  1598.               MATCHES FOR      Equality;
  1599.                 -- identifies the Ip entity.
  1600.                 -- An empty string is used for a single instance
  1601.            REGISTERED AS {attributes 4};
  1602.  
  1603. ipInAddrErrors ATTRIBUTE
  1604.              WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  1605.               MATCHES FOR      Equality, Ordering;
  1606.                 -- SEE MIB II [16] for attribute semantics
  1607.            REGISTERED AS {ip 5};
  1608.  
  1609. ipInDelivers ATTRIBUTE
  1610.               WITH ATTRIBUTE SYNTAX   RFC1065-SMI.Counter;
  1611.               MATCHES FOR      Equality, Ordering;
  1612.                 -- SEE MIB II [16] for attribute semantics
  1613.            REGISTERED AS {ip 9};
  1614.  
  1615. ipInDiscards ATTRIBUTE
  1616.               WITH ATTRIBUTE SYNTAX   RFC1065-SMI.Counter;
  1617.               MATCHES FOR      Equality, Ordering;
  1618.                 -- SEE MIB II [16] for attribute semantics
  1619.            REGISTERED AS {ip 8};
  1620.  
  1621. ipInHdrErrors ATTRIBUTE
  1622.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  1623.  
  1624.  
  1625.  
  1626. OIM Working Group                                              [Page 29]
  1627.  
  1628. RFC 1214                       MIB-II-OIM                     April 1991
  1629.  
  1630.  
  1631.               MATCHES FOR      Equality, Ordering;
  1632.                 -- SEE MIB II [16] for attribute semantics
  1633.            REGISTERED AS {ip 4};
  1634.  
  1635. ipInReceives ATTRIBUTE
  1636.               WITH ATTRIBUTE SYNTAX RFC1065-SMI.Counter;
  1637.               MATCHES FOR      Equality, Ordering;
  1638.                 -- SEE MIB II [16] for attribute semantics
  1639.            REGISTERED AS {ip 3};
  1640.  
  1641. ipInUnknownProtos ATTRIBUTE
  1642.      WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  1643.      MATCHES FOR      Equality, Ordering;
  1644.                 -- SEE MIB II [16] for attribute semantics
  1645.    REGISTERED AS {ip 7};
  1646.  
  1647. ipNetToMediaEntryId ATTRIBUTE
  1648.        WITH ATTRIBUTE SYNTAX
  1649.                 OIM-Module.PrintString;
  1650.         MATCHES FOR      Equality;
  1651.                 -- identifies an instance of IpNetToMediaEntry
  1652.                 -- <interface> "." <address>, where <interface> is the
  1653.                 -- decimal representation of ipNetToMediaIfIndex and
  1654.                 -- <address> is ipNetToMediaNetAddress in
  1655.                 -- "dot notation".
  1656.     REGISTERED AS {attributes 8};
  1657.  
  1658. ipNetToMediaIfIndex ATTRIBUTE
  1659.        WITH ATTRIBUTE SYNTAX    OIM-Module.Integer;
  1660.         MATCHES FOR      Equality;
  1661.                 -- SEE MIB II [16] for attribute semantics
  1662.     REGISTERED AS {ipNetToMediaEntry 1};
  1663.  
  1664. ipNetToMediaNetAddress ATTRIBUTE
  1665.      WITH ATTRIBUTE SYNTAX
  1666.         RFC1065-SMI.IpAddress;
  1667.      MATCHES FOR      Equality;
  1668.                 -- SEE MIB II [16] for attribute semantics
  1669.     REGISTERED AS {ipNetToMediaEntry 3};
  1670.  
  1671. ipNetToMediaPhysAddress ATTRIBUTE
  1672.      WITH ATTRIBUTE SYNTAX
  1673.         OIM-Module.PhysAddress;
  1674.      MATCHES FOR      Equality;
  1675.                 -- SEE MIB II [16] for attribute semantics
  1676.     REGISTERED AS {ipNetToMediaEntry 2};
  1677.  
  1678.  
  1679.  
  1680.  
  1681.  
  1682. OIM Working Group                                              [Page 30]
  1683.  
  1684. RFC 1214                       MIB-II-OIM                     April 1991
  1685.  
  1686.  
  1687. ipNetToMediaTableId  ATTRIBUTE
  1688.      WITH ATTRIBUTE SYNTAX
  1689.                 OIM-Module.PrintString;
  1690.       MATCHES FOR      Equality;
  1691.                 -- This is the distinguishing attribute for the
  1692.                 -- Ip Net to Media Table.
  1693.                 -- An empty string is used for a single instance.
  1694.    REGISTERED AS {attributes 7};
  1695.  
  1696. ipNetToMediaType ATTRIBUTE
  1697.               WITH ATTRIBUTE SYNTAX
  1698.                           OIM-Module.IpNetToMediaType;
  1699.               MATCHES FOR      Equality;
  1700.                 -- SEE MIB II [16] for attribute semantics
  1701.            REGISTERED AS {ipNetToMediaEntry 4};
  1702.  
  1703. ipOutDiscards ATTRIBUTE
  1704.               WITH ATTRIBUTE SYNTAX   RFC1065-SMI.Counter;
  1705.               MATCHES FOR      Equality, Ordering;
  1706.                 -- SEE MIB II [16] for attribute semantics
  1707.            REGISTERED AS {ip 11};
  1708.  
  1709. ipOutNoRoutes ATTRIBUTE
  1710.               WITH ATTRIBUTE SYNTAX   RFC1065-SMI.Counter;
  1711.               MATCHES FOR      Equality, Ordering;
  1712.                 -- SEE MIB II [16] for attribute semantics
  1713.            REGISTERED AS {ip 12};
  1714.  
  1715. ipOutRequests ATTRIBUTE
  1716.               WITH ATTRIBUTE SYNTAX   RFC1065-SMI.Counter;
  1717.               MATCHES FOR      Equality, Ordering;
  1718.                 -- SEE MIB II [16] for attribute semantics
  1719.            REGISTERED AS {ip 10};
  1720.  
  1721. ipReasmFails ATTRIBUTE
  1722.               WITH ATTRIBUTE SYNTAX   RFC1065-SMI.Counter;
  1723.               MATCHES FOR      Equality, Ordering;
  1724.                 -- SEE MIB II [16] for attribute semantics
  1725.            REGISTERED AS {ip 16};
  1726.  
  1727. ipReasmOKs ATTRIBUTE
  1728.               WITH ATTRIBUTE SYNTAX   RFC1065-SMI.Counter;
  1729.               MATCHES FOR      Equality, Ordering;
  1730.                 -- SEE MIB II [16] for attribute semantics
  1731.            REGISTERED AS {ip 15};
  1732.  
  1733. ipReasmReqds ATTRIBUTE
  1734.               WITH ATTRIBUTE SYNTAX   RFC1065-SMI.Counter;
  1735.  
  1736.  
  1737.  
  1738. OIM Working Group                                              [Page 31]
  1739.  
  1740. RFC 1214                       MIB-II-OIM                     April 1991
  1741.  
  1742.  
  1743.               MATCHES FOR      Equality, Ordering;
  1744.                 -- SEE MIB II [16] for attribute semantics
  1745.            REGISTERED AS {ip 14};
  1746.  
  1747. ipReasmTimeout ATTRIBUTE
  1748.           WITH ATTRIBUTE SYNTAX   OIM-Module.Integer;
  1749.            MATCHES FOR      Equality, Ordering;
  1750.                 -- SEE MIB II [16] for attribute semantics
  1751.          REGISTERED AS {ip 13};
  1752.  
  1753.  ipRouteAge ATTRIBUTE
  1754.               WITH ATTRIBUTE SYNTAX   OIM-Module.Integer;
  1755.               MATCHES FOR      Equality, Ordering;
  1756.                 -- SEE MIB II [16] for attribute semantics
  1757.            REGISTERED AS {ipRouteEntry 10};
  1758.  
  1759. ipRouteDest ATTRIBUTE
  1760.               WITH ATTRIBUTE SYNTAX   RFC1065-SMI.IpAddress;
  1761.               MATCHES FOR      Equality;
  1762.                 -- SEE MIB II [16] for attribute semantics
  1763.            REGISTERED AS {ipRouteEntry 1};
  1764.  
  1765. ipRouteEntryId  ATTRIBUTE
  1766.               WITH ATTRIBUTE SYNTAX
  1767.                 OIM-Module.PrintString;
  1768.               MATCHES FOR      Equality;
  1769.                 -- This attribute identifies the ip route table entry.
  1770.                 -- The format is <dest>, where <dest> is
  1771.                 -- ipRouteDest represented in "dot notation.
  1772. REGISTERED AS {attributes 20};
  1773.  
  1774. ipRouteIfIndex ATTRIBUTE
  1775.               WITH ATTRIBUTE SYNTAX   OIM-Module.Integer;
  1776.               MATCHES FOR      Equality;
  1777.                 -- SEE MIB II [16] for attribute semantics
  1778.            REGISTERED AS {ipRouteEntry 2};
  1779.  
  1780. ipRouteInfo ATTRIBUTE
  1781.              WITH ATTRIBUTE SYNTAX   OIM-Module.ObjectId;
  1782.               MATCHES FOR      Equality;
  1783.                 -- SEE MIB II [16] for attribute semantics
  1784.            REGISTERED AS {ipRouteEntry 13};
  1785.  
  1786. ipRouteMask ATTRIBUTE
  1787.               WITH ATTRIBUTE SYNTAX   RFC1065-SMI.IpAddress;
  1788.               MATCHES FOR      Equality;
  1789.                 -- SEE MIB II [16] for attribute semantics
  1790.            REGISTERED AS {ipRouteEntry 11};
  1791.  
  1792.  
  1793.  
  1794. OIM Working Group                                              [Page 32]
  1795.  
  1796. RFC 1214                       MIB-II-OIM                     April 1991
  1797.  
  1798.  
  1799. ipRouteMetric1 ATTRIBUTE
  1800.             WITH ATTRIBUTE SYNTAX   OIM-Module.Integer;
  1801.               MATCHES FOR      Equality, Ordering;
  1802.                 -- SEE MIB II [16] for attribute semantics
  1803.            REGISTERED AS {ipRouteEntry 3};
  1804.  
  1805. ipRouteMetric2 ATTRIBUTE
  1806.              WITH ATTRIBUTE SYNTAX   OIM-Module.Integer;
  1807.              MATCHES FOR      Equality, Ordering;
  1808.                 -- SEE MIB II [16] for attribute semantics
  1809.            REGISTERED AS {ipRouteEntry 4};
  1810.  
  1811. ipRouteMetric3 ATTRIBUTE
  1812.              WITH ATTRIBUTE SYNTAX   OIM-Module.Integer;
  1813.               MATCHES FOR      Equality, Ordering;
  1814.                 -- SEE MIB II [16] for attribute semantics
  1815.            REGISTERED AS {ipRouteEntry 5};
  1816.  
  1817. ipRouteMetric4 ATTRIBUTE
  1818.              WITH ATTRIBUTE SYNTAX   OIM-Module.Integer;
  1819.               MATCHES FOR      Equality, Ordering;
  1820.                 -- SEE MIB II [16] for attribute semantics
  1821.            REGISTERED AS {ipRouteEntry 6};
  1822.  
  1823. ipRouteMetric5 ATTRIBUTE
  1824.              WITH ATTRIBUTE SYNTAX   OIM-Module.Integer;
  1825.               MATCHES FOR      Equality, Ordering;
  1826.                 -- SEE MIB II [16] for attribute semantics
  1827.            REGISTERED AS {ipRouteEntry 12};
  1828.  
  1829. ipRouteNextHop ATTRIBUTE
  1830.             WITH ATTRIBUTE SYNTAX   RFC1065-SMI.IpAddress;
  1831.              MATCHES FOR      Equality;
  1832.                 -- SEE MIB II [16] for attribute semantics
  1833.            REGISTERED AS {ipRouteEntry 7};
  1834.  
  1835. ipRouteProto ATTRIBUTE
  1836.               WITH ATTRIBUTE SYNTAX  OIM-Module.IpRouteProto;
  1837.               MATCHES FOR      Equality;
  1838.                 -- SEE MIB II [16] for attribute semantics
  1839.            REGISTERED AS {ipRouteEntry 9};
  1840.  
  1841. ipRouteType ATTRIBUTE
  1842.               WITH ATTRIBUTE SYNTAX  OIM-Module.IpRouteType;
  1843.               MATCHES FOR      Equality;
  1844.                 -- SEE MIB II [16] for attribute semantics
  1845.            REGISTERED AS {ipRouteEntry 8};
  1846.  
  1847.  
  1848.  
  1849.  
  1850. OIM Working Group                                              [Page 33]
  1851.  
  1852. RFC 1214                       MIB-II-OIM                     April 1991
  1853.  
  1854.  
  1855. ipRoutingDiscards ATTRIBUTE
  1856.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  1857.               MATCHES FOR      Equality, Ordering;
  1858.                 -- SEE MIB II [16] for attribute semantics
  1859.            REGISTERED AS {ip 23};
  1860.  
  1861. ipRoutingTableId  ATTRIBUTE
  1862.           WITH ATTRIBUTE SYNTAX
  1863.                 OIM-Module.PrintString;
  1864.           MATCHES FOR      Equality;
  1865.                 -- unique id which identifies the
  1866.                 -- Ip Routing Table instance.
  1867.                 -- An empty string is used for a single instance.
  1868.         REGISTERED AS {attributes 6};
  1869.  
  1870. snmpEnableAuthenTraps   ATTRIBUTE
  1871.               WITH ATTRIBUTE SYNTAX
  1872.                          OIM-Module.SnmpEnableAuthenTraps;
  1873.               MATCHES FOR      Equality;
  1874.                 -- SEE MIB II [16] for attribute semantics
  1875.            REGISTERED AS {snmp 30};
  1876.  
  1877. snmpId  ATTRIBUTE
  1878.               WITH ATTRIBUTE SYNTAX
  1879.                  OIM-Module.PrintString;
  1880.               MATCHES FOR      Equality;
  1881.                         -- naming attribute for snmp
  1882.                         -- An empty string is used for a single instance.
  1883.            REGISTERED AS {attributes 18};
  1884.  
  1885. snmpInASNParseErrs      ATTRIBUTE
  1886.               WITH ATTRIBUTE SYNTAX
  1887.                   RFC1065-SMI.Counter;
  1888.               MATCHES FOR      Equality, Ordering;
  1889.                 -- SEE MIB II [16] for attribute semantics
  1890.            REGISTERED AS {snmp 6};
  1891.  
  1892. snmpInBadCommunityNames ATTRIBUTE
  1893.     WITH ATTRIBUTE SYNTAX
  1894.           RFC1065-SMI.Counter;
  1895.     MATCHES FOR      Equality, Ordering;
  1896.                 -- SEE MIB II [16] for attribute semantics
  1897.   REGISTERED AS {snmp 4};
  1898.  
  1899. snmpInBadCommunityUses  ATTRIBUTE
  1900.     WITH ATTRIBUTE SYNTAX
  1901.                  RFC1065-SMI.Counter;
  1902.     MATCHES FOR      Equality, Ordering;
  1903.  
  1904.  
  1905.  
  1906. OIM Working Group                                              [Page 34]
  1907.  
  1908. RFC 1214                       MIB-II-OIM                     April 1991
  1909.  
  1910.  
  1911.                 -- SEE MIB II [16] for attribute semantics
  1912.   REGISTERED AS {snmp 5};
  1913.  
  1914. snmpInBadValues ATTRIBUTE
  1915.               WITH ATTRIBUTE SYNTAX
  1916.                           RFC1065-SMI.Counter;
  1917.               MATCHES FOR      Equality, Ordering;
  1918.                 -- SEE MIB II [16] for attribute semantics
  1919.            REGISTERED AS {snmp 10};
  1920.  
  1921. snmpInBadVersions       ATTRIBUTE
  1922.               WITH ATTRIBUTE SYNTAX
  1923.                   RFC1065-SMI.Counter;
  1924.               MATCHES FOR      Equality, Ordering;
  1925.                 -- SEE MIB II [16] for attribute semantics
  1926.            REGISTERED AS {snmp 3};
  1927.  
  1928. snmpInGenErrs   ATTRIBUTE
  1929.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  1930.               MATCHES FOR      Equality, Ordering;
  1931.                 -- SEE MIB II [16] for attribute semantics
  1932.            REGISTERED AS {snmp 12};
  1933.  
  1934. snmpInGetNexts  ATTRIBUTE
  1935.               WITH ATTRIBUTE SYNTAX
  1936.                   RFC1065-SMI.Counter;
  1937.               MATCHES FOR      Equality, Ordering;
  1938.                 -- SEE MIB II [16] for attribute semantics
  1939.            REGISTERED AS {snmp 16};
  1940.  
  1941. snmpInGetRequests       ATTRIBUTE
  1942.               WITH ATTRIBUTE SYNTAX
  1943.                   RFC1065-SMI.Counter;
  1944.               MATCHES FOR      Equality, Ordering;
  1945.                 -- SEE MIB II [16] for attribute semantics
  1946.            REGISTERED AS {snmp 15};
  1947.  
  1948. snmpInGetResponses      ATTRIBUTE
  1949.        WITH ATTRIBUTE SYNTAX
  1950.                   RFC1065-SMI.Counter;
  1951.        MATCHES FOR      Equality, Ordering;
  1952.                 -- SEE MIB II [16] for attribute semantics
  1953.     REGISTERED AS {snmp 18};
  1954.  
  1955. snmpInNoSuchNames       ATTRIBUTE
  1956.               WITH ATTRIBUTE SYNTAX
  1957.                   RFC1065-SMI.Counter;
  1958.               MATCHES FOR      Equality, Ordering;
  1959.  
  1960.  
  1961.  
  1962. OIM Working Group                                              [Page 35]
  1963.  
  1964. RFC 1214                       MIB-II-OIM                     April 1991
  1965.  
  1966.  
  1967.                 -- SEE MIB II [16] for attribute semantics
  1968.            REGISTERED AS {snmp 9};
  1969.  
  1970. snmpInPkts      ATTRIBUTE
  1971.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  1972.               MATCHES FOR      Equality, Ordering;
  1973.                 -- SEE MIB II [16] for attribute semantics
  1974.            REGISTERED AS {snmp 1};
  1975.  
  1976. snmpInReadOnlys ATTRIBUTE
  1977.               WITH ATTRIBUTE SYNTAX
  1978.                          RFC1065-SMI.Counter;
  1979.               MATCHES FOR      Equality, Ordering;
  1980.                 -- SEE MIB II [16] for attribute semantics
  1981.            REGISTERED AS {snmp 11};
  1982.  
  1983. snmpInSetRequests       ATTRIBUTE
  1984.               WITH ATTRIBUTE SYNTAX
  1985.                   RFC1065-SMI.Counter;
  1986.               MATCHES FOR      Equality, Ordering;
  1987.                 -- SEE MIB II [16] for attribute semantics
  1988.            REGISTERED AS {snmp 17};
  1989.  
  1990. snmpInTooBigs   ATTRIBUTE
  1991.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  1992.               MATCHES FOR      Equality, Ordering;
  1993.                 -- SEE MIB II [16] for attribute semantics
  1994.            REGISTERED AS {snmp 8};
  1995.  
  1996. snmpInTotalReqVars      ATTRIBUTE
  1997.               WITH ATTRIBUTE SYNTAX
  1998.                   RFC1065-SMI.Counter;
  1999.               MATCHES FOR      Equality, Ordering;
  2000.                 -- SEE MIB II [16] for attribute semantics
  2001.            REGISTERED AS {snmp 13};
  2002.  
  2003. snmpInTotalSetVars      ATTRIBUTE
  2004.               WITH ATTRIBUTE SYNTAX
  2005.                   RFC1065-SMI.Counter;
  2006.               MATCHES FOR      Equality, Ordering;
  2007.                 -- SEE MIB II [16] for attribute semantics
  2008.            REGISTERED AS {snmp 14};
  2009.  
  2010. snmpInTraps     ATTRIBUTE
  2011.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  2012.               MATCHES FOR      Equality, Ordering;
  2013.                 -- SEE MIB II [16] for attribute semantics
  2014.            REGISTERED AS {snmp 19};
  2015.  
  2016.  
  2017.  
  2018. OIM Working Group                                              [Page 36]
  2019.  
  2020. RFC 1214                       MIB-II-OIM                     April 1991
  2021.  
  2022.  
  2023. snmpOutBadValues        ATTRIBUTE
  2024.               WITH ATTRIBUTE SYNTAX
  2025.                           RFC1065-SMI.Counter;
  2026.               MATCHES FOR      Equality, Ordering;
  2027.                 -- SEE MIB II [16] for attribute semantics
  2028.            REGISTERED AS {snmp 22};
  2029.  
  2030. snmpOutGenErrs  ATTRIBUTE
  2031.               WITH ATTRIBUTE SYNTAX
  2032.                           RFC1065-SMI.Counter;
  2033.               MATCHES FOR      Equality, Ordering;
  2034.                 -- SEE MIB II [16] for attribute semantics
  2035.            REGISTERED AS {snmp 24};
  2036.  
  2037. snmpOutGetNexts ATTRIBUTE
  2038.               WITH ATTRIBUTE SYNTAX
  2039.                   RFC1065-SMI.Counter;
  2040.               MATCHES FOR      Equality, Ordering;
  2041.                 -- SEE MIB II [16] for attribute semantics
  2042.            REGISTERED AS {snmp 26};
  2043.  
  2044. snmpOutGetRequests      ATTRIBUTE
  2045.               WITH ATTRIBUTE SYNTAX
  2046.                   RFC1065-SMI.Counter;
  2047.               MATCHES FOR      Equality, Ordering;
  2048.                 -- SEE MIB II [16] for attribute semantics
  2049.            REGISTERED AS {snmp 25};
  2050.  
  2051. snmpOutGetResponses     ATTRIBUTE
  2052.        WITH ATTRIBUTE SYNTAX
  2053.                   RFC1065-SMI.Counter;
  2054.        MATCHES FOR      Equality, Ordering;
  2055.                 -- SEE MIB II [16] for attribute semantics
  2056.     REGISTERED AS {snmp 28};
  2057.  
  2058. snmpOutNoSuchNames      ATTRIBUTE
  2059.               WITH ATTRIBUTE SYNTAX
  2060.                   RFC1065-SMI.Counter;
  2061.               MATCHES FOR      Equality, Ordering;
  2062.                 -- SEE MIB II [16] for attribute semantics
  2063.            REGISTERED AS {snmp 21};
  2064.  
  2065. snmpOutPkts     ATTRIBUTE
  2066.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  2067.               MATCHES FOR      Equality, Ordering;
  2068.                 -- SEE MIB II [16] for attribute semantics
  2069.            REGISTERED AS {snmp 2};
  2070.  
  2071.  
  2072.  
  2073.  
  2074. OIM Working Group                                              [Page 37]
  2075.  
  2076. RFC 1214                       MIB-II-OIM                     April 1991
  2077.  
  2078.  
  2079. snmpOutSetRequests      ATTRIBUTE
  2080.               WITH ATTRIBUTE SYNTAX
  2081.                   RFC1065-SMI.Counter;
  2082.               MATCHES FOR      Equality, Ordering;
  2083.                 -- SEE MIB II [16] for attribute semantics
  2084.            REGISTERED AS {snmp 27};
  2085.  
  2086. snmpOutTooBigs  ATTRIBUTE
  2087.               WITH ATTRIBUTE SYNTAX
  2088.                          RFC1065-SMI.Counter;
  2089.               MATCHES FOR      Equality, Ordering;
  2090.                 -- SEE MIB II [16] for attribute semantics
  2091.            REGISTERED AS {snmp 20};
  2092.  
  2093. snmpOutTraps    ATTRIBUTE
  2094.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  2095.               MATCHES FOR      Equality, Ordering;
  2096.                 -- SEE MIB II [16] for attribute semantics
  2097.            REGISTERED AS {snmp 29};
  2098.  
  2099. sysContact ATTRIBUTE
  2100.               WITH ATTRIBUTE SYNTAX
  2101.                 OIM-Module.PrintString;
  2102.              MATCHES FOR                 Equality;
  2103.                 -- SEE MIB II [16] for attribute semantics
  2104.            REGISTERED AS {system 4};
  2105.  
  2106. sysDescr ATTRIBUTE
  2107.               WITH ATTRIBUTE SYNTAX
  2108.                 OIM-Module.PrintString;
  2109.              MATCHES FOR                 Equality;
  2110.                 -- SEE MIB II [16] for attribute semantics
  2111.            REGISTERED AS {system 1};
  2112.  
  2113. sysLocation     ATTRIBUTE
  2114.               WITH ATTRIBUTE SYNTAX
  2115.                 OIM-Module.PrintString;
  2116.              MATCHES FOR                 Equality;
  2117.                 -- SEE MIB II [16] for attribute semantics
  2118.            REGISTERED AS {system 6};
  2119.  
  2120. sysName         ATTRIBUTE
  2121.               WITH ATTRIBUTE SYNTAX
  2122.                 OIM-Module.PrintString;
  2123.              MATCHES FOR                 Equality;
  2124.                 -- SEE MIB II [16] for attribute semantics
  2125.                 -- The nodes domain name.
  2126.            REGISTERED AS {system 5};
  2127.  
  2128.  
  2129.  
  2130. OIM Working Group                                              [Page 38]
  2131.  
  2132. RFC 1214                       MIB-II-OIM                     April 1991
  2133.  
  2134.  
  2135. sysObjectId     ATTRIBUTE
  2136.               WITH ATTRIBUTE SYNTAX  OIM-Module.ObjectId;
  2137.              MATCHES FOR                 Equality;
  2138.                 -- SEE MIB II [16] for attribute semantics
  2139.            REGISTERED AS {system 2};
  2140.  
  2141. sysServices     ATTRIBUTE
  2142.               WITH ATTRIBUTE SYNTAX  OIM-Module.Integer128;
  2143.              MATCHES FOR                 Equality;
  2144.                 -- SEE MIB II [16] for attribute semantics
  2145.            REGISTERED AS {system 7};
  2146.  
  2147. sysUpTime       ATTRIBUTE
  2148.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.TimeTicks;
  2149.              MATCHES FOR                 Equality, Ordering;
  2150.                 -- SEE MIB II [16] for attribute semantics
  2151.            REGISTERED AS {system 3};
  2152.  
  2153. tcpActiveOpens ATTRIBUTE
  2154.               WITH ATTRIBUTE SYNTAX RFC1065-SMI.Counter;
  2155.               MATCHES FOR      Equality, Ordering;
  2156.                 -- SEE MIB II [16] for attribute semantics
  2157.            REGISTERED AS {tcp 5};
  2158.  
  2159. tcpAttemptFails  ATTRIBUTE
  2160.               WITH ATTRIBUTE SYNTAX
  2161.                   RFC1065-SMI.Counter;
  2162.               MATCHES FOR      Equality, Ordering;
  2163.                 -- SEE MIB II [16] for attribute semantics
  2164.            REGISTERED AS {tcp 7};
  2165.  
  2166. tcpConnId ATTRIBUTE
  2167.               WITH ATTRIBUTE SYNTAX
  2168.                 OIM-Module.PrintString;
  2169.               MATCHES FOR      Equality;
  2170.                 -- identifies an instance of tcpConnEntry
  2171.                 -- <laddr> "." <lport> "." <raddr> "." <rport>, where
  2172.                 -- <laddr> is the "dot notation" representation of
  2173.                 -- tcpConnLocalAddress,
  2174.                 -- <lport> is the decimal representation of
  2175.                 -- tcpConnLocalPort,
  2176.                 -- <raddr> is the "dot notation" representation of
  2177.                 -- tcpConnRemAddress, and
  2178.                 --<rport> is the decimal representation of
  2179.                 -- tcpConnRemPort.
  2180.            REGISTERED AS {attributes 12};
  2181.  
  2182.  
  2183.  
  2184.  
  2185.  
  2186. OIM Working Group                                              [Page 39]
  2187.  
  2188. RFC 1214                       MIB-II-OIM                     April 1991
  2189.  
  2190.  
  2191. tcpConnLocalAddress ATTRIBUTE
  2192.      WITH ATTRIBUTE SYNTAX RFC1065-SMI.IpAddress;
  2193.      MATCHES FOR      Equality;
  2194.         -- SEE MIB II [16] for attribute semantics
  2195. REGISTERED AS {tcpConnEntry 2};
  2196.  
  2197. tcpConnLocalPort ATTRIBUTE
  2198.     WITH ATTRIBUTE SYNTAX       OIM-Module.Integer64k;
  2199.     MATCHES FOR      Equality, Ordering;
  2200.         -- SEE MIB II [16] for attribute semantics
  2201. REGISTERED AS {tcpConnEntry 3};
  2202.  
  2203. tcpConnRemAddress ATTRIBUTE
  2204.     WITH ATTRIBUTE SYNTAX  RFC1065-SMI.IpAddress;
  2205.     MATCHES FOR      Equality;
  2206.         -- SEE MIB II [16] for attribute semantics
  2207. REGISTERED AS {tcpConnEntry 4};
  2208.  
  2209. tcpConnRemPort  ATTRIBUTE
  2210.             WITH ATTRIBUTE SYNTAX       OIM-Module.Integer64k;
  2211.             MATCHES FOR      Equality, Ordering;
  2212.                 -- SEE MIB II [16] for attribute semantics
  2213. REGISTERED AS {tcpConnEntry 5};
  2214.  
  2215. tcpConnState ATTRIBUTE
  2216.               WITH ATTRIBUTE SYNTAX  OIM-Module.TcpConnState;
  2217.               MATCHES FOR      Equality;
  2218.                 -- SEE MIB II [16] for attribute semantics
  2219.            REGISTERED AS {tcpConnEntry 1};
  2220.  
  2221. tcpConnTableId ATTRIBUTE
  2222.               WITH ATTRIBUTE SYNTAX
  2223.                 OIM-Module.PrintString;
  2224.               MATCHES FOR      Equality;
  2225.                 -- This attribute defines a unique index of
  2226.                 -- tcpConnEntry in the TCP Connection Table
  2227.                 -- An empty string is used for a single instance.
  2228.            REGISTERED AS {attributes 11};
  2229.  
  2230. tcpCurrEstab ATTRIBUTE
  2231.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Gauge;
  2232.               MATCHES FOR      Equality, Ordering;
  2233.                 -- SEE MIB II [16] for attribute semantics
  2234.            REGISTERED AS {tcp 9};
  2235.  
  2236. tcpEstabResets ATTRIBUTE
  2237.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  2238.               MATCHES FOR      Equality, Ordering;
  2239.  
  2240.  
  2241.  
  2242. OIM Working Group                                              [Page 40]
  2243.  
  2244. RFC 1214                       MIB-II-OIM                     April 1991
  2245.  
  2246.  
  2247.                 -- SEE MIB II [16] for attribute semantics
  2248.            REGISTERED AS {tcp 8};
  2249.  
  2250. tcpId      ATTRIBUTE
  2251.               WITH ATTRIBUTE SYNTAX
  2252.                  OIM-Module.PrintString;
  2253.               MATCHES FOR      Equality;
  2254.                 -- This attribute uniquely identified a tcp
  2255.                 -- object instance
  2256.                 -- An empty string is used for a single instance.
  2257.            REGISTERED AS {attributes 10};
  2258.  
  2259. tcpInErrs ATTRIBUTE
  2260.               WITH ATTRIBUTE SYNTAX
  2261.                  RFC1065-SMI.Counter;
  2262.               MATCHES FOR      Equality, Ordering;
  2263.                 -- SEE MIB II [16] for attribute semantics
  2264.            REGISTERED AS {tcp 14};
  2265.  
  2266. tcpInSegs ATTRIBUTE
  2267.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  2268.               MATCHES FOR      Equality, Ordering;
  2269.                 -- SEE MIB II [16] for attribute semantics
  2270.            REGISTERED AS {tcp 10};
  2271.  
  2272. tcpMaxConn ATTRIBUTE
  2273.               WITH ATTRIBUTE SYNTAX  OIM-Module.Integer;
  2274.               MATCHES FOR      Equality, Ordering;
  2275.                 -- SEE MIB II [16] for attribute semantics
  2276.            REGISTERED AS {tcp 4};
  2277.  
  2278. tcpOutRsts ATTRIBUTE
  2279.               WITH ATTRIBUTE SYNTAX
  2280.                  RFC1065-SMI.Counter;
  2281.               MATCHES FOR      Equality, Ordering;
  2282.                 -- SEE MIB II [16] for attribute semantics
  2283.            REGISTERED AS {tcp 15};
  2284.  
  2285. tcpOutSegs ATTRIBUTE
  2286.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  2287.               MATCHES FOR      Equality, Ordering;
  2288.                 -- SEE MIB II [16] for attribute semantics
  2289.            REGISTERED AS {tcp 11};
  2290.  
  2291. tcpPassiveOpens  ATTRIBUTE
  2292.               WITH ATTRIBUTE SYNTAX
  2293.                   RFC1065-SMI.Counter;
  2294.               MATCHES FOR      Equality, Ordering;
  2295.  
  2296.  
  2297.  
  2298. OIM Working Group                                              [Page 41]
  2299.  
  2300. RFC 1214                       MIB-II-OIM                     April 1991
  2301.  
  2302.  
  2303.                 -- SEE MIB II [16] for attribute semantics
  2304.            REGISTERED AS {tcp 6};
  2305.  
  2306. tcpRetransSegs ATTRIBUTE
  2307.               WITH ATTRIBUTE SYNTAX RFC1065-SMI.Counter;
  2308.               MATCHES FOR      Equality, Ordering;
  2309.                 -- SEE MIB II [16] for attribute semantics
  2310.            REGISTERED AS {tcp 12};
  2311.  
  2312. tcpRtoAlgorithm ATTRIBUTE
  2313.               WITH ATTRIBUTE SYNTAX
  2314.                   OIM-Module.TcpRtoAlgorithm;
  2315.               MATCHES FOR      Equality;
  2316.                 -- SEE MIB II [16] for attribute semantics
  2317.            REGISTERED AS {tcp 1};
  2318.  
  2319. tcpRtoMax  ATTRIBUTE
  2320.               WITH ATTRIBUTE SYNTAX  OIM-Module.Integer;
  2321.               MATCHES FOR      Equality;
  2322.                 -- SEE MIB II [16] for attribute semantics
  2323.         REGISTERED AS {tcp 3};
  2324.  
  2325. tcpRtoMin ATTRIBUTE
  2326.               WITH ATTRIBUTE SYNTAX  OIM-Module.Integer;
  2327.               MATCHES FOR      Equality;
  2328.                 -- SEE MIB II [16] for attribute semantics
  2329.            REGISTERED AS {tcp 2};
  2330.  
  2331. udpEntryId ATTRIBUTE
  2332.               WITH ATTRIBUTE SYNTAX
  2333.                 OIM-Module.PrintString;
  2334.               MATCHES FOR      Equality;
  2335.                 -- This attribute defines an entry
  2336.                 -- for the UDP Listener Table
  2337.                 -- <port> "." <address>, where <port> is the decimal
  2338.                 -- representation of udpLocalPort and <address> is
  2339.                 -- udpLocalAddress represented in "dot notation".
  2340.            REGISTERED AS {attributes 15};
  2341.  
  2342. udpId      ATTRIBUTE
  2343.               WITH ATTRIBUTE SYNTAX
  2344.                 OIM-Module.PrintString;
  2345.               MATCHES FOR      Equality;
  2346.                 -- This attribute provides a unique id to
  2347.                 -- identify the UDP entity.
  2348.                 -- An empty string is used for a single instance.
  2349.            REGISTERED AS {attributes 13};
  2350.  
  2351.  
  2352.  
  2353.  
  2354. OIM Working Group                                              [Page 42]
  2355.  
  2356. RFC 1214                       MIB-II-OIM                     April 1991
  2357.  
  2358.  
  2359. udpInDatagrams ATTRIBUTE
  2360.               WITH ATTRIBUTE SYNTAX RFC1065-SMI.Counter;
  2361.               MATCHES FOR      Equality, Ordering;
  2362.                 -- SEE MIB II [16] for attribute semantics
  2363.            REGISTERED AS {udp 1};
  2364.  
  2365. udpInErrors ATTRIBUTE
  2366.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  2367.               MATCHES FOR      Equality, Ordering;
  2368.                 -- SEE MIB II [16] for attribute semantics
  2369.            REGISTERED AS {udp 3};
  2370.  
  2371. udpLocalAddress ATTRIBUTE
  2372.               WITH ATTRIBUTE SYNTAX
  2373.                   RFC1065-SMI.IpAddress;
  2374.               MATCHES FOR      Equality;
  2375.                 -- SEE MIB II [16] for attribute semantics
  2376.            REGISTERED AS {udpEntry 1};
  2377.  
  2378. udpLocalPort ATTRIBUTE
  2379.               WITH ATTRIBUTE SYNTAX
  2380.                   OIM-Module.Integer64k;
  2381.               MATCHES FOR      Equality, Ordering;
  2382.                 -- SEE MIB II [16] for attribute semantics
  2383.            REGISTERED AS {udpEntry 2};
  2384.  
  2385. udpNoPorts ATTRIBUTE
  2386.               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;
  2387.               MATCHES FOR      Equality, Ordering;
  2388.                 -- SEE MIB II [16] for attribute semantics
  2389.            REGISTERED AS {udp 2};
  2390.  
  2391. udpOutDatagrams ATTRIBUTE
  2392.               WITH ATTRIBUTE SYNTAX
  2393.                  RFC1065-SMI.Counter;
  2394.               MATCHES FOR      Equality, Ordering;
  2395.                 -- SEE MIB II [16] for attribute semantics
  2396.            REGISTERED AS {udp 4};
  2397.  
  2398. udpTableId ATTRIBUTE
  2399.               WITH ATTRIBUTE SYNTAX
  2400.                 OIM-Module.PrintString;
  2401.               MATCHES FOR      Equality;
  2402.                 -- This attribute defines a unique id
  2403.                 -- for the UDP Listener Table
  2404.                 -- An empty string is used for a single instance.
  2405.            REGISTERED AS {attributes 14};
  2406.  
  2407.  
  2408.  
  2409.  
  2410. OIM Working Group                                              [Page 43]
  2411.  
  2412. RFC 1214                       MIB-II-OIM                     April 1991
  2413.  
  2414.  
  2415. 6. Notifications
  2416.  
  2417.    Notification templates for the notifications referenced in the
  2418.    managed object class templates of section 5 are listed here in
  2419.    alphabetical order.
  2420.  
  2421.  
  2422.    coldStartEvent NOTIFICATION
  2423.                    -- clause 4.1.6.1 of RFC1157
  2424.                    -- emitted by system
  2425.            MODE    NON-CONFIRMED;
  2426.            WITH INFORMATION SYNTAX OIM-Module.SnmpTrapInfo
  2427.    REGISTERED AS {events 0};
  2428.  
  2429.    egpNeighborLossEvent NOTIFICATION
  2430.                    -- clause 4.1.6.6 of RFC1157
  2431.                                    -- with generic-trap = 5
  2432.                                    -- The first VarBindList element
  2433.                                    -- contains the name and value of the
  2434.                                    -- egpNeighAddr of the affected
  2435.                                    -- neighbor.
  2436.                                    -- emitted by egpNeighEntry
  2437.            MODE    NON-CONFIRMED;
  2438.            WITH INFORMATION SYNTAX OIM-Module.SnmpTrapInfo;
  2439.    REGISTERED AS {events 5};
  2440.  
  2441.    linkDownEvent NOTIFICATION
  2442.                    -- clause 4.1.6.3 of RFC1157
  2443.                    -- emitted by ifEntry
  2444.                    -- with generic-trap = 2
  2445.            MODE    NON-CONFIRMED;
  2446.            WITH INFORMATION SYNTAX OIM-Module.SnmpTrapInfo;
  2447.    REGISTERED AS {events 2};
  2448.  
  2449.    linkUpEvent NOTIFICATION
  2450.                    -- clause 4.1.6.4 of RFC1157
  2451.                    -- emitted by ifEntry
  2452.                    -- with generic-trap = 3
  2453.            MODE    NON-CONFIRMED;
  2454.            WITH INFORMATION SYNTAX OIM-Module.SnmpTrapInfo;
  2455.    REGISTERED AS {events 3};
  2456.  
  2457.    snmpAuthentFailureEvent NOTIFICATION
  2458.                    -- clause 4.1.6.5 of RFC1157
  2459.                    -- emitted by snmp
  2460.            MODE    NON-CONFIRMED;
  2461.            WITH INFORMATION SYNTAX OIM-Module.SnmpTrapInfo;
  2462.    REGISTERED AS {events 4};
  2463.  
  2464.  
  2465.  
  2466. OIM Working Group                                              [Page 44]
  2467.  
  2468. RFC 1214                       MIB-II-OIM                     April 1991
  2469.  
  2470.  
  2471.    entSpecificEvent NOTIFICATION
  2472.                    -- clause 4.1.6.7 of RFC1157
  2473.                    -- emitted by system
  2474.            MODE    NON-CONFIRMED;
  2475.            WITH INFORMATION SYNTAX OIM-Module.SnmpTrapInfo;
  2476.    REGISTERED AS {events 6};
  2477.  
  2478.    warmStartEvent NOTIFICATION
  2479.                    -- clause 4.1.6.2 of RFC1157
  2480.                    -- emitted by system
  2481.            MODE    NON-CONFIRMED;
  2482.            WITH INFORMATION SYNTAX OIM-Module.SnmpTrapInfo;
  2483.    REGISTERED AS {events 1};
  2484.  
  2485. 7. The Containment Hierarchy
  2486.  
  2487.    Name Binding templates that define the containment hierarchy for the
  2488.    OIM MIB-II are listed here in alphabetical order.   The containment
  2489.    hierarchy within a managed system begins at the "system" managed
  2490.    object.
  2491.  
  2492.  
  2493.    atEntry-nf  NAME BINDING
  2494.               SUBORDINATE OBJECT CLASS     atEntry;
  2495.               NAMED BY SUPERIOR OBJECT CLASS   atTable;
  2496.               WITH ATTRIBUTE        atEntryId;
  2497.              CREATE;
  2498.              DELETE        only-if-no-contained-objects;
  2499.               REGISTERED AS { nameForms 5};
  2500.  
  2501.    atTable-nf  NAME BINDING
  2502.               SUBORDINATE OBJECT CLASS     atTable;
  2503.               NAMED BY SUPERIOR OBJECT CLASS   system;
  2504.               WITH ATTRIBUTE        atTableId;
  2505.               REGISTERED AS { nameForms 4};
  2506.  
  2507.    egp-nf  NAME BINDING
  2508.               SUBORDINATE OBJECT CLASS     egp;
  2509.               NAMED BY SUPERIOR OBJECT CLASS      system;
  2510.               WITH ATTRIBUTE        egpId;
  2511.               REGISTERED AS { nameForms 20};
  2512.  
  2513.    egpNeighEntry-nf  NAME BINDING
  2514.               SUBORDINATE OBJECT CLASS     egpNeighEntry;
  2515.               NAMED BY SUPERIOR OBJECT CLASS      egpNeighTable;
  2516.               WITH ATTRIBUTE        egpNeighEntryId;
  2517.              CREATE;
  2518.              DELETE        only-if-no-contained-objects;
  2519.  
  2520.  
  2521.  
  2522. OIM Working Group                                              [Page 45]
  2523.  
  2524. RFC 1214                       MIB-II-OIM                     April 1991
  2525.  
  2526.  
  2527.               REGISTERED AS { nameForms 22};
  2528.  
  2529.    egpNeighTable-nf  NAME BINDING
  2530.               SUBORDINATE OBJECT CLASS     egpNeighTable;
  2531.               NAMED BY SUPERIOR OBJECT CLASS      egp;
  2532.               WITH ATTRIBUTE        egpNeighTableId;
  2533.               REGISTERED AS { nameForms 21};
  2534.  
  2535.    icmp-nf  NAME BINDING
  2536.               SUBORDINATE OBJECT CLASS     icmp;
  2537.               NAMED BY SUPERIOR OBJECT CLASS      system;
  2538.               WITH ATTRIBUTE        icmpId;
  2539.               REGISTERED AS { nameForms 13};
  2540.  
  2541.    interfaces-nf  NAME BINDING
  2542.               SUBORDINATE OBJECT CLASS     interfaces;
  2543.               NAMED BY SUPERIOR OBJECT CLASS   system;
  2544.               WITH ATTRIBUTE        ifId;
  2545.               REGISTERED AS { nameForms 24};
  2546.  
  2547.  
  2548.    ifEntry-nf  NAME BINDING
  2549.               SUBORDINATE OBJECT CLASS     ifEntry;
  2550.               NAMED BY SUPERIOR OBJECT CLASS   ifTable;
  2551.               WITH ATTRIBUTE        ifEntryId;
  2552.              CREATE;
  2553.              DELETE        only-if-no-contained-objects;
  2554.               REGISTERED AS { nameForms 3};
  2555.  
  2556.    ifTable-nf  NAME BINDING
  2557.               SUBORDINATE OBJECT CLASS     ifTable;
  2558.               NAMED BY SUPERIOR OBJECT CLASS  interfaces;
  2559.               WITH ATTRIBUTE   ifTableId;
  2560.               REGISTERED AS { nameForms 2};
  2561.  
  2562.    ip-nf  NAME BINDING
  2563.               SUBORDINATE OBJECT CLASS     ip;
  2564.               NAMED BY SUPERIOR OBJECT CLASS   system;
  2565.               WITH ATTRIBUTE        ipId;
  2566.               REGISTERED AS        { nameForms 6};
  2567.  
  2568.    ipAddrEntry-nf  NAME BINDING
  2569.               SUBORDINATE OBJECT CLASS     ipAddrEntry;
  2570.               NAMED BY SUPERIOR OBJECT CLASS  ipAddrTable;
  2571.               WITH ATTRIBUTE        ipAdEntryId;
  2572.              CREATE;
  2573.              DELETE        only-if-no-contained-objects;
  2574.               REGISTERED AS { nameForms 8};
  2575.  
  2576.  
  2577.  
  2578. OIM Working Group                                              [Page 46]
  2579.  
  2580. RFC 1214                       MIB-II-OIM                     April 1991
  2581.  
  2582.  
  2583.    ipAddrTable-nf  NAME BINDING
  2584.               SUBORDINATE OBJECT CLASS     ipAddrTable;
  2585.               NAMED BY SUPERIOR OBJECT CLASS   ip;
  2586.               WITH ATTRIBUTE        ipAddrTableId;
  2587.               REGISTERED AS { nameForms 7};
  2588.  
  2589.    ipNetToMediaEntry-nf  NAME BINDING
  2590.               SUBORDINATE OBJECT CLASS     ipNetToMediaEntry;
  2591.               NAMED BY SUPERIOR OBJECT CLASS  ipNetToMediaTable;
  2592.               WITH ATTRIBUTE        ipNetToMediaEntryId;
  2593.              CREATE;
  2594.              DELETE        only-if-no-contained-objects;
  2595.               REGISTERED AS { nameForms 12};
  2596.  
  2597.    ipNetToMediaTable-nf  NAME BINDING
  2598.               SUBORDINATE OBJECT CLASS     ipNetToMediaTable;
  2599.               NAMED BY SUPERIOR OBJECT CLASS  ip;
  2600.               WITH ATTRIBUTE        ipNetToMediaTableId;
  2601.               REGISTERED AS { nameForms 11};
  2602.  
  2603.  
  2604.    ipRouteEntry-nf  NAME BINDING
  2605.               SUBORDINATE OBJECT CLASS     ipRouteEntry;
  2606.               NAMED BY SUPERIOR OBJECT CLASS  ipRoutingTable;
  2607.               WITH ATTRIBUTE        ipRouteEntryId;
  2608.              CREATE;
  2609.              DELETE        only-if-no-contained-objects;
  2610.               REGISTERED AS { nameForms 10};
  2611.  
  2612.    ipRoutingTable-nf  NAME BINDING
  2613.               SUBORDINATE OBJECT CLASS     ipRoutingTable;
  2614.               NAMED BY SUPERIOR OBJECT CLASS   ip;
  2615.               WITH ATTRIBUTE        ipRoutingTableId;
  2616.               REGISTERED AS { nameForms 9};
  2617.  
  2618.    snmp-nf  NAME BINDING
  2619.               SUBORDINATE OBJECT CLASS     snmp;
  2620.               NAMED BY SUPERIOR OBJECT CLASS      system;
  2621.               WITH ATTRIBUTE        snmpId;
  2622.               REGISTERED AS { nameForms 23};
  2623.  
  2624.    system-nf  NAME BINDING
  2625.               SUBORDINATE OBJECT CLASS     system;
  2626.               NAMED BY SUPERIOR OBJECT CLASS  root;
  2627.               WITH ATTRIBUTE   sysName;
  2628.               REGISTERED AS { nameForms 1 };
  2629.  
  2630.  
  2631.  
  2632.  
  2633.  
  2634. OIM Working Group                                              [Page 47]
  2635.  
  2636. RFC 1214                       MIB-II-OIM                     April 1991
  2637.  
  2638.  
  2639.    tcp-nf  NAME BINDING
  2640.               SUBORDINATE OBJECT CLASS     tcp;
  2641.               NAMED BY SUPERIOR OBJECT CLASS      system;
  2642.               WITH ATTRIBUTE        tcpid;
  2643.               REGISTERED AS { nameForms 14};
  2644.  
  2645.    tcpConnEntry-nf  NAME BINDING
  2646.               SUBORDINATE OBJECT CLASS     tcpConnEntry;
  2647.               NAMED BY SUPERIOR OBJECT CLASS      tcpConnTable;
  2648.               WITH ATTRIBUTE       tcpConnId;
  2649.               REGISTERED AS { nameForms 16};
  2650.  
  2651.    tcpConnTable-nf  NAME BINDING
  2652.               SUBORDINATE OBJECT CLASS     tcpConnTable;
  2653.               NAMED BY SUPERIOR OBJECT CLASS      tcp;
  2654.               WITH ATTRIBUTE        tcpConnTableId;
  2655.               REGISTERED AS { nameForms 15};
  2656.  
  2657.    udp-nf  NAME BINDING
  2658.               SUBORDINATE OBJECT CLASS     udp;
  2659.               NAMED BY SUPERIOR OBJECT CLASS      system;
  2660.               WITH ATTRIBUTE        udpId;
  2661.               REGISTERED AS { nameForms 17};
  2662.  
  2663.    udpEntry-nf  NAME BINDING
  2664.               SUBORDINATE OBJECT CLASS     udpEntry;
  2665.               NAMED BY SUPERIOR OBJECT CLASS      udpTable;
  2666.               WITH ATTRIBUTE        udpEntryId;
  2667.               REGISTERED AS { nameForms 19};
  2668.  
  2669.    udpTable-nf  NAME BINDING
  2670.               SUBORDINATE OBJECT CLASS     udpTable;
  2671.               NAMED BY SUPERIOR OBJECT CLASS      udp;
  2672.               WITH ATTRIBUTE        udpTableId;
  2673.               REGISTERED AS { nameForms 18};
  2674.  
  2675.  
  2676.  
  2677.  
  2678.  
  2679.  
  2680.  
  2681.  
  2682.  
  2683.  
  2684.  
  2685.  
  2686.  
  2687.  
  2688.  
  2689.  
  2690. OIM Working Group                                              [Page 48]
  2691.  
  2692. RFC 1214                       MIB-II-OIM                     April 1991
  2693.  
  2694.  
  2695. 8. ASN.1 Definitions
  2696.  
  2697.    The ASN.1 syntax referenced by the attribute templates in section 6
  2698.    are either defined in RFC1065-SMI, the Attribute-ASN1Module of
  2699.    ISO/IEC DIS 10165-2, or in the OIM-Module defined in this section.
  2700.    This module includes some syntax definitions taken from the RFC1158
  2701.    since they were not included in that document inside an ASN.1 module
  2702.    and hence could not be externally referenced.
  2703.  
  2704. OIM-Module      {iso org(3) dod(6) internet(1) mgmt(2) mib(1)
  2705.                          oim(9) misc(4) 1}
  2706. DEFINITIONS ::=
  2707. BEGIN
  2708. -- EXPORTS      Everything
  2709.  
  2710. IMPORTS ObjectClass, ObjectInstance
  2711.                 FROM CMIP-1{joint-iso-ccitt ms(9) cmip(1)
  2712.                                  modules(0) protocol(3)}
  2713.                 ObjectName, ObjectSyntax
  2714.                 FROM RFC1065-SMI;
  2715.  
  2716. mib                     OBJECT IDENTIFIER ::= {iso org(3) dod(6)
  2717.                                         internet(1) mgmt(2) 1}
  2718. at                      OBJECT IDENTIFIER ::= {mib 3}
  2719. oim                     OBJECT IDENTIFIER ::= {mib 9}
  2720. cmotVersion     OBJECT IDENTIFIER ::= {oim 1}
  2721. cmotACSEInfo    OBJECT IDENTIFIER ::= {oim 2}
  2722. cmotSystemId    OBJECT IDENTIFIER ::= {oim 3}
  2723. misc                    OBJECT IDENTIFIER ::= {oim 4}
  2724. objects         OBJECT IDENTIFIER ::= {oim 5}
  2725. attributes              OBJECT IDENTIFIER ::= {oim 6}
  2726. events          OBJECT IDENTIFIER ::= {oim 7}
  2727. nameforms       OBJECT IDENTIFIER ::= {oim 8}
  2728. actions         OBJECT IDENTIFIER ::= {oim 9}
  2729.  
  2730. --  Generic and MIB specific syntax
  2731.  
  2732. EgpNeighEventTrigger    ::= INTEGER {
  2733.                                                 start(1),
  2734.                                                 stop(2)
  2735.                                                 }
  2736.  
  2737. EgpNeighMode    ::= INTEGER {
  2738.                                         active(1),
  2739.                                         passive(2)
  2740.                                         }
  2741.  
  2742. EgpNeighState   ::= INTEGER {
  2743.  
  2744.  
  2745.  
  2746. OIM Working Group                                              [Page 49]
  2747.  
  2748. RFC 1214                       MIB-II-OIM                     April 1991
  2749.  
  2750.  
  2751.                                         idle(1),
  2752.                                         acquisition(2),
  2753.                                         down(3),
  2754.                                         up(4),
  2755.                                         cease(5)
  2756.                                         }
  2757.  
  2758. Integer         ::= INTEGER
  2759.  
  2760. Integer128      ::= INTEGER (0..127)
  2761.  
  2762. Integer64k      ::= INTEGER (0..65535)
  2763.  
  2764. IfAdminStatus   ::= INTEGER {
  2765.                                         up(1),  -- ready to pass packets
  2766.                                         down(2),
  2767.                                         testing(3)  -- in some test mode
  2768.                                         }
  2769.  
  2770. IfOperStatus    ::= INTEGER {
  2771.                                         up(1),  -- ready to pass packets
  2772.                                         down(2),
  2773.                                         testing(3)  -- in some test mode
  2774.                                         }
  2775.  
  2776. IfType INTEGER {
  2777.                                    other(1),  -- none of the following
  2778.                                    regular1822(2),
  2779.                                    hdh1822(3),
  2780.                                    ddn-x25(4),
  2781.                                    rfc877-x25(5),
  2782.                                    ethernet-csmacd(6),
  2783.                                    iso88023-csmacd(7),
  2784.                                    iso88024-tokenBus(8),
  2785.                                    iso88025-tokenRing(9),
  2786.                                    iso88026-man(10),
  2787.                                    starLan(11),
  2788.                                    proteon-10Mbit(12),
  2789.                                    proteon-80Mbit(13),
  2790.                                    hyperchannel(14),
  2791.                                    fddi(15),
  2792.                                    lapb(16),
  2793.                                    sdlc(17),
  2794.                                    ds1(18),
  2795.                                    e1(19),  -- european equivalent
  2796.                                             -- of T-1
  2797.                                    basicISDN(20),
  2798.                                    primaryISDN(21),
  2799.  
  2800.  
  2801.  
  2802. OIM Working Group                                              [Page 50]
  2803.  
  2804. RFC 1214                       MIB-II-OIM                     April 1991
  2805.  
  2806.  
  2807.                                             -- proprietary serial
  2808.                                    propPointToPointSerial(22),
  2809.                                    ppp(23),
  2810.                                    softwareLoopback(24),
  2811.                                    eon(25),  -- CLNP over IP
  2812.                                    ethernet-3Mbit(26),
  2813.                                    nsip(27),  -- XNS over IP
  2814.                                    slip(28),  -- generic SLIP
  2815.                                 ultra(29),  -- ULTRA technologies
  2816.                                 ds3(30),  -- T-3
  2817.                                 sip(31),  -- SMDS
  2818.                                 frame-relay(32)
  2819.                            }
  2820.  
  2821. IpForwarding    ::= INTEGER {
  2822.                                 forwarding(1),  -- acting as a gateway
  2823.                                 not-forwarding(2)  -- NOT acting as
  2824.                                                    -- a gateway
  2825.                                         }
  2826.  
  2827. IpNetToMediaType ::= INTEGER {
  2828.                                         other(1),  -- none of the
  2829.                                                    -- following
  2830.                                         invalid(2),  -- an invalidated
  2831.                                                      -- mapping
  2832.                                         dynamic(3),
  2833.                                         static(4)  }
  2834.  
  2835. IpRouteProto    ::= INTEGER {
  2836.                                         other(1),  -- none of the
  2837.                                                    -- following
  2838.                                         local(2),  -- configured entries
  2839.                                         netmgmt(3),  -- mgmt protocol
  2840.                                         icmp(4),  -- obtained via ICMP,
  2841.                                                   -- e.g., redirect
  2842.                                         egp(5),
  2843.                                         ggp(6),
  2844.                                         hello(7),
  2845.                                         rip(8),
  2846.                                         is-is(9),
  2847.                                         es-is(10),
  2848.                                         ciscoIgrp(11),
  2849.                                         bbnSpfIgp(12),
  2850.                                         ospf(13),
  2851.                                         bgp(14)
  2852.                                         }
  2853.  
  2854.  
  2855.  
  2856.  
  2857.  
  2858. OIM Working Group                                              [Page 51]
  2859.  
  2860. RFC 1214                       MIB-II-OIM                     April 1991
  2861.  
  2862.  
  2863. IpRouteType     ::= INTEGER {
  2864.                                         other(1),  -- none of the
  2865.                                                    -- following
  2866.                                         invalid(2),  -- an invalidated
  2867.                                                      -- route
  2868.                                         direct(3),  -- route to directly
  2869.                                                     -- connected
  2870.                                                     -- subnetwork
  2871.                                         indirect(4)  -- route to a
  2872.                                                      -- non-local
  2873.                                                      -- host/network/
  2874.                                                      -- subnet
  2875.                                         }
  2876.  
  2877.  
  2878.  
  2879.  
  2880.  
  2881.  
  2882.  
  2883.  
  2884.  
  2885.  
  2886.  
  2887.  
  2888.  
  2889.  
  2890.  
  2891.  
  2892.  
  2893.  
  2894.  
  2895.  
  2896.  
  2897.  
  2898.  
  2899.  
  2900.  
  2901.  
  2902.  
  2903.  
  2904.  
  2905.  
  2906.  
  2907.  
  2908.  
  2909.  
  2910.  
  2911.  
  2912.  
  2913.  
  2914. OIM Working Group                                              [Page 52]
  2915.  
  2916. RFC 1214                       MIB-II-OIM                     April 1991
  2917.  
  2918.  
  2919. ObjectId        ::= OBJECT IDENTIFIER
  2920.  
  2921. OctetString     ::= OCTET STRING
  2922.  
  2923. PhysAddress     ::= OCTET STRING
  2924.  
  2925. PrintString     ::= DisplayString (SIZE (0..255))
  2926.  
  2927. DisplayString   ::= OCTET STRING
  2928. --
  2929. -- DisplayString is restricted to the NVT ASCII character set as
  2930. -- defined in pages 10-11 of RFC 854 "TELNET Protocol
  2931. -- Specification", May 1983 [15].
  2932. --
  2933. --  SNMP trap syntax
  2934.  
  2935. SnmpEnableAuthenTraps   ::= INTEGER {
  2936.                                                 enabled(1),
  2937.                                                 disabled(2)
  2938.                                                 }
  2939.  
  2940. SnmpTrapInfo ::= SEQUENCE {
  2941.         enterprise                      -- type of device generating
  2942.                                         -- event
  2943.                                         -- see sysObjectId
  2944.                                         OBJECT IDENTIFIER,
  2945.         agent-addr              -- address of device generating
  2946.                                         -- the event
  2947.                                         NetworkAddress,
  2948.         generic-trap INTEGER {coldStart (0),
  2949.                                         warmStart (1),
  2950.                                         linkDown (2),
  2951.                                         linkUp (3),
  2952.                                         authenticationFailure (4),
  2953.                                         egpNeighborLoss (5),
  2954.                                         enterpriseSpecific (6) },
  2955.         specific-trap INTEGER   OPTIONAL, -- enterprise specific
  2956.         variable-bindings   VarBindList OPTIONAL}
  2957.  
  2958. VarBindList ::= SEQUENCE OF VarBind
  2959.  
  2960. VarBind ::=     SEQUENCE {
  2961.                                 name    ObjectName,
  2962.                                 ovalue  ObjectSyntax}
  2963.  
  2964. TcpConnState    ::= INTEGER {
  2965.                                         closed(1),
  2966.                                         listen(2),
  2967.  
  2968.  
  2969.  
  2970. OIM Working Group                                              [Page 53]
  2971.  
  2972. RFC 1214                       MIB-II-OIM                     April 1991
  2973.  
  2974.  
  2975.                                         synSent(3),
  2976.                                         synReceived(4),
  2977.                                         established(5),
  2978.                                         finWait1(6),
  2979.                                         finWait2(7),
  2980.                                         closeWait(8),
  2981.                                         lastAck(9),
  2982.                                         closing(10),
  2983.                                         timeWait(11),
  2984.                                         deleteTCP(12) }
  2985.  
  2986. TcpRtoAlgorithm  ::= INTEGER {
  2987.                                         other(1),  -- none of the
  2988.                                                    -- following
  2989.                                         constant(2),  -- a constant rto
  2990.                                         rsre(3),  -- MIL-STD-1778,
  2991.                                                   -- Appendix B
  2992.                                         vanj(4)  -- Van Jacobsons alg.
  2993.                                           }
  2994.  
  2995. END
  2996.  
  2997. 9.  Acknowledgements
  2998.  
  2999.    The editor acknowledges the contributions of the members of the OIM
  3000.    working group.  Particular thanks are made to the following for their
  3001.    comments and assistance:
  3002.  
  3003.         Marvin Solomon,  University of Wisconsin
  3004.         Nancy Hall,  University of Wisconsin
  3005.         Subhendu Ghatak,  University of Tennessee at Knoxville
  3006.  
  3007.  
  3008.  
  3009.  
  3010.  
  3011.  
  3012.  
  3013.  
  3014.  
  3015.  
  3016.  
  3017.  
  3018.  
  3019.  
  3020.  
  3021.  
  3022.  
  3023.  
  3024.  
  3025.  
  3026. OIM Working Group                                              [Page 54]
  3027.  
  3028. RFC 1214                       MIB-II-OIM                     April 1991
  3029.  
  3030.  
  3031. References
  3032.  
  3033.     1. ISO 8824: Information Processing - Open System Interconnection -
  3034.        Specification of Abstract Syntax Notation One (ASN.1), February
  3035.        1989.
  3036.  
  3037.     2. ISO/IEC 7498-4, Information Processing Systems- Open Systems
  3038.        Interconnection - Basic Reference Model Part 4 - OSI Management
  3039.        Framework.
  3040.  
  3041.     3. Warrier, U., Besaw, L., and LaBarre, L., and B. Handspicker, "The
  3042.        Common Management Information Services and Protocol for the
  3043.        Internet (CMOT and CMIP)", RFC 1189, Netlabs, Hewlett-Packard,
  3044.        The Mitre Corporation, Digital Equipment Corporation, October
  3045.        1990.
  3046.  
  3047.     4. ISO/IEC DIS 10165-1, Information Processing Systems - Open
  3048.        Systems Interconnection-Structure of Management Information -
  3049.        Part 1: Management Information Model, July 1990.
  3050.  
  3051.     5. ISO/IEC DIS 10165-2 (ISO/IEC JTC1/SC21 N4072), Information
  3052.        Processing Systems -Open Systems Interconnection - Structure of
  3053.        Management Information - Part 2: Definition of Management
  3054.        Information, July 1990.
  3055.  
  3056.     6. ISO/IEC DIS 10165-4 (ISO/IEC JTC1/SC21 N4065), Information
  3057.        Processing Systems - Open Systems Interconnection - Structure of
  3058.        Management Information - Part 4: Guidelines for the Definition of
  3059.        Managed Objects, June 1990.
  3060.  
  3061.     7. ISO 9595, Information Processing Systems - Open Systems
  3062.        Interconnection - Management Information Service Definition -
  3063.        Common Management Information Service, November 1990.
  3064.  
  3065.     8. ISO 9596, Information Processing Systems - Open Systems
  3066.        Interconnection - Management Information Protocol Specification -
  3067.        Common Management Information Protocol, November 1990.
  3068.  
  3069.     9. ISO 8649, Information Processing Systems - Open Systems
  3070.        Interconnection, Service Definition for the Association Control
  3071.        Service Element.
  3072.  
  3073.    10. ISO 9072-1, Information Processing Systems - Text Communication,
  3074.        Remote Operations: Model, Notation and Service Definition,
  3075.        Gloucester, Nov 1987.
  3076.  
  3077.    11. Rose, M., and K. McCloghrie, "Structure and Identification of
  3078.        Management Information for TCP/IP-based internets", RFC 1155,
  3079.  
  3080.  
  3081.  
  3082. OIM Working Group                                              [Page 55]
  3083.  
  3084. RFC 1214                       MIB-II-OIM                     April 1991
  3085.  
  3086.  
  3087.        Performance Systems International, Hughes LAN Systems, May 1990.
  3088.  
  3089.    12. Rose, M., Editor, "Management Information Base for Network
  3090.        Management of TCP/IP-based internets: MIB-II", RFC 1158,
  3091.        Performance Systems International, May 1990.
  3092.  
  3093.    13. Cerf, V., "Report of the Second Ad Hoc Network Management Review
  3094.        Group", RFC 1109, NRI, August 1989.
  3095.  
  3096.    14. Case, J., Fedor, M., Schoffstall, M., and J. Davin, "Simple
  3097.        Network Management Protocol (SNMP)", RFC 1157, SNMP Research,
  3098.        Performance Systems International, Performance Systems
  3099.        International, MIT Laboratory for Computer Science, May 1990.
  3100.  
  3101.    15. Postel, J., and J. Reynolds, "Telnet Protocol Specification", RFC
  3102.        854, USC/Information Sciences Institute, May 1983.
  3103.  
  3104.    16. McCloghrie, K., and M. Rose, "Management Information Base for
  3105.        Network Management of TCP/IP-based internets: MIB-II", RFC 1213,
  3106.        Hughes LAN Systems, Performance Systems International, March
  3107.        1991.
  3108.  
  3109.    17. Working Implementation Agreements for Open Systems
  3110.        Interconnection Protocols, December 1990.
  3111.  
  3112.  
  3113.  
  3114.  
  3115.  
  3116.  
  3117.  
  3118.  
  3119.  
  3120.  
  3121.  
  3122.  
  3123.  
  3124.  
  3125.  
  3126.  
  3127.  
  3128.  
  3129.  
  3130.  
  3131.  
  3132.  
  3133.  
  3134.  
  3135.  
  3136.  
  3137.  
  3138. OIM Working Group                                              [Page 56]
  3139.  
  3140. RFC 1214                       MIB-II-OIM                     April 1991
  3141.  
  3142.  
  3143. Appendix 1:  Notational Tools for Managed Object Definition
  3144.  
  3145.    This section provides descriptions of the notational tools used to
  3146.    define the templates defined in this memorandum.  The text is
  3147.    excerpted and paraphrased from reference 6.  Only the templates used
  3148.    in this document are included here.  For a complete description of
  3149.    the notational tools specified for OSI management, see reference 6.
  3150.  
  3151. A1.1 Overview of Notational Tools
  3152.  
  3153.    The "Templates" defined in this clause provide a common set of tools
  3154.    and a common format for the representation of the various aspects of
  3155.    a managed object class definition and its associated naming
  3156.    structure.  Formal definitions of each template will be found in
  3157.    clauses A1.3 -A1.11 inclusive; the syntactic conventions used in
  3158.    these formal definitions are specified in clause A1.2.  Examples of
  3159.    the use of these tools may be found in Annex A (of 10165-4).
  3160.  
  3161.    The structure and behaviour of a managed object class is primarily
  3162.    defined by means of the Managed Object Class Template.  This template
  3163.    identifies the inheritance relationships that exist between the class
  3164.    and other managed object classes, the packages of class specific
  3165.    behaviour, the attributes that are associated with the class, the
  3166.    notifications that the class may issue and the operations that may be
  3167.    performed upon the class.  In order to allow re-use of parts of this
  3168.    specification in the specification of other managed object classes,
  3169.    additional templates are defined to provide for the specification of
  3170.    attributes (individual and group), behaviour, actions, notifications
  3171.    and conditional packages.  These other templates are "called up" by
  3172.    the Managed Object Class template by means of the referencing
  3173.    mechanism defined in clause A1.2; this mechanism allows references to
  3174.    be made in one standard to specifications that are contained in other
  3175.    standards, hence allowing "generic" specifications to be made
  3176.    available for use in managed object class definitions in addition to
  3177.    local specifications. Templates may also be included "in-line" if so
  3178.    desired.
  3179.  
  3180.    The naming of a managed object class is defined by means of the Name
  3181.    Binding template.  This template identifies the managed object class
  3182.    being named and defines the relative distinguished name that will be
  3183.    used to name instances of the class in the context of a particular
  3184.    superior class.  This template also provides for the specification of
  3185.    relationships that exist between two object classes as a consequence
  3186.    of a particular name binding.
  3187.  
  3188.  
  3189.  
  3190.  
  3191.  
  3192.  
  3193.  
  3194. OIM Working Group                                              [Page 57]
  3195.  
  3196. RFC 1214                       MIB-II-OIM                     April 1991
  3197.  
  3198.  
  3199. A1.2 Conventions Used in Template Definitions
  3200.  
  3201.    The templates definitions contained in this clause are based on the
  3202.    following syntactic conventions:
  3203.  
  3204.    - Strings surrounded by [ ] delimit parts of the template that may
  3205.      either be present or absent in each instance of use of the
  3206.      template. If the closing brace is followed by an asterisk,
  3207.      e.g., [ ]*, the contents of the braces may appear zero or more
  3208.      times.  The circumstances under which these parts of the
  3209.      definition may be omitted or repeated are dependent upon the
  3210.      template type;
  3211.  
  3212.    - Strings surrounded by < > delimit strings that must be replaced in
  3213.      each instance of use of the template.  The structure and meaning
  3214.      of the replacement string is dependent upon the string type;
  3215.  
  3216.    - Upper case strings denote Keywords which are required to be
  3217.      present in each instance of use of the template, unless they are
  3218.      enclosed in [ ];
  3219.  
  3220.    - The solidus, |, is used to separate alternative strings in the
  3221.      template;
  3222.  
  3223.    - Spaces and carriage returns are significant only as string
  3224.      delimiters;
  3225.  
  3226.    - In order to simplify the structure of the templates, particularly
  3227.      where the same syntactic structure is repeated in the template
  3228.      definitions, supporting syntactic definitions may be defined.  If
  3229.      any such supporting syntactic definitions are required in order to
  3230.      complete the template definition, these appear following the
  3231.      keywords "supporting productions" at the end of the template
  3232.      definition. These supporting definitions take the general form
  3233.  
  3234.                    definition-label-> syntactic-definition
  3235.  
  3236.    where definition-label allows the definition to be referenced by the
  3237.    template definition and syntactic-definition gives the expansion of
  3238.    the definition, using the above notational rules;
  3239.  
  3240.    - The templates themselves have the general structure:
  3241.  
  3242.                 <template-label>TEMPLATE NAME
  3243.  
  3244.         [ELEMENT NAME [<element-definition>] ;]*
  3245.  
  3246.         [REGISTERED AS <object-identifier> ;]
  3247.  
  3248.  
  3249.  
  3250. OIM Working Group                                              [Page 58]
  3251.  
  3252. RFC 1214                       MIB-II-OIM                     April 1991
  3253.  
  3254.  
  3255.         [supporting productions
  3256.  
  3257.         [<definition-label> -> <syntactic-definition >]*]
  3258.  
  3259.    Each instance of use of a template therefore declares a template-
  3260.    label by which that instance may be referenced from other templates,
  3261.    and if the REGISTERED AS clause is present, assigns a value of an
  3262.    ASN.1 OBJECT IDENTIFIER under which the instance has been registered;
  3263.  
  3264.    - Semicolons are used to mark the end of each distinct element in
  3265.      the template.  In an instance of use of the template, any text
  3266.      inserted between a semicolon and the next valid keyword is
  3267.      assumed to be a comment;
  3268.  
  3269.    - The notation used for representing object identifiers is the
  3270.      normal notation defined in ASN.1 for object identifier values;
  3271.      i.e., the production:
  3272.  
  3273.         object-identifier-> <ASN.l ObjectIdentifierValue notation>
  3274.  
  3275.         is assumed to be a supporting production for all template
  3276.         definitions in this document;
  3277.  
  3278.    - Further definitions, such as the nature of the element definitions,
  3279.      follow the syntactic definition of the template;
  3280.  
  3281.    - Template labels shall be unique within the standard or document
  3282.      in which they are declared.  Where a template-label is declared in
  3283.      document A and referenced in document B, the reference in
  3284.      document B shall be prefixed by the globally unique name of
  3285.      document A.  In the case of documents named by an
  3286.      internationally recognized naming authority such as
  3287.      [CCITT|ISO/IEC], the registered name of the document shall be
  3288.      used as the identifier, such as [Recommendation X.722|ISO/IEC
  3289.      10165-4]. Where a globally unique name is not already available,
  3290.      it is permissible to assign the value of an OBJECT IDENTIFIER to
  3291.      the referenced document, and use this value as a globally unique
  3292.      document name.  The syntax of a template-label, defined using the
  3293.      above notation, is defined as follows:
  3294.  
  3295.         [<document-identifier> :] < label-string>
  3296.  
  3297.         document-identifier-> "<standard-name>" | <object-identifier>
  3298.  
  3299.    A label-string may include any number of the following characters:
  3300.  
  3301.         -       upper or lower case alphabetic characters;
  3302.  
  3303.  
  3304.  
  3305.  
  3306. OIM Working Group                                              [Page 59]
  3307.  
  3308. RFC 1214                       MIB-II-OIM                     April 1991
  3309.  
  3310.  
  3311.         -       the digits 0-9;
  3312.  
  3313.         -       the hyphen character (-);
  3314.  
  3315.    in any order, commencing with a lower case character.  For example,
  3316.    the following template-label:
  3317.  
  3318.         "ISO/IEC 10165/4":exampleObjectClass
  3319.  
  3320.    constitutes a globally unique label for the definition of
  3321.    exampleObjectClass contained in Annex A of 10165-4.
  3322.  
  3323.    Label references that are not prefixed by a document-identifier are
  3324.    assumed to refer to labels declared in the document in which the
  3325.    reference appears.
  3326.  
  3327.    -  Whenever a template-label is present in a template as a
  3328.       pointer to another template, it may be replaced by the entire
  3329.       text of the referenced template itself (including the
  3330.       template's label).
  3331.  
  3332. A1.3  Managed Object Class Template
  3333.  
  3334. A1.3.1  Overview
  3335.  
  3336.    The Managed Object Class template forms the basis of the formal
  3337.    definition of a managed object.  Elements in the template allow the
  3338.    class to be placed at the appropriate node of the inheritance tree,
  3339.    the various attributes of the class to be specified, and the
  3340.    behaviour of the class to be defined.  The major elements of the
  3341.    definition are:
  3342.  
  3343.    - Inheritance.  Each managed object class defines the
  3344.      superclass(es) from which it has been derived.  All
  3345.      characteristics of the superclass(es) are inherited by the
  3346.      subclass; the subclass definition may add to these
  3347.      characteristics (refinement) but may not remove any
  3348.      characteristics of the superclass. Ultimately, all classes are
  3349.      subclasses of TOP;
  3350.  
  3351.    - Allomorphs.  If the class supports allomorphism, the set of
  3352.      classes that are legitimate allomorphic views of the class must
  3353.      be defined.  These classes must all be superclasses of the class
  3354.      being defined;
  3355.  
  3356.    - Mandatory Packages.  The managed object class definition
  3357.      includes the packages of behaviour, attributes, operations and
  3358.      notifications that provide a complete specification of the
  3359.  
  3360.  
  3361.  
  3362. OIM Working Group                                              [Page 60]
  3363.  
  3364. RFC 1214                       MIB-II-OIM                     April 1991
  3365.  
  3366.  
  3367.      behaviour that is common to all instances of the class;
  3368.  
  3369.    - Conditional Packages.  The managed object class definition
  3370.      includes the specification of packages of behaviour, attributes,
  3371.      operations and notifications that are present or absent in
  3372.      instances of that class as a consequence of a specified condition;
  3373.  
  3374.    Note: Attributes, Operations and Notifications that form part of a
  3375.    class definition may only be omitted from an instance of that class
  3376.    if they are defined as features of a Conditional Package and are
  3377.    omitted in accordance with the condition defined for that package.
  3378.  
  3379.    - Class Naming. The managed object class definition must include a
  3380.      class name which may be used to refer to the class in CMIP.  This
  3381.      is achieved by registration of an Object Identifier value which
  3382.      corresponds to the class.
  3383.  
  3384. A1.3.2 Template Structure
  3385.  
  3386.    <class-label> MANAGED OBJECT CLASS
  3387.  
  3388.            [DERIVED FROM   <class-label>
  3389.                    [, <class-label>]*;
  3390.            ]
  3391.            [ALLOMORPHIC SET        <class-label>
  3392.            [, < class-label > ] *;
  3393.            ]
  3394.     [CHARACTERIZED BY <package-label>[,<package-label>]*;
  3395.     ]
  3396.     [CONDITIONAL PACKAGES <package-label> PRESENT IF
  3397.                                            <condition-definition>
  3398.                                            [,<package-label> PRESENT IF
  3399.                                             <condition-definition>]*;
  3400.     ]
  3401.     [PARAMETERS <parameter-label> [,<parameter-label>]*;
  3402.     ]
  3403.  
  3404.    REGISTERED AS < object-identifier>;
  3405.  
  3406. A1.3.3 Supporting Definitions
  3407.  
  3408.    DERIVED FROM <class-label>[,<class-label>]*
  3409.  
  3410.    The DERIVED FROM clause shall be present in all managed object class
  3411.    definitions other than "top".  It is therefore the case that "top" is
  3412.    a superclass of all classes other than itself.
  3413.  
  3414.    The class-label identifies a managed object class from which the
  3415.  
  3416.  
  3417.  
  3418. OIM Working Group                                              [Page 61]
  3419.  
  3420. RFC 1214                       MIB-II-OIM                     April 1991
  3421.  
  3422.  
  3423.    managed object class has been derived; i.e., a managed object class
  3424.    which is one of the object class's parents in the inheritance
  3425.    hierarchy.  As multiple inheritance is permitted, a managed object
  3426.    class may have one or more parent classes.
  3427.  
  3428.    The process of inheritance (specialization) requires all the
  3429.    characteristics of the superclass(es) other than DERIVED FROM and
  3430.    ALLOMORPHIC SET to be included in the definition of the subclass.  If
  3431.    it is intended that the subclass be allomorphic, the definition of
  3432.    the subclass shall include a ALLOMORPHIC SET clause that explicitly
  3433.    defines the set of classes that the subclass is allomorphic to.
  3434.  
  3435.    Where multiple inheritance results in the same element definition
  3436.    being multiply imported (as could happen, for example, if two parent
  3437.    superclasses contain the same attribute), the subclass is assumed to
  3438.    contain a single copy of the definition concerned.
  3439.  
  3440.    Characteristics that are inherited from a superclass shall not be
  3441.    repeated in the documentation of the subclass unless one of the
  3442.    techniques described in ISO/IEC 10165-4 for extending or modifying an
  3443.    element of the superclass is being used.  The DERIVED FROM clause is
  3444.    therefore presumed to automatically import all inheritable elements
  3445.    of definition from the superclass definition(s).  There may be
  3446.    augmented or modified by elements defined within the CHARACTERISED
  3447.    BY, CONDITIONAL PACKAGES, and PARAMETER constructs.
  3448.  
  3449.    ALLOMORPHIC SET <class-label>[,<class-label>]*
  3450.  
  3451.    The Allomorphic Set allows a set of superclasses to be identified
  3452.    that are "backwards compatible" with the managed object class. Thus,
  3453.    if managed object class A identifies classes B and C as members of
  3454.    its allomorphic set, it is possible to operate on an instance of
  3455.    class A as if it were an instance of class B or C.  The definition of
  3456.    allomorphic forms allows, for example, the definition of enhanced
  3457.    versions of a managed object class that are backwards compatible with
  3458.    previous versions.  The class label shall identify the class-label of
  3459.    a managed object class definition that is a superclass of the managed
  3460.    object class that is being defined.
  3461.  
  3462.    CHARACTERIZED BY <package-label>[,<package-label]*
  3463.  
  3464.    This construct, if present, allows one or more mandatory packages of
  3465.    behaviour, attributes, operations, and notifications to be included
  3466.    in the managed object class definition, in addition to those that are
  3467.    present as a result of the Derived From construct.
  3468.  
  3469.    CONDITIONAL PACKAGES <package-label>  PRESENT IF <condition-
  3470.    definition>[, <package-label>  PRESENT IF <condition-definition>]*
  3471.  
  3472.  
  3473.  
  3474. OIM Working Group                                              [Page 62]
  3475.  
  3476. RFC 1214                       MIB-II-OIM                     April 1991
  3477.  
  3478.  
  3479.    Present if one or more conditional packages are to be included in the
  3480.    managed object class definition.  The package-label identifies the
  3481.    package definition that is applicable.  The condition-definition is a
  3482.    description of the condition that, if true, requires that the package
  3483.    be included in an instance of the class.  The condition shall refer
  3484.    to a documented feature of the definition of the underlying resource
  3485.    or a related standard which is permitted to be present or absent in
  3486.    an implementation.
  3487.  
  3488.    PARAMETERS <parameter-label>[,<parameter-label>]*
  3489.  
  3490.    If present, this construct permits the definition of parameters to be
  3491.    included in the object class definition in addition to any inherited
  3492.    parameters.
  3493.  
  3494.    REGISTERED AS <object-identifier>
  3495.  
  3496.    The object identifier value provides a globally unique identifier for
  3497.    the object class definition.  This value is used in the management
  3498.    protocol when it is necessary to identify the object class.
  3499.  
  3500. A1.4  Package Template
  3501.  
  3502.    This template allows a package of behaviour definitions, attributes,
  3503.    operations and notifications to be defined for subsequent insertion
  3504.    into a managed object class template under the Characterized By and
  3505.    Conditional Packages constructs.  The major elements of the
  3506.    definition are:
  3507.  
  3508.    - Behaviour. The managed object class definition provides a
  3509.      complete specification of the behaviour of the object.  This
  3510.      includes:
  3511.  
  3512.       - The effect of the Operations upon the managed object;
  3513.  
  3514.       - Any constraints that are placed on operations in order to
  3515.         satisfy consistency rules, and in particular, the rules under
  3516.         which Creation and Deletion of managed objects may be
  3517.         performed and the consequences of these operations;
  3518.  
  3519.       - A specification of how instances of a managed object class
  3520.         interact with each other, related, managed objects of the same
  3521.         or different classes.
  3522.  
  3523.       - A complete definition of any other aspects of the
  3524.         behaviour of the managed object class.
  3525.  
  3526.       - Contained attributes.  The set of attributes that the
  3527.  
  3528.  
  3529.  
  3530. OIM Working Group                                              [Page 63]
  3531.  
  3532. RFC 1214                       MIB-II-OIM                     April 1991
  3533.  
  3534.  
  3535.         package contains must be defined;
  3536.  
  3537.       - Operations and Notifications.  The package definition
  3538.         specifies which notifications instances of the class that make
  3539.         use of this package shall be able to generate, which operations
  3540.         instance of the class shall be capable of performing, and in the
  3541.         case of attribute related operations, which attributes shall be
  3542.         available to be operated upon.
  3543.  
  3544.    Note: The operations identified in the package definition are the
  3545.    operation types defined in the Information Model (Get, Replace, Set
  3546.    to Default,...etc).  In the case of Actions and Notifications,
  3547.    further definitions are required in order to characterise their
  3548.    functionality, as described in clauses A1.10, A1.11.  The create and
  3549.    delete operations are defined as part of the Name Binding template
  3550.    described in clause A1.6, a creation and deletion of an object is
  3551.    closely bound to the containment relationship between superior and
  3552.    subordinate objects, rather than to all instances of a managed object
  3553.    class.
  3554.  
  3555. A1.4.1 Template Structure
  3556.  
  3557. < package-label> PACKAGE
  3558.  
  3559. [BEHAVIOUR DEFINITIONS  < behaviour-definition-label>
  3560.         [, < behaviour-definition-label > ] *;
  3561. ]
  3562. [ATTRIBUTES<attribute-label> <propertylist>[<parameter-label>]
  3563.         [,< attribute-label> < propertylist> [< parameter-label> ]*]*;
  3564. ]
  3565. [ATTRIBUTE GROUPS       <group-label> [<attribute-label>]*
  3566.                           [, < group-label > [ < attribute-label > ]*]*;
  3567. ]
  3568. [ACTIONS        <action-label>[<parameter-label>]*
  3569.                           [, < action-label > [ < parameter-label > ]*]*;
  3570. ]
  3571. [NOTIFICATIONS             <notification-label> [<parameter-label>]*
  3572.                     [, < notification-label > [< parameter-label >]*]*;
  3573. ]
  3574. [REGISTERED AS < object-identifier>];
  3575.  
  3576. supporting productions
  3577.  
  3578. propertylist -> [REPLACE WITH DEFAULT]
  3579.         [DEFAULT VALUE < value-definition > ]
  3580.         [PERMITTED VALUES <value-set-syntax-label>]
  3581.         [REQUIRED VALUES        <value-set-syntax-label>]
  3582.         [GET | REPLACE | GET-REPLACE]
  3583.  
  3584.  
  3585.  
  3586. OIM Working Group                                              [Page 64]
  3587.  
  3588. RFC 1214                       MIB-II-OIM                     April 1991
  3589.  
  3590.  
  3591.         [ADD | REMOVE | ADD-REMOVE]
  3592.  
  3593. A1.4.2 Supporting Definitions
  3594.  
  3595.    BEHAVIOUR DEFINITIONS < definition-label> [,<definition-label>]*
  3596.  
  3597.    Behaviour Definitions allow the behaviour (semantics) of the managed
  3598.    object class to be completely described.  These definitions relate
  3599.    the external view of the object (its operations and notifications) to
  3600.    its internal operation.  The definition-label identifies an instance
  3601.    of use of the Behaviour template.
  3602.  
  3603.    Note:  It should not be assumed that the behaviour defined by this
  3604.    clause is testable using existing conformance test technology.
  3605.  
  3606.    ATTRIBUTES.  <attribute-label><propertylist> [<parameter-label>]*
  3607.            [,<attribute-label><propertylist> [<parameter-label>]*]*
  3608.  
  3609.    This allows attributes to be included in the package definition. The
  3610.    propertylist that follows each attribute label defines the set of
  3611.    operations that may be performed on the managed object with reference
  3612.    to the attribute, and defines any default, permitted or required
  3613.    value(s) associated with the attribute.  The Replace With Default
  3614.    property is included if the property has a default value that may be
  3615.    set by means of the Replace With Default Value operation.  The
  3616.    value-definition used to specify the default value shall be a value
  3617.    reference name, using the Externaltypereference notation defined in
  3618.    ISO 8824.
  3619.  
  3620.    If the PERMITTED VALUES property is present, the value-set- syntax-
  3621.    label specifies any restrictions on the possible values that the
  3622.    attribute may take.  The value-set-syntax-label shall be a type
  3623.    reference name, using the ExternaltypeReference notation defined in
  3624.    ISO 8824.  The form of the specification referenced shall be a
  3625.    subtype of the attribute syntax type, defined using the ASN.1 subtype
  3626.    notation.
  3627.  
  3628.    Note:  The Permitted Values construct is required only in attribute
  3629.    definitions where it is necessary to specify a restriction on the
  3630.    value set permitted by the specification of the Attribute Syntax,
  3631.    e.g., when modifying an existing attribute specification.
  3632.  
  3633.    If the REQUIRED VALUES property is present, the value-set- syntax-
  3634.    label specifies any restrictions on the possible values that the
  3635.    attribute may take.  The value-set-syntax-label shall be a type
  3636.    reference name, using the ExternaltypeReference notation defined in
  3637.    ISO 8824.  The form of the specification referenced shall be a
  3638.    subtype of the attribute syntax type, defined using the ASN.1 subtype
  3639.  
  3640.  
  3641.  
  3642. OIM Working Group                                              [Page 65]
  3643.  
  3644. RFC 1214                       MIB-II-OIM                     April 1991
  3645.  
  3646.  
  3647.    notation.
  3648.  
  3649.    Note:  This property defines the value set required for conformance.
  3650.  
  3651.    The parameter-labels allow parameters to be associated with the
  3652.    operations permitted on the attribute.
  3653.  
  3654.    ATTRIBUTE GROUPS <group-label> [<attribute-label>]*[,<group-label>
  3655.    [<attribute-label>]*]*
  3656.  
  3657.    This allows a set of attributes groups to be identified as part of
  3658.    the package.  The original definition of an attribute group may be
  3659.    extended by the addition of further attribute-labels.
  3660.  
  3661.    ACTIONS <action-label>[<parameter-label>]*
  3662.            [,<action-label>[<parameter-label>]*]*
  3663.  
  3664.    If present, the action-labels identify the set of action definitions
  3665.    that are included in the package.  The behaviour definitions shall
  3666.    specify the effect of these Actions upon managed objects.
  3667.  
  3668.    The parameter-labels allow parameters to be associated with the
  3669.    Action.
  3670.  
  3671.    NOTIFICATIONS <notification-label>[<parameter-label>]*
  3672.                    [,<notification-label>[<parameter-label>]*]*
  3673.  
  3674.    Present if any Notifications are included in the package. The
  3675.    notification labels identify the Notification definitions that are
  3676.    applicable.  The behaviour definitions shall specify the
  3677.    circumstances under which those Notifications are generated by a
  3678.    managed object.
  3679.  
  3680.    The parameter-labels allow parameters to be associated with the
  3681.    Notification.
  3682.  
  3683.    REGISTERED AS <object-identifier>
  3684.  
  3685.    The object identifier value, if present, provides a globally unique
  3686.    identifier for the package definition, and registers the groupings of
  3687.    behaviour definitions, attributes, attribute groups, actions and
  3688.    notifications that the package defines.  This value is required in
  3689.    cases where the package is referenced by a conditional packages
  3690.    construct in an object class template and the package contains a
  3691.    behaviour construct or more than one element, in which case the value
  3692.    of the object identifier is included in the conditional packages
  3693.    attribute of any instances of the object class that are created with
  3694.    the package present.
  3695.  
  3696.  
  3697.  
  3698. OIM Working Group                                              [Page 66]
  3699.  
  3700. RFC 1214                       MIB-II-OIM                     April 1991
  3701.  
  3702.  
  3703. A1.5 Parameter Template
  3704.  
  3705.    This template permits the specification and registration of parameter
  3706.    syntaxes and associated behaviour that may be associated with
  3707.    particular operations and notifications within the managed object
  3708.    class and conditional package templates defined in clauses A1.3 and
  3709.    A1.4.  This mechanism is not used in the OIM MIB-II.
  3710.  
  3711. A1.6  Name Binding Template
  3712.  
  3713. A1.6.1  Overview
  3714.  
  3715.    This template allows alternative naming structures to be defined for
  3716.    managed objects of a given managed object class by means of name
  3717.    bindings.  The name binding allows an attribute to be selected as the
  3718.    naming attribute for a given subordinate class/superior class pair.
  3719.  
  3720.    The attribute selected must be an attribute of the subordinate object
  3721.    that is present in all instances of the specified managed object
  3722.    class.  This attribute is used for the purpose of constructing the
  3723.    relative distinguished name (RDN) of subordinate objects of that
  3724.    class.  An RDN is constructed from the OBJECT IDENTIFIER assigned to
  3725.    that attribute type and the value of the instance of the attribute.
  3726.    The Distinguished Name of the subordinate object is obtained by
  3727.    appending its RDN to the Distinguished Name of its superior object.
  3728.  
  3729.    Name bindings are not considered to be part of the definition of
  3730.    either of the managed object classes that they reference.  A given
  3731.    managed object class may have more than one name binding associated
  3732.    with it.  The set of name bindings defines the set of possible naming
  3733.    relationships with superior managed objects and the set of managed
  3734.    object classes from which subordinate object classes may be
  3735.    instantiated.
  3736.  
  3737.    Note: Name Bindings may be specified for a managed object class
  3738.    subsequent to the specification of the managed object class itself.
  3739.  
  3740. A1.6.2  Template Structure
  3741.  
  3742.    <name-binding-label> NAME BINDING
  3743.  
  3744.    SUBORDINATE OBJECT CLASS <class-label>;
  3745.    NAMED BY
  3746.    SUPERIOR OBJECT CLASS    <class-label>;
  3747.    WITH ATTRIBUTE       <attribute-label>;
  3748.    [BEHAVIOUR     <behaviour-definition-label>
  3749.                                    [,<behaviour-definition-label>]*;
  3750.    ]
  3751.  
  3752.  
  3753.  
  3754. OIM Working Group                                              [Page 67]
  3755.  
  3756. RFC 1214                       MIB-II-OIM                     April 1991
  3757.  
  3758.  
  3759.     [CREATE [<create-modifier>[,<create-modifier>]]
  3760.                                                    [<parameter-label>]*;
  3761.     ]
  3762.     [DELETE                <delete-modifier>[<parameter-label>]*;
  3763.     ]
  3764.  
  3765.    REGISTERED AS < object-identifier>;
  3766.  
  3767.    supporting productions
  3768.  
  3769.    create-modifier->       with-reference-object |
  3770.                            with-automatic-instance-naming
  3771.  
  3772.    delete-modifier ->      only-if-no-contained-objects |
  3773.                                    deletes-contained-objects
  3774.  
  3775. A1.6.3  Supporting Definitions
  3776.  
  3777.    SUBORDINATE OBJECT CLASS <class-label>
  3778.  
  3779.    This defines the managed object class being named.  The name of an
  3780.    instance of the subordinate managed object class is constructed by
  3781.    concatenating the distinguished name of the superior managed object
  3782.    class with the relative distinguished name of the subordinate managed
  3783.    object class.
  3784.  
  3785.    NAMED BY SUPERIOR OBJECT CLASS <class-label>
  3786.  
  3787.    This defines a managed object class that may contain instances of the
  3788.    subordinate managed object class.
  3789.  
  3790.    WITH ATTRIBUTE <attribute label>
  3791.  
  3792.    This defines the attribute that shall be used, in the context of this
  3793.    name binding, to construct the relative distinguished name for the
  3794.    subordinate managed object class.  Values of this attribute shall be
  3795.    represented by single-valued data types, complying with the
  3796.    restrictions specified in ISO 10165-1;  if no naturally suitable
  3797.    attribute is available for use as a naming attribute, object
  3798.    designers are encouraged to provide a naming attribute of type
  3799.    Graphic String.
  3800.  
  3801.    BEHAVIOUR <behaviour-definition-label>
  3802.  
  3803.    If present, this clause permits any behavioural impact imposed as a
  3804.    consequence of the name binding to be defined.  The behaviour-
  3805.    definition-label identifies the constraint definition concerned; the
  3806.    constraint is therefore expressed using the behaviour template.
  3807.  
  3808.  
  3809.  
  3810. OIM Working Group                                              [Page 68]
  3811.  
  3812. RFC 1214                       MIB-II-OIM                     April 1991
  3813.  
  3814.  
  3815.    CREATE  [<create-modifier>[,<create-modifier>]][<parameter-label>]*
  3816.  
  3817.    Present if it is permitted to create new instances of the managed
  3818.    object class referenced by the SUBORDINATE OBJECT CLASS construct in
  3819.    the context of this name binding, by means of systems management
  3820.    operations.  The create-modifier values specify the options available
  3821.    on creation.  The permitted create- modifiers are as follows:
  3822.  
  3823.       - with reference-object.  If present, a reference object may be
  3824.         specified on creation as a source of default values and to
  3825.         specify choice of Conditional Packages;
  3826.  
  3827.       - with automatic  instance  naming.  If present, the CREATE
  3828.         request may omit to specify the instance name of the new
  3829.         object instance.  The behaviour definitions shall specify what
  3830.         course of action is taken when there is a choice of Name Forms
  3831.         that may be applied to the new object instance.
  3832.  
  3833.    If neither create-modifier is specified, the instance name and all
  3834.    necessary default values shall be specified in the CREATE request.
  3835.  
  3836.    The parameter-labels allows parameters to be associated with the
  3837.    CREATE operation.
  3838.  
  3839.    DELETE <delete-modifier> [<parameter-label>]*
  3840.  
  3841.    Present if it is permitted to delete instances of the managed object
  3842.    class referenced by the SUBORDINATE OBJECT CLASS construct in the
  3843.    context of this name binding.  The delete- modifier indicates the
  3844.    behaviour of a managed object of that class if the managed object is
  3845.    deleted.  The permitted delete-modifiers are:
  3846.  
  3847.       - only-if-no-contained-objects.  If specified, any contained
  3848.         managed objects must be explicitly deleted prior to deletion of
  3849.         the containing managed object, i.e., a DELETE request will cause an
  3850.         error if there are contained managed objects;
  3851.  
  3852.       - delete-contained-objects.  If specified, a DELETE request
  3853.         applied to an instance of the managed object class has the effect
  3854.         of deleting contained objects also.
  3855.  
  3856.    If there are constraints on deletion relative to other relationships
  3857.    or conditions, these are specified as part of the behaviour of the
  3858.    managed object class.
  3859.  
  3860.    The parameter-labels allows parameters to be associated with the
  3861.    DELETE operation.
  3862.  
  3863.  
  3864.  
  3865.  
  3866. OIM Working Group                                              [Page 69]
  3867.  
  3868. RFC 1214                       MIB-II-OIM                     April 1991
  3869.  
  3870.  
  3871. A1.7 Attribute Template
  3872.  
  3873. A1.7.1  Overview
  3874.  
  3875.    This template is used to define individual attribute types. These
  3876.    definitions may be further combined by the Attribute Group template
  3877.    where attribute groups are required.  The major elements of the
  3878.    definition are:
  3879.  
  3880.       - Derivation.  The definition of an attribute type may modify or
  3881.         constrain the definition of another attribute type.
  3882.  
  3883.       - Attribute Syntax.  The definition of an attribute type must
  3884.         include the definition of the syntax that will be used to convey
  3885.         values of the attribute in CMIP.  This definition is achieved by
  3886.         means of a reference to an ASN.l Type Definition.  The
  3887.         definition of an attribute syntax indicates whether the
  3888.         attribute value is a single or set-valued attribute type.  If
  3889.         the base type is SET OF, the attribute is a set-valued type,
  3890.         otherwise it is a single-valued type;
  3891.  
  3892.       - Value Matching.  The definition of an attribute type may
  3893.         include the valid ways in which the value of an instance of the
  3894.         type may be tested, i.e., whether the attribute may be tested
  3895.         for equality, magnitude, etc..  Value matching on some attribute
  3896.         types may require the specification of how a matching rule is
  3897.         defined to operate, as part of the attribute's behaviour
  3898.         definition.  The absence of any matching rules in the attribute
  3899.         definition implies that matching of values is undefined;
  3900.  
  3901.       - Behaviour.  The attribute definition may include definition of
  3902.         attribute specific behaviour; i.e., behaviour that applies to an
  3903.         attribute type regardless of which managed object class contains
  3904.         instances of tho attribute type;
  3905.  
  3906.       - Attribute type name.  An Object Identifier value shall be
  3907.         allocated to each attribute that is to be included in the
  3908.         definition of a managed object class. This value is used in CMIP
  3909.         to identify the attribute.
  3910.  
  3911. A1.7.2 Template Structure
  3912.  
  3913.       <attribute-label> ATTRIBUTE
  3914.  
  3915.       derived-from-construct | with attribute-syntax-construct
  3916.       [MATCHES FOR    <qualifier>[,<qualifier>]* ;]
  3917.       [BEHAVIOUR      <behaviour-definition-label>
  3918.                       [,<behaviour-definition-label>]* ;
  3919.  
  3920.  
  3921.  
  3922. OIM Working Group                                              [Page 70]
  3923.  
  3924. RFC 1214                       MIB-II-OIM                     April 1991
  3925.  
  3926.  
  3927.       ]
  3928.       [PARAMETERS     <parameter-label>
  3929.                       [,<parameter-label>]*
  3930.       ]
  3931.  
  3932.       [REGISTERED AS < object-identifier> ;]
  3933.  
  3934.       supporting productions
  3935.  
  3936.       qualifier -> Equality | Ordering | Substrings
  3937.                    | Set Comparison | Set Intersection
  3938.  
  3939.       derived-from-construct -> DERIVED FROM  <attribute-label > ;
  3940.  
  3941.       with-attribute-syntax-construct -> WITH ATTRIBUTE SYNTAX
  3942.                                       <syntax-label> ;
  3943.  
  3944. A1.7.3 Supporting Definitions
  3945.  
  3946.    DERIVED FROM <attribute-label>
  3947.  
  3948.    If this element is present, the attribute definition takes as a
  3949.    starting point all aspects of the definition referenced by
  3950.    attribute-label, including any that it may in turn have derived from
  3951.    other attribute definitions.  The rules for interpreting the effect
  3952.    of presence of any of the other elements of the attribute template
  3953.    under these circumstances are as follows:
  3954.  
  3955.       - WITH ATTRIBUTE SYNTAX is not permitted to be present.  The
  3956.         attribute syntax shall be the attribute syntax of the attribute
  3957.         from which this attribute has been derived.;
  3958.  
  3959.       - MATCHES FOR: The resultant set of matching rules shall be the
  3960.         logical OR of the matching rules specified by this construct
  3961.         with any derived matching rules;
  3962.  
  3963.       - BEHAVIOUR is assumed to extend any derived behaviour
  3964.         definitions;
  3965.  
  3966.       - REGISTERED AS is assumed to replace any registration derived
  3967.         from other definitions.
  3968.  
  3969.    This derivation mechanism permits:
  3970.  
  3971.       - The definition of an attribute based on an existing attribute
  3972.         definition;
  3973.  
  3974.       - The addition of further constraints to an existing attribute
  3975.  
  3976.  
  3977.  
  3978. OIM Working Group                                              [Page 71]
  3979.  
  3980. RFC 1214                       MIB-II-OIM                     April 1991
  3981.  
  3982.  
  3983.         definition.
  3984.  
  3985.    WITH ATTRIBUTE SYNTAX <syntax label>
  3986.  
  3987.    This element, present only if the DERIVED FROM construct is absent,
  3988.    identifies the ASN.1 data type that describes how instances of the
  3989.    attribute value are carried in protocol.  The syntax-label shall be
  3990.    an ASN.l Externaltypereference.
  3991.  
  3992.    The ASN.1 data type also defines the data type of the attribute
  3993.    itself.  If the base type of the syntax is set-of, the attribute is a
  3994.    set-valued attribute.  All other ASN.l data types, including set,
  3995.    sequence of, and sequence type, define single-valued attribute types.
  3996.  
  3997.    MATCHES FOR <qualifier>[,<qualifier>]*
  3998.  
  3999.    This element defines the types of test that may be applied to a value
  4000.    of the attribute as part of a Filter operation. Matching for the
  4001.    presence of an attribute is implicitly permitted for all attributes.
  4002.    For all other types of matching, if this clause is not present,
  4003.    matching is undefined and is therefore not permitted on the
  4004.    attribute.  The options are:
  4005.  
  4006.       - Equality.  If present, the attribute value may be tested for
  4007.         equality against a given value;
  4008.  
  4009.       - Ordering.  If present, the attribute value may be tested against
  4010.         a given value in order to determine which has the greater
  4011.         value;
  4012.  
  4013.       - Substrings.  If present, the attribute value may be tested
  4014.         against a given substring value in order to determine its
  4015.         presence or absence in the attribute value;
  4016.  
  4017.       - Set Comparison.  If present, the attribute value may be tested
  4018.         against a given value in order to determine set equality or
  4019.         subset/superset relationships between the values;
  4020.  
  4021.       - Set Intersection.  If present, the attribute value may be tested
  4022.         against a given value in order to determine the presence or
  4023.         absence of a non-null set intersection between the two values.
  4024.  
  4025.    BEHAVIOUR <behaviour-definition-label>
  4026.                    [,<behaviour-definition-label>]*
  4027.  
  4028.    Any behaviour that is generic to this attribute type may be defined
  4029.    by means of this behaviour clause.  The behaviour definition shall
  4030.    include any additional specification that is required in order to
  4031.  
  4032.  
  4033.  
  4034. OIM Working Group                                              [Page 72]
  4035.  
  4036. RFC 1214                       MIB-II-OIM                     April 1991
  4037.  
  4038.  
  4039.    define how the chosen set of matching rules are applied to the
  4040.    attribute definition.  Behaviour that is specific to the managed
  4041.    object class is defined in the behaviour clause of the managed object
  4042.    class template.
  4043.  
  4044.    Note:  It should not be assumed that the behaviour defined by this
  4045.    clause is testable using existing conformance test technology.
  4046.  
  4047.    REGISTERED AS <object-identifier>
  4048.  
  4049.    If present, the object-identifier provides a globally unique
  4050.    identifier for the attribute definition;  this includes all elements
  4051.    referenced either directly, or indirectly by the Derived From, With
  4052.    Attribute Syntax, Matches For and Behaviour constructs, where
  4053.    present.  This value is used in the management protocol when it is
  4054.    necessary to identify the attribute type.  If this construct is
  4055.    omitted, the attribute definition shall not be referenced in a
  4056.    managed object class definition without further constraints being
  4057.    applied in another attribute definition.
  4058.  
  4059. A1.8  Notification Template
  4060.  
  4061. A1.8.1 Overview
  4062.  
  4063.    This template is used to define the behaviour and syntax associated
  4064.    with a particular Notification type.  The main features of the
  4065.    definition are as follows:
  4066.  
  4067.       - Behaviour.  The definition of a Notification type must specify
  4068.         the circumstances under which a notification of the type is
  4069.         generated;
  4070.  
  4071.       - Mode of operation.  The definition of a notification type shall
  4072.         indicate whether the notification may be confirmed,
  4073.         unconfirmed or both;
  4074.  
  4075.       - Syntax Definitions.  The definition of the Notification type
  4076.         must specify any syntax that will be used to convey the CMIS
  4077.         Event Information and Event Reply parameters in CMIP.  These
  4078.         syntaxes are defined by means of ASN.1 data types.  The
  4079.         template also permits the allocation of attribute values to
  4080.         fields in the syntax;
  4081.  
  4082.       - Notification naming.  The value of the Object Identifier
  4083.         associated with the Notification definition is used to identify
  4084.         the Event type in CMIP.
  4085.  
  4086.  
  4087.  
  4088.  
  4089.  
  4090. OIM Working Group                                              [Page 73]
  4091.  
  4092. RFC 1214                       MIB-II-OIM                     April 1991
  4093.  
  4094.  
  4095. A1.8.2  Template Structure
  4096.  
  4097.       <notification-label> NOTIFICATION
  4098.  
  4099.       BEHAVIOUR       <behaviour-definition-label>
  4100.                                       [,<behaviour-definition-label>]*;
  4101.       MODE    <confirmation-mode>;
  4102.       [PARAMETERS  <parameter-label>[,<parameter-label]*;
  4103.       ]
  4104.       [WITH INFORMATION SYNTAX <syntax-label>
  4105.                       [AND ATTRIBUTE IDS <field-name><attribute-label>
  4106.                                       [,<field-name><attribute-label]*];
  4107.       ]
  4108.       [WITH REPLY SYNTAX <syntax-label>;]
  4109.  
  4110.       REGISTERED AS <object-identifier>;
  4111.  
  4112.       supporting productions
  4113.  
  4114.       confirmation-mode -> CONFIRMED | NON-CONFIRMED | CONFIRMED AND
  4115.       NON-CONFIRMED
  4116.  
  4117. A1.8.3  Supporting Definitions
  4118.  
  4119.    BEHAVIOUR <behaviour-definition-label>
  4120.  
  4121.    This defines the behaviour of the notification, the data that must be
  4122.    specified with the notification, the results that the notification
  4123.    may generate and their meaning.  The behaviour- definition-label
  4124.    references a behaviour description defined by use of the Behaviour
  4125.    Template.
  4126.  
  4127.    Note:  It should not be assumed that the behaviour defined by this
  4128.    clause is testable using existing conformance test technology.
  4129.  
  4130.    MODE CONFIRMED | NON-CONFIRMED | CONFIRMED AND NON-CONFIRMED
  4131.  
  4132.    This defines the allowable mode of operation of the notification
  4133.    type, as follows:
  4134.  
  4135.         - CONFIRMED:  The notification type shall operate in the
  4136.                 confirmed mode only;
  4137.  
  4138.         - NON-CONFIRMED:  The notification type shall operate in the
  4139.                 non-confirmed mode only;
  4140.  
  4141.         - CONFIRMED AND NON-CONFIRMED:  The notification type may
  4142.                 operate in either confirmed mode or non-confirmed mode.
  4143.  
  4144.  
  4145.  
  4146. OIM Working Group                                              [Page 74]
  4147.  
  4148. RFC 1214                       MIB-II-OIM                     April 1991
  4149.  
  4150.  
  4151.    PARAMETERS  <parameter-label>[,<parameter-label>]*
  4152.  
  4153.    The parameter-labels allow parameters to be associated with with the
  4154.    behaviour of the attribute type.
  4155.  
  4156.    WITH INFORMATION SYNTAX <syntax-label> [AND ATTRIBUTE IDS
  4157.    <field-name><attribute-label> [,<field-name><attribute-label>]*;]
  4158.  
  4159.    This construct identifies the ASN.l data type that describes the
  4160.    structure of the notification information that is carried in
  4161.    management protocol, and permits the association of attribute
  4162.    identifiers with named fields in the abstract syntax.  The syntax-
  4163.    label shall be a type reference name, using the Externaltypereference
  4164.    notation defined in ISO 8824.  If absent, there is no information
  4165.    associated with the notification invocation.  If the AND ATTRIBUTE
  4166.    IDS option is used, the field- name label shall be a label defined
  4167.    within the abstract syntax referenced by the syntax that appears in
  4168.    the construct.  The data type that is labeled by the field-name is
  4169.    used to carry values of the attribute referenced by attribute-label.
  4170.    The ASN.1 data type of the attribute shall be the same as the data
  4171.    type referenced by field-name.
  4172.  
  4173.    WITH REPLY SYNTAX <syntax-label>
  4174.  
  4175.    If a syntax-label is present, this identifies the ASN.1 data type
  4176.    that describes the structure of the notification reply that is
  4177.    carried in management protocol.  The syntax-label shall be a type
  4178.    reference name, using the Externaltypereference notation defined in
  4179.    ISO 8824.  If absent, there is no information associated with the
  4180.    notification reply.
  4181.  
  4182.  
  4183.  
  4184.  
  4185.  
  4186.  
  4187.  
  4188.  
  4189.  
  4190.  
  4191.  
  4192.  
  4193.  
  4194.  
  4195.  
  4196.  
  4197.  
  4198.  
  4199.  
  4200.  
  4201.  
  4202. OIM Working Group                                              [Page 75]
  4203.  
  4204. RFC 1214                       MIB-II-OIM                     April 1991
  4205.  
  4206.  
  4207. Appendix 2:  New Objects: Internet SMI Object Type Macros
  4208.  
  4209.    atEntryId OBJECT-TYPE
  4210.                  SYNTAX  DisplayString
  4211.                  ACCESS  read-only
  4212.                  STATUS  mandatory
  4213.                 DESCRIPTION
  4214.        "<index>.1.<address>, where <index is the decimal representation
  4215.         of atIfIndex and <address> is atNetAddress represented in
  4216.         dot notation.  The 1 is a subidentifier indicating that an IP
  4217.         address follows. "
  4218.                  ::= { attributes 3}
  4219.  
  4220.    atTableId OBJECT-TYPE
  4221.                  SYNTAX  DisplayString
  4222.                  ACCESS  read-only
  4223.                  STATUS  mandatory
  4224.                 DESCRIPTION
  4225.                    "An empty string."
  4226.                  ::= { attributes 2}
  4227.  
  4228.  
  4229.    egpId OBJECT-TYPE
  4230.                  SYNTAX  DisplayString
  4231.                  ACCESS  read-only
  4232.                  STATUS  mandatory
  4233.                 DESCRIPTION
  4234.                    "An empty string."
  4235.                  ::= { attributes 16}
  4236.  
  4237.    egpNeighEntryId OBJECT-TYPE
  4238.                  SYNTAX  DisplayString
  4239.                  ACCESS  read-only
  4240.                  STATUS  mandatory
  4241.                 DESCRIPTION
  4242.                         "egpNeighAddr encoded in dot notation."
  4243.                  ::= { attributes 22}
  4244.  
  4245.    egpNeighTableId OBJECT-TYPE
  4246.                  SYNTAX  DisplayString
  4247.                  ACCESS  read-only
  4248.                  STATUS  mandatory
  4249.                 DESCRIPTION
  4250.                    "An empty string."
  4251.                  ::= { attributes 17}
  4252.  
  4253.    icmpId OBJECT-TYPE
  4254.                  SYNTAX  DisplayString
  4255.  
  4256.  
  4257.  
  4258. OIM Working Group                                              [Page 76]
  4259.  
  4260. RFC 1214                       MIB-II-OIM                     April 1991
  4261.  
  4262.  
  4263.                  ACCESS  read-only
  4264.                  STATUS  mandatory
  4265.                 DESCRIPTION
  4266.                    "An empty string."
  4267.                  ::= { attributes 9}
  4268.  
  4269.    ifId OBJECT-TYPE
  4270.                  SYNTAX  DisplayString
  4271.                  ACCESS  read-only
  4272.                  STATUS  mandatory
  4273.                 DESCRIPTION
  4274.                    "An empty string."
  4275.                  ::= { attributes 23}
  4276.  
  4277.    ifEntryId OBJECT-TYPE
  4278.                  SYNTAX  DisplayString
  4279.                  ACCESS  read-only
  4280.                  STATUS  mandatory
  4281.                 DESCRIPTION
  4282.                    "The decimal representation of ifIndex."
  4283.                  ::= { attributes  21}
  4284.  
  4285.    ifTableId OBJECT-TYPE
  4286.                  SYNTAX  DisplayString
  4287.                  ACCESS  read-only
  4288.                  STATUS  mandatory
  4289.                 DESCRIPTION
  4290.                    "An empty string."
  4291.                  ::= { attributes 1}
  4292.  
  4293.    ipAdEntryId OBJECT-TYPE
  4294.                  SYNTAX  DisplayString
  4295.                  ACCESS  read-only
  4296.                  STATUS  mandatory
  4297.                 DESCRIPTION
  4298.                    "ipAdEntAddr encoded in dot notation."
  4299.                  ::= { attributes 19}
  4300.  
  4301.    ipAddrTableId OBJECT-TYPE
  4302.                  SYNTAX  DisplayString
  4303.                  ACCESS  read-only
  4304.                  STATUS  mandatory
  4305.                 DESCRIPTION
  4306.                    "An empty string."
  4307.                  ::= { attributes 5}
  4308.  
  4309.  
  4310.  
  4311.  
  4312.  
  4313.  
  4314. OIM Working Group                                              [Page 77]
  4315.  
  4316. RFC 1214                       MIB-II-OIM                     April 1991
  4317.  
  4318.  
  4319.    ipId OBJECT-TYPE
  4320.                  SYNTAX  DisplayString
  4321.                  ACCESS  read-only
  4322.                  STATUS  mandatory
  4323.                 DESCRIPTION
  4324.                    "An empty string."
  4325.                  ::= { attributes 4}
  4326.  
  4327.    ipNetToMediaEntryId OBJECT-TYPE
  4328.                  SYNTAX  DisplayString
  4329.                  ACCESS  read-only
  4330.                  STATUS  mandatory
  4331.                 DESCRIPTION
  4332.         "<interface>.<address>, where <interface> is the decimal
  4333.         representation of ipNetToMediaIndex and <address> is
  4334.         ipNetToMediaNetAddress in dot notation."
  4335.                  ::= { attributes 8}
  4336.  
  4337.    ipNetToMediaTableId OBJECT-TYPE
  4338.                  SYNTAX  DisplayString
  4339.                  ACCESS  read-only
  4340.                  STATUS  mandatory
  4341.                 DESCRIPTION
  4342.                    "An empty string."
  4343.                  ::= { attributes 7}
  4344.  
  4345.    ipRouteEntryId OBJECT-TYPE
  4346.                  SYNTAX  DisplayString
  4347.                  ACCESS  read-only
  4348.                  STATUS  mandatory
  4349.                 DESCRIPTION
  4350.            "<dest> , where <dest> is ipRouteDest represented in dot
  4351.            notation."
  4352.                  ::= { attributes 20}
  4353.  
  4354.    ipRoutingTableId OBJECT-TYPE
  4355.                  SYNTAX  DisplayString
  4356.                  ACCESS  read-only
  4357.                  STATUS  mandatory
  4358.                 DESCRIPTION
  4359.                    "An empty string."
  4360.                  ::= { attributes 6}
  4361.  
  4362.    snmpId OBJECT-TYPE
  4363.                  SYNTAX  DisplayString
  4364.                  ACCESS  read-only
  4365.                  STATUS  mandatory
  4366.                 DESCRIPTION
  4367.  
  4368.  
  4369.  
  4370. OIM Working Group                                              [Page 78]
  4371.  
  4372. RFC 1214                       MIB-II-OIM                     April 1991
  4373.  
  4374.  
  4375.                    "An empty string."
  4376.                  ::= { attributes 18}
  4377.  
  4378.    tcpConnId OBJECT-TYPE
  4379.                  SYNTAX  DisplayString
  4380.                  ACCESS  read-only
  4381.                  STATUS  mandatory
  4382.                 DESCRIPTION
  4383.             "<laddr> . <lport> . <raddr> . <rport>, where
  4384.             <laddr> is the dot notation representation of
  4385.                    tcpConnLocalAddress,
  4386.             <lport> is the decimal representation of tcpConnLocalPort,
  4387.             <raddr> is the dot notation representation of
  4388.                    tcpConnRemAddress, and
  4389.             <rport> is the decimal representation of tcpConnRemPort."
  4390.                  ::= { attributes 12}
  4391.  
  4392.    tcpConnTableId OBJECT-TYPE
  4393.                  SYNTAX  DisplayString
  4394.                  ACCESS  read-only
  4395.                  STATUS  mandatory
  4396.                 DESCRIPTION
  4397.                    "An empty string."
  4398.                  ::= { attributes 11}
  4399.  
  4400.    tcpId OBJECT-TYPE
  4401.                  SYNTAX  DisplayString
  4402.                  ACCESS  read-only
  4403.                  STATUS  mandatory
  4404.                 DESCRIPTION
  4405.                    "An empty string."
  4406.                  ::= { attributes 10}
  4407.  
  4408.    updEntryId OBJECT-TYPE
  4409.                  SYNTAX  DisplayString
  4410.                  ACCESS  read-only
  4411.                  STATUS  mandatory
  4412.                 DESCRIPTION
  4413.            "<index> . <address>, where <index> is the decimal
  4414.            representation of atIfIndex and <address> is atNetAddress
  4415.            represented in dot notation."
  4416.                  ::= { attributes 15}
  4417.  
  4418.    udpId OBJECT-TYPE
  4419.                  SYNTAX  DisplayString
  4420.                  ACCESS  read-only
  4421.                  STATUS  mandatory
  4422.                 DESCRIPTION
  4423.  
  4424.  
  4425.  
  4426. OIM Working Group                                              [Page 79]
  4427.  
  4428. RFC 1214                       MIB-II-OIM                     April 1991
  4429.  
  4430.  
  4431.                    "An empty string."
  4432.                  ::= { attributes 13}
  4433.  
  4434.    udpTableId OBJECT-TYPE
  4435.                  SYNTAX  DisplayString
  4436.                  ACCESS  read-only
  4437.                  STATUS  mandatory
  4438.                 DESCRIPTION
  4439.                    "An empty string."
  4440.                  ::= { attributes 14}
  4441.  
  4442.  
  4443.  
  4444.  
  4445.  
  4446.  
  4447.  
  4448.  
  4449.  
  4450.  
  4451.  
  4452.  
  4453.  
  4454.  
  4455.  
  4456.  
  4457.  
  4458.  
  4459.  
  4460.  
  4461.  
  4462.  
  4463.  
  4464.  
  4465.  
  4466.  
  4467.  
  4468.  
  4469.  
  4470.  
  4471.  
  4472.  
  4473.  
  4474.  
  4475.  
  4476.  
  4477.  
  4478.  
  4479.  
  4480.  
  4481.  
  4482. OIM Working Group                                              [Page 80]
  4483.  
  4484. RFC 1214                       MIB-II-OIM                     April 1991
  4485.  
  4486.  
  4487. Appendix 3: Supporting Definitions
  4488.  
  4489.    The definition of the object class "top", from which all object
  4490.    classes are derived, is taken from ISO/IEC DIS 10165-2: Definition of
  4491.    Management Information [5].  However, pending progression of that
  4492.    document to an International Standard, the object class "top" and its
  4493.    associated attributes have been registered here under the oim
  4494.    registration arc.
  4495.  
  4496.    top     MANAGED OBJECT CLASS
  4497.            CHARACTERIZED BY
  4498.                topPackage PACKAGE
  4499.            BEHAVIOUR DEFINITIONS topBehaviour;
  4500.            ATTRIBUTES
  4501.                    objectClass     GET,
  4502.                    name            GET,
  4503.                    allomorphs      GET,
  4504.                    nameBindings    GET,
  4505.                    packages        GET;;;
  4506.    REGISTERED AS {objects 1};
  4507.  
  4508.    topBehaviour    BEHAVIOUR
  4509.            DEFINED AS
  4510.    This is the top level of managed object class hierarchy and
  4511.    every other managed object class is a specialization of either
  4512.    this generic class (top) or a specialization of a subclass of top.;
  4513.  
  4514.    allomorphs ATTRIBUTE
  4515.            WITH ATTRIBUTE SYNTAX
  4516.                    Top-Syntax.Allomorphs;
  4517.                    -- A set of allormorphic superclass identifiers
  4518.            MATCHES FOR  Set Comparison, Set Intersection;
  4519.    REGISTERED AS {attributes 30};
  4520.  
  4521.    name ATTRIBUTE
  4522.            WITH ATTRIBUTE SYNTAX InformationFramework.
  4523.                                    RelativeDistinguishedName;
  4524.                    -- defined in Directory standards
  4525.            MATCHES FOR Equality;
  4526.    REGISTERED AS {attributes 31};
  4527.  
  4528.    nameBindings ATTRIBUTE
  4529.            WITH ATTRIBUTE SYNTAX
  4530.                    Top-Syntax.NameBindings;
  4531.                    -- A set of valid namebindings for this object.
  4532.            MATCHES FOR     Set Comparison, Set Intersection;
  4533.    REGISTERED AS {attributes 32};
  4534.  
  4535.  
  4536.  
  4537.  
  4538. OIM Working Group                                              [Page 81]
  4539.  
  4540. RFC 1214                       MIB-II-OIM                     April 1991
  4541.  
  4542.  
  4543.    objectClass     ATTRIBUTE
  4544.            WITH ATTRIBUTE SYNTAX CMIP-1.ObjectClass;
  4545.            MATCHES FOR Equality, Ordering;
  4546.    REGISTERED AS {attributes 33};
  4547.  
  4548.    packages ATTRIBUTE
  4549.            WITH ATTRIBUTE SYNTAX
  4550.                    Top-Syntax.Packages;
  4551.                    -- The set of optional packages defined for the
  4552.                    -- class that are included in this instantiation of
  4553.                    -- the object.
  4554.            MATCHES FOR Set Comparison, Set Intersection;
  4555.    REGISTERED AS {attributes 34};
  4556.  
  4557.  
  4558.    Top-Syntax {iso(1) org(3) dod(6) internet(1) mgmt(1) mib(1)
  4559.                    oim(9) misc(4) 2}
  4560.    DEFINITIONS ::=
  4561.    BEGIN
  4562.  
  4563.    -- from ISO/IEC DIS 10165-2:Definition of Management Information
  4564.  
  4565.    Allomorphs ::=  SET OF OBJECT IDENTIFIER
  4566.  
  4567.    NameBindings ::=        SET OF OBJECT IDENTIFIER
  4568.  
  4569.    Packages ::=    SET OF OBJECT IDENTIFIER
  4570.  
  4571.    -- From Directory InformationFramework
  4572.  
  4573.    RelativeDistinguishedName ::= SET OF AttributeValueAssertion
  4574.  
  4575.    AttributeValueAssertion ::= SEQUENCE {AttributeType,
  4576.                                          AttributeValue}
  4577.  
  4578.    AttributeType ::= OBJECT IDENTIFIER
  4579.  
  4580.    AttributeValue ::= ANY
  4581.  
  4582.    -- From CMIP-1
  4583.  
  4584.    ObjectClass ::= CHOICE {globalForm      [0] OBJECT IDENTIFIER,
  4585.                                       localForm    [1] INTEGER }
  4586.    END
  4587.  
  4588. Security Considerations
  4589.  
  4590.    Security issues are not discussed in this memo.
  4591.  
  4592.  
  4593.  
  4594. OIM Working Group                                              [Page 82]
  4595.  
  4596. RFC 1214                       MIB-II-OIM                     April 1991
  4597.  
  4598.  
  4599. Author's Address
  4600.  
  4601.    Lee LaBarre
  4602.    The MITRE Corporation
  4603.    Burlington Road
  4604.    Bedford, MA 01730
  4605.  
  4606.    Phone: (617) 271-8507
  4607.  
  4608.    EMail: cel@mbunix.mitre.org
  4609.  
  4610.  
  4611.  
  4612.  
  4613.  
  4614.  
  4615.  
  4616.  
  4617.  
  4618.  
  4619.  
  4620.  
  4621.  
  4622.  
  4623.  
  4624.  
  4625.  
  4626.  
  4627.  
  4628.  
  4629.  
  4630.  
  4631.  
  4632.  
  4633.  
  4634.  
  4635.  
  4636.  
  4637.  
  4638.  
  4639.  
  4640.  
  4641.  
  4642.  
  4643.  
  4644.  
  4645.  
  4646.  
  4647.  
  4648.  
  4649.  
  4650. OIM Working Group                                              [Page 83]
  4651.