home *** CD-ROM | disk | FTP | other *** search
/ Handbook of Infosec Terms 2.0 / Handbook_of_Infosec_Terms_Version_2.0_ISSO.iso / text / rfcs / rfc1214.txt < prev    next >
Text File  |  1996-05-07  |  171KB  |  1,987 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                 L. Labarre, Editor Request for Comments: 1214                                         MITRE                                                               April 1991 
  8.  
  9.            OSI Internet Management: Management Information Base 
  10.  
  11. Status of this Memo 
  12.  
  13.    This RFC specifies an IAB standards track protocol for the Internet    community, and requests discussion and suggestions for improvements.    Please refer to the current edition of the "IAB Official Protocol    Standards" for the standardization state and status of this protocol.    Distribution of this memo is unlimited. 
  14.  
  15. Abstract 
  16.  
  17.    This RFC documents a MIB for use with CMIP, either over pure OSI    stacks or with the CMIP over TCP specification.  It redefines objects    comprised by the second revision of the Management Information Base    for Network Management of TCP/IP-based internets: MIB-II so as to    conform to the OSI structure of management information.  This    document is a product of the IETF OIM working group. 
  18.  
  19. Table of Contents 
  20.  
  21.    1. Introduction................................................    2    2. Additions to MIB-II.........................................    3    2.1 Structure of the OIM Subtree...............................    3    2.2 Supporting ISO Definitions.................................    3    2.3 Additions for Object Instance Identification...............    4    2.3.1 Distinguished Names......................................    4    2.4 Events.....................................................    5    2.5 Containment (Naming) Tree Definition.......................    5    2.6 Changes from RFC 1158......................................    6    3. Format of OSI Templates.....................................    7    4. Object Class Definitions....................................    7    5. Attribute Definitions.......................................   16    6. Notifications...............................................   44    7. The Containment Hierarchy...................................   45    8. ASN.1 Definitions...........................................   49    9. Acknowledgements............................................   54    References.....................................................   55    Appendix 1: Notational Tools for Managed Object Definition.....   57    A1.1 Overview of Notational Tools..............................   57    A1.2 Conventions Used in Template Definitions..................   58    A1.3  Managed Object Class Template............................   60    A1.4  Package Template.........................................   63 
  22.  
  23.  
  24.  
  25. OIM Working Group                                               [Page 1] 
  26.  RFC 1214                       MIB-II-OIM                     April 1991 
  27.  
  28.     A1.5 Parameter Template........................................   67    A1.6  Name Binding Template....................................   67    A1.7 Attribute Template........................................   70    A1.8  Notification Template....................................   73    Appendix 2: New Objects: Internet SMI Object Type Macros.......   76    Appendix 3: Supporting Definitions.............................   81    Security Considerations........................................   82    Author's Address...............................................   83 
  29.  
  30. 1. Introduction 
  31.  
  32.    This memo defines the management information base (MIB) for use with    the OSI network management protocol in TCP/IP based internets.  It    formats the Management Information Base (MIB-II) in OSI templates and    adds variables necessary for use with the OSI management protocol.    Together with internet memos that define agreements for using the OSI    management protocol to manage TCP/IP internets (RFC 1189) [3], the    management information base: MIB-II, and OSI standards defining the    structure of management information (ISO/IEC DIS 10165) [4,5,6],    these documents provide an OSI compatible architecture and system for    managing TCP/IP based internets and in particular the Internet    community. 
  33.  
  34.    This OSI version of the MIB specification is an incremental    refinement of MIB-II.  It has been designed according to the    following policy:  first, maintain compatibility with MIB-II by    including objects in MIB-II without changes to their registered    identifiers, syntax, and behaviour;   second, format the MIB-II using    the OSI structure of information defined templates;  third, add    attributes necessary for identification using the OSI management    protocol;  fourth, identify object instances in a manner which is    compatible with development of a common application programming    interface for both CMIP and SNMP;  and finally, define notifications    (events), including those defined by SNMP (RFC 1157) [14], deemed    necessary for management. 
  35.  
  36.    It is expected that the MIB will grow over time to accommodate the    changing needs of the Internet. 
  37.  
  38.    As reported in RFC 1109, Report of the Second Ad Hoc Network    Management Review Group [13], the requirements for SNMP and OSI    frameworks were more different than anticipated.  Therefore, the    requirement for compatibility between the SMI/MIB for both frameworks    was suspended.  This action allowed both frameworks to independently    define the MIB according to their SMI requirements and views of    management.   The SNMP response included development of MIB-II.  The    OSI response is this document which builds on the excellent work done    in MIB-II, and adds to it attributes necessary to map into the OSI 
  39.  
  40.  
  41.  
  42. OIM Working Group                                               [Page 2] 
  43.  RFC 1214                       MIB-II-OIM                     April 1991 
  44.  
  45.     SMI. 
  46.  
  47.    The OIM network management framework consists of: Open Systems    Interconnection - Structure of Management Information: Parts 1-4,    ISO/IEC DIS 10165 [4,5,6], with slight modifications to maintain    compatibility with RFC 1155 [11];  OSI Internet Management:    Management Information Base, this memo; and the OSI Common Management    Information Service (CMIS) [7] and  Common Management Information    Protocol (CMIP) [8]. 
  48.  
  49. 2. Additions to MIB-II 
  50.  
  51.    Additions to MIB-II fall into the following categories: the addition    of the managed object class "top" from which all object classes are    derived; additions for object instance identification purposes    according to the OSI SMI;  additions for generation of asynchronous    events; the addition of name bindings which  define the binding    between objects in the containment (naming) hierarchy; and the    addition of proposed changes to RFC 1158 that are expected to be    accepted by the IETF [16]. 
  52.  
  53. 2.1 Structure of the OIM Subtree 
  54.  
  55.    The oim subtree structure is defined below.  Note that the "cmot"    subtree has been relabeled to "oim". 
  56.  
  57.         cmot            OBJECT IDENTIFIER ::= {mib 9}         oim             OBJECT IDENTIFIER ::= {cmot}         cmotVersion     OBJECT IDENTIFIER ::= {oim 1}         cmotACSEInfo    OBJECT IDENTIFIER ::= {oim 2}         cmotSystemId    OBJECT IDENTIFIER ::= {oim 3}         misc            OBJECT IDENTIFIER ::= {oim 4}         objects         OBJECT IDENTIFIER ::= {oim 5}         attributes      OBJECT IDENTIFIER ::= {oim 6}         events          OBJECT IDENTIFIER ::= {oim 7}         nameforms       OBJECT IDENTIFIER ::= {oim 8}         actions         OBJECT IDENTIFIER ::= {oim 9} 
  58.  
  59. 2.2 Supporting ISO Definitions 
  60.  
  61.    The OSI defined managed object class "top" [5], as defined by OSI,    has been added to the MIB.  This managed object class is the root of    the inheritance hierarchy.  The class "top" contains attributes that    are inherited by all objects in the MIB.  Pending the progression of    ISO/IEC DIS 10165 to an International Standard status, "top" and its    associated attributes are registered in Appendix 3. 
  62.  
  63.  
  64.  
  65.  
  66.  
  67. OIM Working Group                                               [Page 3] 
  68.  RFC 1214                       MIB-II-OIM                     April 1991 
  69.  
  70.  2.3 Additions for Object Instance Identification 
  71.  
  72.    The conventions for identifying objects in the OIM MIB-II for use    with CMIP are defined below. 
  73.  
  74. 2.3.1 Distinguished Names 
  75.  
  76.    The distinguished name of an object shall consist of a sequence of    relative distinguished names, one for each object on the containment    path from the root to the object.  Each relative distinguished name    shall contain exactly one attribute, the "naming" attribute for the    corresponding class, as specified by a NAME BINDING template.  The    CMIP ObjectInstance shall be encoded using the distinguishedName    choice. 
  77.  
  78.    Object classes for which there is only a single instance normally    implemented in a managed system, other than the "system" managed    object class, shall use an empty string for their naming attribute    value, i.e., a string of length zero. 
  79.  
  80.    The format of the naming attribute for the "system" managed object    class and object classes which normally have multiple instances,    e.g., table entries, are defined in the attribute templates for the    naming attributes of those classes.  The formats for naming    attributes of table entries are compatible with instance    identification conventions used by SNMP, thereby facilitating the    development of a common application programming interface that may    interface to either protocol. 
  81.  
  82.    For example, a distinguished name designating a particular routing    table entry (of class ipRouteEntry) might be 
  83.  
  84.         {                 { sysName  = "troi.mitre.org"}                 { ipId = ""}                 { ipRoutingTableId = "" }                 { ipRouteEntryId = "129.83.2.17" }         }. 
  85.  
  86.    The naming attributes for each OIM MIB-II managed object class listed    in section 5 may be determined by reference to the NAME BINDING    templates listed in section 8.  The naming attribute definitions can    be found in the alphabetical listing of all attributes in section 6. 
  87.  
  88.    The following attributes have been defined for MIB-II object classes    for purposes of object instance identification. 
  89.  
  90.  
  91.  
  92.  
  93.  
  94. OIM Working Group                                               [Page 4] 
  95.  RFC 1214                       MIB-II-OIM                     April 1991 
  96.  
  97.           Attribute           Identifier              Object 
  98.  
  99.    ifTableId               {attributes 1}         ifTable    atTableId               {attributes 2}         atTable    atEntryId               {attributes 3}         atEntry    ipId                    {attributes 4}         ip    ipAddrTableId           {attributes 5}         ipAddrTable    ipRoutingTableId        {attributes 6}         ipRoutingtable    ipNetToMediaTableId     {attributes 7}         ipNetToMediaTable    ipNetToMediaEntryId     (attributes 8}         ipNetToMediaEntry    icmpId                  {attributes 9}         icmp    tcpId                   {attributes 10}        tcp    tcpConnTableId          {attributes 11}        tcpConnTable    tcpConnId               {attributes 12}        tcpConnEntry    udpId                   {attributes 13}        udp    udpTable    udpEntryId              {attributes 15}        udpEntry    egpId                   {attributes 16}        egp    egpNeighTableId         {attributes 17}        egpneighTable    snmpId                  {attributes 18}        snmp    ipAdEntryId             {attributes 19}        ipAddrEntry    ipRouteEntryId          {attributes 20}        ipRouteEntry    ifEntryId               {attributes 21}        ifEntry    egpNeighEntryId         {attributes 22}        egpNeighEntry    ifId                    {attributes 23}        interfaces 
  100.  
  101. 2.4 Events 
  102.  
  103.    Events have been defined in accordance with the OSI SMI.  These    events include those defined for SNMP.  The OSI SMI requires that    events (notifications) are part of a specific managed object class    definition.  Accordingly the SNMP defined events have been assigned    to specific objects within the MIB. 
  104.  
  105.            Event                   Identifier              Object 
  106.  
  107.    coldStartEvent                  {events 0}              system    warmStartEvent                  {events 1}              system    linkDownEvent                   {events 2}              ifEntry    linkUpEvent                     {events 3}              ifEntry    snmpAuthentFailureEvent         {events 4}              snmp    egpNeighborLossEvent            {events 5}              egpNeighEntry    entSpecificEvent                {events 6}              system 
  108.  
  109. 2.5 Containment (Naming) Tree Definition 
  110.  
  111.    The OSI SMI requires that object classes be bound into the    containment hierarchy for purposes of naming.  The binding must 
  112.  
  113.  
  114.  
  115. OIM Working Group                                               [Page 5] 
  116.  RFC 1214                       MIB-II-OIM                     April 1991 
  117.  
  118.     specify for the managed object class: a) the object which is superior    to it in the containment hierarchy; and b) an attribute in the    managed object class that is used to distinguish instances of the    object at a given level in the containment hierarchy.  The    containment tree begins with "root".  Agents in managed systems will    consider root to be immediately above the "system" object in the    containment hierarchy.  They may ignore any relative distinguished    names that precede the relative distinguished name for "system". 
  119.  
  120.    The name bindings for objects in the OIM MIB-II are specified in    section 8. 
  121.  
  122. 2.6  Changes from RFC 1158 
  123.  
  124.    The proposed successor to RFC 1158 [16] contains several minor    additions that have been incorporated into this document. 
  125.  
  126.       o  The sysLocation attribute of the system managed object          class is changed to GET-REPLACE. 
  127.  
  128.       o  The ipRouteMetric5 and ipRouteInfo attributes are          added to the ipRouteEntry managed object class. 
  129.  
  130.       o  The textual descriptor of the snmpEnableAuthTraps is          changed to snmpEnableAuthenTraps. 
  131.  
  132.       o  The PhysAddress textual convention is introduced to          represent media addresses. 
  133.  
  134.       o  The definition of sysServices is clarified. 
  135.  
  136.       o  New ifType values (29-32) are defined.  In          addition, the textual-descriptor for the DS1 and E1          interface types is corrected. 
  137.  
  138.       o  The definition of ipForwarding is clarified. 
  139.  
  140.       o  The definition of ipRouteType is clarified. 
  141.  
  142.       o  The tcpConnState attribute is now GET-REPLACE, to          support deletion of the TCB associated with a TCP          connection.  The definition of this object is          clarified to explain this usage. 
  143.  
  144.       o  The definition of egpNeighEventTrigger is clarified. 
  145.  
  146.       o  The definition of several of the variables in the new          snmp group are clarified.  In addition, the 
  147.  
  148.  
  149.  
  150. OIM Working Group                                               [Page 6] 
  151.  RFC 1214                       MIB-II-OIM                     April 1991 
  152.  
  153.           snmpInBadTypes and snmpOutReadOnlys objects are no          longer present.  (However, the object identifiers associated          with those objects are reserved to prevent future use.) 
  154.  
  155.       o  The definition of snmpInReadOnlys is clarified. 
  156.  
  157.       o  The ipRoutingDiscards attribute is added to the ip object. 
  158.  
  159.       o  The optional use of an implementation-dependent, small          positive integer is disallowed when identifying          instances of the IP address and routing tables. 
  160.  
  161. 3. Format of OSI Templates 
  162.  
  163.    The format of OSI templates is defined in ISO/IEC DIS 10165-4 [6],    Open Systems Interconnection - Structure of Management Information -    Part 4: Guidelines for Managed Object Definition. 
  164.  
  165.    The template definitions relevant to this document are included in    Appendix 1. 
  166.  
  167. 4. Object Class Definitions 
  168.  
  169.    The Internet SMI objects are recast into OSI template form using the    following conventions: 
  170.  
  171.       o MIB II groups become OSI object classes,         except for the "at" group which has no attributes. 
  172.  
  173.       o Tables become OSI object classes. 
  174.  
  175.       o Table entries become OSI object classes. 
  176.  
  177.       o All other object types become OSI attributes and are         assigned to object classes according to their association         in MIB II. 
  178.  
  179.    The templates for the OIM MIB-II object classes are listed in    alphabetical order below. 
  180.  
  181.     atEntry  MANAGED OBJECT CLASS             DERIVED FROM  top;             CHARACTERIZED BY                atEntryPkg PACKAGE                    -- see MIB II [16] for attribute semantics                ATTRIBUTES                             atEntryId              GET, 
  182.  
  183.  
  184.  
  185. OIM Working Group                                               [Page 7] 
  186.  RFC 1214                       MIB-II-OIM                     April 1991 
  187.  
  188.                                 atIfIndex           GET-REPLACE,                                atPhysAddress       GET-REPLACE,                                atNetAddress        GET-REPLACE;;;                REGISTERED AS  { atTable 1}; 
  189.  
  190.    atTable  MANAGED OBJECT CLASS             DERIVED FROM  top;             CHARACTERIZED BY                atTablePkg PACKAGE                            -- see MIB II [16] for attribute semantics                ATTRIBUTES                     atTableId                      GET;;;                REGISTERED AS  { at 1}; 
  191.  
  192.    egp MANAGED OBJECT CLASS             DERIVED FROM  top;             CHARACTERIZED BY                egpPkg PACKAGE                    -- see MIB II [16] for attribute semantics                ATTRIBUTES                                egpId               GET,                                egpInMsgs           GET,                                egpInErrors         GET,                                egpOutMsgs          GET,                                egpOutErrors        GET,                             egpAs                  GET;;;                REGISTERED AS  { mib 8}; 
  193.  
  194.    egpNeighEntry MANAGED OBJECT CLASS             DERIVED FROM  top;             CHARACTERIZED BY                egpNeighEntryPkg PACKAGE                    -- see MIB II [16] for attribute semantics                ATTRIBUTES                             egpNeighEntryId        GET,                             egpNeighState          GET,                             egpNeighAddr           GET,                             egpNeighAs             GET,                             egpNeighInMsgs         GET,                             egpNeighInErrs         GET,                             egpNeighOutMsgs        GET,                             egpNeighOutErrs        GET,                             egpNeighInErrMsgs      GET,                             egpNeighOutErrMsgs     GET,                             egpNeighStateUps       GET,                             egpNeighStateDowns     GET,                             egpNeighIntervalHello  GET,                             egpNeighIntervalPoll   GET, 
  195.  
  196.  
  197.  
  198. OIM Working Group                                               [Page 8] 
  199.  RFC 1214                       MIB-II-OIM                     April 1991 
  200.  
  201.                              egpNeighMode           GET,                             egpNeighEventTrigger   GET-REPLACE;               NOTIFICATIONS                             egpNeighborLossEvent;;;             REGISTERED AS  { egpNeighTable 1}; 
  202.  
  203.    egpNeighTable MANAGED OBJECT CLASS             DERIVED FROM   top;             CHARACTERIZED BY                egpNeighTablePkg PACKAGE                    -- see MIB II [16] for attribute semantics                ATTRIBUTES                                egpNeighTableId     GET;;;                REGISTERED AS  { egp 5}; 
  204.  
  205.    icmp MANAGED OBJECT CLASS             DERIVED FROM  top;             CHARACTERIZED BY                icmpPkg PACKAGE                    -- see MIB II [16] for attribute semantics                ATTRIBUTES                                icmpId GET,                                icmpInMsgs          GET,                                icmpInErrors        GET,                                icmpInDestUnreachs  GET,                                icmpInTimeExcds     GET,                                icmpInParmProbs     GET,                                icmpInSrcQuenchs    GET,                                icmpInRedirects     GET,                                icmpInEchos         GET,                                icmpInEchoReps      GET,                                icmpInTimestamps    GET,                                icmpInTimestampReps GET,                                icmpInAddrMasks     GET,                                icmpInAddrMaskReps  GET,                                icmpOutMsgs         GET,                                icmpOutErrors       GET,                                icmpOutDestUnreachs GET,                                icmpOutTimeExcds    GET,                                icmpOutParmProbs    GET,                                icmpOutSrcQuenchs   GET,                                icmpOutRedirects    GET,                                icmpOutEchos        GET,                                icmpOutEchoReps     GET,                                icmpOutTimestamps   GET,                                icmpOutTimestampReps GET,                                icmpOutAddrMasks    GET,                                icmpOutAddrMaskReps GET;;; 
  206.  
  207.  
  208.  
  209. OIM Working Group                                               [Page 9] 
  210.  RFC 1214                       MIB-II-OIM                     April 1991 
  211.  
  212.                 REGISTERED AS  { mib 5}; 
  213.  
  214.    ifEntry   MANAGED OBJECT CLASS             DERIVED FROM  top;             CHARACTERIZED BY                ifEntryPkg PACKAGE                    -- see MIB II [16] for attribute semantics                ATTRIBUTES                             ifEntryId              GET,                                ifIndex             GET,                                ifDescr             GET,                                ifType              GET,                                ifMtu               GET,                                ifSpeed             GET,                                ifPhysAddress       GET,                                ifAdminStatus       GET-REPLACE,                                ifOperStatus        GET,                                ifLastChange        GET,                                ifInOctets          GET,                                ifInUcastPkts       GET,                                ifInNUcastPkts      GET,                                ifInDiscards        GET,                                ifInErrors          GET,                                ifInUnknownProtos   GET,                                ifOutOctets         GET,                                ifOutUcastPkts      GET,                                ifOutNUcastPkts     GET,                                ifOutDiscards       GET,                                ifOutErrors         GET,                                ifOutQLen           GET,                                ifSpecific          GET;                NOTIFICATIONS                                            linkUpEvent,                                            linkDownEvent;;;                REGISTERED AS  { ifTable 1}; 
  215.  
  216.    ifTable MANAGED OBJECT CLASS             DERIVED FROM  top;             CHARACTERIZED BY                ifTablePkg PACKAGE                    -- see MIB II [16] for attribute semantics                ATTRIBUTES                            ifTableId               GET;;;                 REGISTERED AS  { interface 2}; 
  217.  
  218.    interfaces MANAGED OBJECT CLASS             DERIVED FROM  top;             CHARACTERIZED BY 
  219.  
  220.  
  221.  
  222. OIM Working Group                                              [Page 10] 
  223.  RFC 1214                       MIB-II-OIM                     April 1991 
  224.  
  225.                 interfacesPkg PACKAGE                    -- see MIB II [16] for attribute semantics                ATTRIBUTES                                ifId                GET,                                ifNumber            GET;;;                REGISTERED AS  { mib 2}; 
  226.  
  227.    ip MANAGED OBJECT CLASS             DERIVED FROM  top;             CHARACTERIZED BY                ipPkg PACKAGE                    -- see MIB II [16] for attribute semantics                ATTRIBUTES                                ipId                GET,                                ipForwarding        GET-REPLACE,                                ipDefaultTTL        GET-REPLACE,                                ipInReceives        GET,                                ipInHdrErrors       GET,                                ipInAddrErrors      GET,                                ipForwDatagrams     GET,                                ipInUnknownProtos   GET,                                ipInDiscards        GET,                                ipInDelivers        GET,                                ipOutRequests       GET,                                ipOutDiscards       GET,                                ipOutNoRoutes       GET,                                ipReasmTimeout      GET,                                ipReasmReqds        GET,                                ipReasmOKs          GET,                                ipReasmFails        GET,                                ipFragOKs           GET,                                ipFragFails         GET,                                ipFragCreates       GET,                                ipRoutingDiscards   GET;;;                REGISTERED AS  { mib 4}; 
  228.  
  229.    ipAddrEntry MANAGED OBJECT CLASS             DERIVED FROM  top;             CHARACTERIZED BY                ipAddrEntryPkg PACKAGE                    -- see MIB II [16] for attribute semantics                ATTRIBUTES                                ipAdEntryId         GET,                                ipAdEntAddr         GET,                                ipAdEntIfIndex      GET,                                ipAdEntNetMask      GET,                                ipAdEntBcastAddr    GET,                                ipAdEntReasmMaxSize GET;;; 
  230.  
  231.  
  232.  
  233. OIM Working Group                                              [Page 11] 
  234.  RFC 1214                       MIB-II-OIM                     April 1991 
  235.  
  236.             REGISTERED AS  { ipAddrTable 1}; 
  237.  
  238.    ipAddrTable MANAGED OBJECT CLASS             DERIVED FROM  top;             CHARACTERIZED BY                ipAddrTablePkg PACKAGE                    -- see MIB II [16] for attribute semantics                ATTRIBUTES                                    ipAddrTableId           GET;;;                REGISTERED AS  { ip 20}; 
  239.  
  240.    ipNetToMediaEntry       MANAGED OBJECT CLASS             DERIVED FROM  top;             CHARACTERIZED BY                ipNetToMediaEntryPkg PACKAGE                    -- see MIB II [16] for attribute semantics                ATTRIBUTES                                ipNetToMediaEntryId       GET,                                ipNetToMediaIfIndex       GET-REPLACE,                                ipNetToMediaPhysAddress   GET-REPLACE,                                ipNetToMediaNetAddress    GET-REPLACE,                                ipNetToMediaType          GET-REPLACE;;;                REGISTERED AS  { ipNetToMediaTable 1}; 
  241.  
  242.    ipNetToMediaTable MANAGED OBJECT CLASS             DERIVED FROM  top;             CHARACTERIZED BY                ipNetToMediaTablePkg PACKAGE                    -- see MIB II [16] for attribute semantics                ATTRIBUTES                            ipNetToMediaTableId     GET;;;                REGISTERED AS  { ip 22}; 
  243.  
  244.    ipRouteEntry MANAGED OBJECT CLASS             DERIVED FROM  top;             CHARACTERIZED BY                ipRouteEntryPkg PACKAGE                    -- see MIB II [16] for attribute semantics                ATTRIBUTES                                ipRouteEntryId      GET,                                ipRouteDest         GET-REPLACE,                                ipRouteIfIndex      GET-REPLACE,                                ipRouteMetric1      GET-REPLACE,                                ipRouteMetric2      GET-REPLACE,                                ipRouteMetric3      GET-REPLACE,                                ipRouteMetric4      GET-REPLACE,                                ipRouteMetric5      GET-REPLACE,                                ipRouteNextHop      GET-REPLACE, 
  245.  
  246.  
  247.  
  248. OIM Working Group                                              [Page 12] 
  249.  RFC 1214                       MIB-II-OIM                     April 1991 
  250.  
  251.                                 ipRouteType         GET-REPLACE,                                ipRouteProto        GET,                                ipRouteAge          GET-REPLACE,                                ipRouteMask         GET-REPLACE,                                ipRouteInfo         GET-REPLACE;;;                REGISTERED AS  { ipRoutingTable 1}; 
  252.  
  253.    ipRoutingTable MANAGED OBJECT CLASS             DERIVED FROM  top;             CHARACTERIZED BY                ipRoutingTablePkg PACKAGE                    -- see MIB II [16] for attribute semantics                ATTRIBUTES                            ipRoutingTableId        GET;;;                REGISTERED AS  { ip 21}; 
  254.  
  255.    snmp MANAGED OBJECT CLASS             DERIVED FROM   top;             CHARACTERIZED BY                snmpPkg PACKAGE                    -- see MIB II [16] for attribute semantics                ATTRIBUTES                            snmpId                  GET,                            snmpInPkts              GET,                            snmpInBadVersions       GET,                            snmpInBadCommunityNames GET,                            snmpInBadCommunityUses  GET,                            snmpInASNParseErrs      GET,                            snmpInTooBigs           GET,                            snmpInNoSuchNames       GET,                            snmpInBadValues         GET,                            snmpInReadOnlys         GET,                            snmpInGenErrs           GET,                            snmpInTotalReqVars      GET,                            snmpInTotalSetVars      GET,                            snmpInGetRequests       GET,                            snmpInGetNexts          GET,                            snmpInSetRequests       GET,                            snmpInGetResponses      GET,                            snmpInTraps             GET,                            snmpOutPkts             GET,                            snmpOutTooBigs          GET,                            snmpOutNoSuchNames      GET,                            snmpOutBadValues        GET,                            snmpOutGenErrs          GET,                            snmpOutGetRequests      GET,                            snmpOutGetNexts         GET,                            snmpOutSetRequests      GET, 
  256.  
  257.  
  258.  
  259. OIM Working Group                                              [Page 13] 
  260.  RFC 1214                       MIB-II-OIM                     April 1991 
  261.  
  262.                             snmpOutGetResponses     GET,                            snmpOutTraps            GET,                            snmpEnableAuthenTraps   GET-REPLACE;            NOTIFICATIONS                            snmpAuthentFailureEvent;;;                REGISTERED AS  {mib 11}; 
  263.  
  264.    system MANAGED OBJECT CLASS            DERIVED FROM top;            CHARACTERIZED BY                systemPkg PACKAGE                            -- SEE MIB II [16] for attribute semantics                    ATTRIBUTES                            sysDescr        GET,                            sysObjectId     GET,                            sysUpTime       GET,                            sysContact      GET-REPLACE,                            sysName         GET-REPLACE,                            -- MAJOR HEALTH WARNING sysName is the                            -- naming attribute and should not be                            -- modified via remote management without                            -- coordinated local system changes                            sysLocation     GET-REPLACE,                            sysServices     GET;                    NOTIFICATIONS                            coldStartEvent,                            warmStartEvent,                            entSpecificEvent;;;    REGISTERED AS   {mib 1}; 
  265.  
  266.    tcp MANAGED OBJECT CLASS             DERIVED FROM   top;             CHARACTERIZED BY                tcpPkg PACKAGE                    -- see MIB II [16] for attribute semantics                ATTRIBUTES                                tcpId               GET,                                tcpRtoAlgorithm     GET,                                tcpRtoMin           GET,                                tcpRtoMax           GET,                                tcpMaxConn          GET,                                tcpActiveOpens      GET,                                tcpPassiveOpens     GET,                                tcpAttemptFails     GET,                                tcpEstabResets      GET,                                tcpCurrEstab        GET,                                tcpInSegs           GET,                                tcpOutSegs          GET, 
  267.  
  268.  
  269.  
  270. OIM Working Group                                              [Page 14] 
  271.  RFC 1214                       MIB-II-OIM                     April 1991 
  272.  
  273.                                 tcpRetransSegs      GET,                                tcpInErrs           GET,                                tcpOutRsts          GET;;;                REGISTERED AS { mib 6}; 
  274.  
  275.    tcpConnEntry MANAGED OBJECT CLASS             DERIVED FROM  top;             CHARACTERIZED BY                tcpConnEntryPkg PACKAGE                    -- see MIB II [16] for attribute semantics                ATTRIBUTES                                tcpConnId           GET,                                tcpConnState        GET-REPLACE,                                tcpConnLocalAddress GET,                                tcpConnLocalPort    GET,                                tcpConnRemAddress   GET,                                tcpConnRemPort      GET;;;                REGISTERED AS { tcpConnTable 1 }; 
  276.  
  277.     tcpConnTable MANAGED OBJECT CLASS             DERIVED FROM   top;             CHARACTERIZED BY                tcpConnTablePkg PACKAGE                    -- see MIB II [16] for attribute semantics                ATTRIBUTES                                tcpConnTableId      GET;;;                REGISTERED AS { tcp 13 }; 
  278.  
  279.    udp MANAGED OBJECT CLASS             DERIVED FROM   top;             CHARACTERIZED BY                udpPkg PACKAGE                    -- see MIB II [16] for attribute semantics                ATTRIBUTES                                udpId               GET,                                udpInDatagrams      GET,                                udpNoPorts          GET,                                udpInErrors         GET,                                udpOutDatagrams     GET;;;                REGISTERED AS  { mib 7}; 
  280.  
  281.     udpEntry MANAGED OBJECT CLASS             DERIVED FROM  top;             CHARACTERIZED BY                udpEntryPkg PACKAGE                    -- see MIB II [16] for attribute semantics                ATTRIBUTES 
  282.  
  283.  
  284.  
  285. OIM Working Group                                              [Page 15] 
  286.  RFC 1214                       MIB-II-OIM                     April 1991 
  287.  
  288.                                 udpEntryId          GET,                                udpLocalAddress     GET,                                udpLocalPort        GET;;;                REGISTERED AS { udpTable 1 }; 
  289.  
  290.     udpTable MANAGED OBJECT CLASS             DERIVED FROM   top;             CHARACTERIZED BY                udpTablePkg PACKAGE                    -- see MIB II [16] for semantics                ATTRIBUTES                                udpTableId          GET;;;                REGISTERED AS { udp 5 }; 
  291.  
  292. 5. Attribute Definitions 
  293.  
  294.    Attribute templates for the attributes referenced in the managed    object class templates of section 5 are listed here in alphabetical    order. 
  295.  
  296.  atEntryId ATTRIBUTE               WITH ATTRIBUTE SYNTAX                 OIM-Module.PrintString;               MATCHES FOR      Equality;         -- identifies the atEntry instance         -- <index>".1." <address>, where <index is the decimal         -- representation of atIfIndex and <address> is atNetAddress         -- represented in "dot notation".  The "1" subidentifier         -- indicates that the address is an IP address.            REGISTERED AS {attributes 3}; 
  297.  
  298. atIfIndex ATTRIBUTE               WITH ATTRIBUTE SYNTAX  OIM-Module.Integer;               MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {atEntry 1}; 
  299.  
  300. atNetAddress ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.NetworkAddress;               MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {atEntry 3}; 
  301.  
  302. atPhysAddress ATTRIBUTE              WITH ATTRIBUTE SYNTAX  OIM-Module.PhysAddress;               MATCHES FOR      Equality; 
  303.  
  304.  
  305.  
  306. OIM Working Group                                              [Page 16] 
  307.  RFC 1214                       MIB-II-OIM                     April 1991 
  308.  
  309.                  -- SEE MIB II [16] for attribute semantics            REGISTERED AS {atEntry 2}; 
  310.  
  311. atTableId  ATTRIBUTE               WITH ATTRIBUTE SYNTAX                 OIM-Module.PrintString;               MATCHES FOR      Equality;                 -- This attribute identifies the instance of                 -- the address table  which is being used.                 -- An empty string is used for a single                 -- instance.            REGISTERED AS {attributes 2}; 
  312.  
  313. egpAs   ATTRIBUTE               WITH ATTRIBUTE SYNTAX  OIM-Module.Integer;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {egp 6}; 
  314.  
  315. egpId      ATTRIBUTE               WITH ATTRIBUTE SYNTAX                 OIM-Module.PrintString;               MATCHES FOR      Equality;                 -- EGP entity naming attribute.                 -- An empty string is used for a single instance.            REGISTERED AS {attributes 16}; 
  316.  
  317. egpInErrors ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {egp 2}; 
  318.  
  319. egpInMsgs  ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {egp 1}; 
  320.  
  321. egpNeighAddr    ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.IpAddress;               MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {egpNeighEntry 2}; 
  322.  
  323. egpNeighAs      ATTRIBUTE               WITH ATTRIBUTE SYNTAX  OIM-Module.Integer;               MATCHES FOR      Equality, Ordering; 
  324.  
  325.  
  326.  
  327. OIM Working Group                                              [Page 17] 
  328.  RFC 1214                       MIB-II-OIM                     April 1991 
  329.  
  330.                  -- SEE MIB II [16] for attribute semantics            REGISTERED AS {egpNeighEntry 3}; 
  331.  
  332. egpNeighEntryId  ATTRIBUTE               WITH ATTRIBUTE SYNTAX                  OIM-Module.PrintString;               MATCHES FOR      Equality;                 -- identifies the egp neighbor table entry.                 -- egpNeighAddr encoded in "dot notation".                    REGISTERED AS {attributes 22}; 
  333.  
  334. egpNeighEventTrigger    ATTRIBUTE               WITH ATTRIBUTE SYNTAX                  OIM-Module.EgpNeighEventTrigger;               MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {egpNeighEntry 15}; 
  335.  
  336. egpNeighInErrMsgs       ATTRIBUTE               WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {egpNeighEntry 8}; 
  337.  
  338. egpNeighInErrs  ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {egpNeighEntry  5}; 
  339.  
  340. egpNeighInMsgs  ATTRIBUTE               WITH ATTRIBUTE SYNTAX RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {egpNeighEntry 4}; 
  341.  
  342. egpNeighIntervalHello   ATTRIBUTE          WITH ATTRIBUTE SYNTAX                   OIM-Module.Integer;          MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics        REGISTERED AS {egpNeighEntry 12}; 
  343.  
  344. egpNeighIntervalPoll    ATTRIBUTE               WITH ATTRIBUTE SYNTAX                  OIM-Module.Integer;               MATCHES FOR      Equality, Ordering; 
  345.  
  346.  
  347.  
  348. OIM Working Group                                              [Page 18] 
  349.  RFC 1214                       MIB-II-OIM                     April 1991 
  350.  
  351.                  -- SEE MIB II [16] for attribute semantics            REGISTERED AS {egpNeighEntry 13}; 
  352.  
  353. egpNeighMode    ATTRIBUTE               WITH ATTRIBUTE SYNTAX  OIM-Module.EgpNeighMode;               MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {egpNeighEntry 14}; 
  354.  
  355. egpNeighOutErrMsgs      ATTRIBUTE               WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {egpNeighEntry 9};  egpNeighOutErrs ATTRIBUTE               WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {egpNeighEntry 7}; 
  356.  
  357. egpNeighOutMsgs ATTRIBUTE            WITH ATTRIBUTE SYNTAX RFC1065-SMI.Counter;            MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics REGISTERED AS {egpNeighEntry 6}; 
  358.  
  359. egpNeighState ATTRIBUTE               WITH ATTRIBUTE SYNTAX  OIM-Module.EgpNeighState;               MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {egpNeighEntry 1}; 
  360.  
  361. egpNeighStateDowns      ATTRIBUTE               WITH ATTRIBUTE SYNTAX                  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {egpNeighEntry 11}; 
  362.  
  363. egpNeighStateUps        ATTRIBUTE               WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {egpNeighEntry 10}; 
  364.  
  365.  
  366.  
  367. OIM Working Group                                              [Page 19] 
  368.  RFC 1214                       MIB-II-OIM                     April 1991 
  369.  
  370.  egpNeighTableId ATTRIBUTE               WITH ATTRIBUTE SYNTAX                  OIM-Module.PrintString;               MATCHES FOR      Equality;                 -- This attribute uniquely identifies the                 -- egp neighbor table                 -- An empty string is used for a single instance.            REGISTERED AS {attributes 17}; 
  371.  
  372. egpOutErrors ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {egp 4}; 
  373.  
  374. egpOutMsgs  ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {egp 3}; 
  375.  
  376. icmpId     ATTRIBUTE               WITH ATTRIBUTE SYNTAX                 OIM-Module.PrintString;               MATCHES FOR      Equality;                 -- This attribute uniquely identifies the                 -- ICMP object instance                 -- An empty string is used for a single instance.            REGISTERED AS {attributes 9}; 
  377.  
  378. icmpInAddrMaskReps ATTRIBUTE               WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {icmp 13}; 
  379.  
  380. icmpInAddrMasks ATTRIBUTE               WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {icmp 12}; 
  381.  
  382. icmpInDestUnreachs ATTRIBUTE               WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering; 
  383.  
  384.  
  385.  
  386. OIM Working Group                                              [Page 20] 
  387.  RFC 1214                       MIB-II-OIM                     April 1991 
  388.  
  389.                  -- SEE MIB II [16] for attribute semantics            REGISTERED AS {icmp 3}; 
  390.  
  391. icmpInEchoReps ATTRIBUTE               WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {icmp 9}; 
  392.  
  393. icmpInEchos  ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {icmp 8}; 
  394.  
  395. icmpInErrors ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {icmp 2}; 
  396.  
  397. icmpInMsgs ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {icmp 1}; 
  398.  
  399. icmpInParmProbs ATTRIBUTE               WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {icmp 5}; 
  400.  
  401. icmpInRedirects ATTRIBUTE               WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {icmp 7}; 
  402.  
  403. icmpInSrcQuenchs ATTRIBUTE               WITH ATTRIBUTE SYNTAX                  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {icmp 6}; 
  404.  
  405.  
  406.  
  407. OIM Working Group                                              [Page 21] 
  408.  RFC 1214                       MIB-II-OIM                     April 1991 
  409.  
  410.  icmpInTimeExcds ATTRIBUTE               WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {icmp 4}; 
  411.  
  412. icmpInTimestampReps ATTRIBUTE        WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;        MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics     REGISTERED AS {icmp 11}; 
  413.  
  414. icmpInTimestamps ATTRIBUTE               WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {icmp 10}; 
  415.  
  416. icmpOutAddrMaskReps ATTRIBUTE           WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;           MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics        REGISTERED AS {icmp 26}; 
  417.  
  418. icmpOutAddrMasks ATTRIBUTE               WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {icmp 25}; 
  419.  
  420. icmpOutDestUnreachs ATTRIBUTE               WITH ATTRIBUTE SYNTAX                  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {icmp 16}; 
  421.  
  422. icmpOutEchoReps  ATTRIBUTE               WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {icmp 22}; 
  423.  
  424.  
  425.  
  426. OIM Working Group                                              [Page 22] 
  427.  RFC 1214                       MIB-II-OIM                     April 1991 
  428.  
  429.  icmpOutEchos ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {icmp 21}; 
  430.  
  431. icmpOutErrors ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {icmp 15}; 
  432.  
  433. icmpOutMsgs ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {icmp 14}; 
  434.  
  435. icmpOutParmProbs ATTRIBUTE               WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {icmp 18}; 
  436.  
  437. icmpOutRedirects ATTRIBUTE               WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {icmp 20}; 
  438.  
  439. icmpOutSrcQuenchs ATTRIBUTE               WITH ATTRIBUTE SYNTAX                  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {icmp 19}; 
  440.  
  441. icmpOutTimeExcds ATTRIBUTE               WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {icmp 17}; 
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  OIM Working Group                                              [Page 23] 
  448.  RFC 1214                       MIB-II-OIM                     April 1991 
  449.  
  450.  icmpOutTimestampReps ATTRIBUTE       WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;       MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics    REGISTERED AS {icmp 24}; 
  451.  
  452. icmpOutTimestamps ATTRIBUTE               WITH ATTRIBUTE SYNTAX                  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {icmp 23}; 
  453.  
  454. ifAdminStatus ATTRIBUTE              WITH ATTRIBUTE SYNTAX  OIM-Module.IfAdminStatus;               MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ifEntry 7}; 
  455.  
  456. ifDescr ATTRIBUTE               WITH ATTRIBUTE SYNTAX                 OIM-Module.PrintString;               MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ifEntry 2}; 
  457.  
  458. ifEntryId  ATTRIBUTE               WITH ATTRIBUTE SYNTAX                  OIM-Module.PrintString;               MATCHES FOR      Equality;                 -- The decimal representation of ifIndex.            REGISTERED AS {attributes 21}; 
  459.  
  460. ifId         ATTRIBUTE               WITH ATTRIBUTE SYNTAX  OIM-Module.PrintString;               MATCHES FOR      Equality;                 -- An empty string is used for a single instance.            REGISTERED AS {attributes 23}; 
  461.  
  462. ifIndex    ATTRIBUTE               WITH ATTRIBUTE SYNTAX  OIM-Module.Integer;               MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ifEntry 1}; 
  463.  
  464. ifInDiscards ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter; 
  465.  
  466.  
  467.  
  468. OIM Working Group                                              [Page 24] 
  469.  RFC 1214                       MIB-II-OIM                     April 1991 
  470.  
  471.                MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ifEntry 13}; 
  472.  
  473. ifInErrors ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ifEntry 14}; 
  474.  
  475. ifInNUcastPkts ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ifEntry 12}; 
  476.  
  477. ifInOctets ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ifEntry 10}; 
  478.  
  479. ifInUcastPkts ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ifEntry 11}; 
  480.  
  481. ifInUnknownProtos ATTRIBUTE      WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;      MATCHES FOR      Equality, Ordering;         -- SEE MIB II [16] for attribute semantics   REGISTERED AS {ifEntry 15}; 
  482.  
  483. ifLastChange ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.TimeTicks;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ifEntry 9}; 
  484.  
  485. ifMtu ATTRIBUTE               WITH ATTRIBUTE SYNTAX  OIM-Module.Integer;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ifEntry 4}; 
  486.  
  487. ifNumber  ATTRIBUTE               WITH ATTRIBUTE SYNTAX  OIM-Module.Integer; 
  488.  
  489.  
  490.  
  491. OIM Working Group                                              [Page 25] 
  492.  RFC 1214                       MIB-II-OIM                     April 1991 
  493.  
  494.                MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {interfaces 1}; 
  495.  
  496. ifOperStatus ATTRIBUTE               WITH ATTRIBUTE SYNTAX  OIM-Module.IfOperStatus;               MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ifEntry 8}; 
  497.  
  498. ifOutDiscards ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ifEntry 19}; 
  499.  
  500. ifOutErrors ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter; 
  501.  
  502.               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ifEntry 20}; 
  503.  
  504. ifOutNUcastPkts ATTRIBUTE         WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;         MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics      REGISTERED AS {ifEntry 18}; 
  505.  
  506. ifOutOctets ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter; 
  507.  
  508.               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ifEntry 16}; 
  509.  
  510. ifOutQLen ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Gauge;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ifEntry 21}; 
  511.  
  512. ifOutUcastPkts ATTRIBUTE          WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;          MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics       REGISTERED AS {ifEntry 17}; 
  513.  
  514.  
  515.  
  516.  OIM Working Group                                              [Page 26] 
  517.  RFC 1214                       MIB-II-OIM                     April 1991 
  518.  
  519.  ifPhysAddress ATTRIBUTE          WITH ATTRIBUTE SYNTAX  OIM-Module.PhysAddress;          MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics       REGISTERED AS {ifEntry 6}; 
  520.  
  521. ifSpecific ATTRIBUTE               WITH ATTRIBUTE SYNTAX  OIM-Module.ObjectId;               MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ifEntry 22}; 
  522.  
  523. ifSpeed ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Gauge;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ifEntry 5}; 
  524.  
  525. ifTableId  ATTRIBUTE               WITH ATTRIBUTE SYNTAX                 OIM-Module.PrintString;               MATCHES FOR      Equality;                 -- an empty string            REGISTERED AS {attributes 1}; 
  526.  
  527. ifType ATTRIBUTE               WITH ATTRIBUTE SYNTAX  OIM-Module.IfType;              MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics           REGISTERED AS {ifEntry 3}; 
  528.  
  529. ipAddrTableId ATTRIBUTE               WITH ATTRIBUTE SYNTAX                 OIM-Module.PrintString;               MATCHES FOR      Equality;                 -- This attribute provides a unique id                 -- which identifies the address table.                 -- An empty string is used for a single instance.            REGISTERED AS {attributes 5}; 
  530.  
  531. ipAdEntAddr ATTRIBUTE               WITH ATTRIBUTE SYNTAX   RFC1065-SMI.IpAddress;               MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ipAddrEntry 1}; 
  532.  
  533. ipAdEntBcastAddr ATTRIBUTE           WITH ATTRIBUTE SYNTAX  OIM-Module.Integer; 
  534.  
  535.  
  536.  
  537. OIM Working Group                                              [Page 27] 
  538.  RFC 1214                       MIB-II-OIM                     April 1991 
  539.  
  540.             MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics          REGISTERED AS {ipAddrEntry 4}; 
  541.  
  542. ipAdEntIfIndex ATTRIBUTE               WITH ATTRIBUTE SYNTAX   OIM-Module.Integer;               MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ipAddrEntry 2}; 
  543.  
  544. ipAdEntNetMask ATTRIBUTE            WITH ATTRIBUTE SYNTAX   RFC1065-SMI.IpAddress;            MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics          REGISTERED AS {ipAddrEntry 3}; 
  545.  
  546. ipAdEntReasmMaxSize ATTRIBUTE    WITH ATTRIBUTE SYNTAX  OIM-Module.Integer64k;     MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics   REGISTERED AS {ipAddrEntry 5}; 
  547.  
  548. ipAdEntryId  ATTRIBUTE               WITH ATTRIBUTE SYNTAX                 OIM-Module.PrintString;               MATCHES FOR      Equality;                 -- This attribute uniquely identifies the ip address                 -- table entry.  The format is:                 -- <addr> , where <addr> is ipAdEntAddr                 -- represented in "dot notation".            REGISTERED AS {attributes 19}; 
  549.  
  550. ipDefaultTTL ATTRIBUTE               WITH ATTRIBUTE SYNTAX  OIM-Module.Integer;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ip 2}; 
  551.  
  552. ipForwarding ATTRIBUTE               WITH ATTRIBUTE SYNTAX  OIM-Module.IpForwarding;               MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ip 1}; 
  553.  
  554. ipForwDatagrams ATTRIBUTE        WITH ATTRIBUTE SYNTAX   RFC1065-SMI.Counter;        MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics 
  555.  
  556.  
  557.  
  558. OIM Working Group                                              [Page 28] 
  559.  RFC 1214                       MIB-II-OIM                     April 1991 
  560.  
  561.       REGISTERED AS {ip 6}; 
  562.  
  563. ipFragCreates ATTRIBUTE               WITH ATTRIBUTE SYNTAX   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ip 19}; 
  564.  
  565. ipFragFails ATTRIBUTE               WITH ATTRIBUTE SYNTAX   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ip 18}; 
  566.  
  567. ipFragOKs ATTRIBUTE               WITH ATTRIBUTE SYNTAX   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ip 17}; 
  568.  
  569. ipId ATTRIBUTE               WITH ATTRIBUTE SYNTAX                 OIM-Module.PrintString;               MATCHES FOR      Equality;                 -- identifies the Ip entity.                 -- An empty string is used for a single instance            REGISTERED AS {attributes 4}; 
  570.  
  571. ipInAddrErrors ATTRIBUTE              WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ip 5}; 
  572.  
  573. ipInDelivers ATTRIBUTE               WITH ATTRIBUTE SYNTAX   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ip 9}; 
  574.  
  575. ipInDiscards ATTRIBUTE               WITH ATTRIBUTE SYNTAX   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ip 8}; 
  576.  
  577. ipInHdrErrors ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter; 
  578.  
  579.  
  580.  
  581. OIM Working Group                                              [Page 29] 
  582.  RFC 1214                       MIB-II-OIM                     April 1991 
  583.  
  584.                MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ip 4}; 
  585.  
  586. ipInReceives ATTRIBUTE               WITH ATTRIBUTE SYNTAX RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ip 3}; 
  587.  
  588. ipInUnknownProtos ATTRIBUTE      WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;      MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics    REGISTERED AS {ip 7}; 
  589.  
  590. ipNetToMediaEntryId ATTRIBUTE        WITH ATTRIBUTE SYNTAX                 OIM-Module.PrintString;         MATCHES FOR      Equality;                 -- identifies an instance of IpNetToMediaEntry                 -- <interface> "." <address>, where <interface> is the                 -- decimal representation of ipNetToMediaIfIndex and                 -- <address> is ipNetToMediaNetAddress in                 -- "dot notation".     REGISTERED AS {attributes 8}; 
  591.  
  592. ipNetToMediaIfIndex ATTRIBUTE        WITH ATTRIBUTE SYNTAX    OIM-Module.Integer;         MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics     REGISTERED AS {ipNetToMediaEntry 1}; 
  593.  
  594. ipNetToMediaNetAddress ATTRIBUTE      WITH ATTRIBUTE SYNTAX         RFC1065-SMI.IpAddress;      MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics     REGISTERED AS {ipNetToMediaEntry 3}; 
  595.  
  596. ipNetToMediaPhysAddress ATTRIBUTE      WITH ATTRIBUTE SYNTAX         OIM-Module.PhysAddress;      MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics     REGISTERED AS {ipNetToMediaEntry 2}; 
  597.  
  598.  
  599.  
  600.  
  601.  
  602. OIM Working Group                                              [Page 30] 
  603.  RFC 1214                       MIB-II-OIM                     April 1991 
  604.  
  605.  ipNetToMediaTableId  ATTRIBUTE      WITH ATTRIBUTE SYNTAX                 OIM-Module.PrintString;       MATCHES FOR      Equality;                 -- This is the distinguishing attribute for the                 -- Ip Net to Media Table.                 -- An empty string is used for a single instance.    REGISTERED AS {attributes 7}; 
  606.  
  607. ipNetToMediaType ATTRIBUTE               WITH ATTRIBUTE SYNTAX                           OIM-Module.IpNetToMediaType;               MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ipNetToMediaEntry 4}; 
  608.  
  609. ipOutDiscards ATTRIBUTE               WITH ATTRIBUTE SYNTAX   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ip 11}; 
  610.  
  611. ipOutNoRoutes ATTRIBUTE               WITH ATTRIBUTE SYNTAX   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ip 12}; 
  612.  
  613. ipOutRequests ATTRIBUTE               WITH ATTRIBUTE SYNTAX   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ip 10}; 
  614.  
  615. ipReasmFails ATTRIBUTE               WITH ATTRIBUTE SYNTAX   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ip 16}; 
  616.  
  617. ipReasmOKs ATTRIBUTE               WITH ATTRIBUTE SYNTAX   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ip 15}; 
  618.  
  619. ipReasmReqds ATTRIBUTE               WITH ATTRIBUTE SYNTAX   RFC1065-SMI.Counter; 
  620.  
  621.  
  622.  
  623. OIM Working Group                                              [Page 31] 
  624.  RFC 1214                       MIB-II-OIM                     April 1991 
  625.  
  626.                MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ip 14}; 
  627.  
  628. ipReasmTimeout ATTRIBUTE           WITH ATTRIBUTE SYNTAX   OIM-Module.Integer;            MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics          REGISTERED AS {ip 13}; 
  629.  
  630.  ipRouteAge ATTRIBUTE               WITH ATTRIBUTE SYNTAX   OIM-Module.Integer;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ipRouteEntry 10}; 
  631.  
  632. ipRouteDest ATTRIBUTE               WITH ATTRIBUTE SYNTAX   RFC1065-SMI.IpAddress;               MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ipRouteEntry 1}; 
  633.  
  634. ipRouteEntryId  ATTRIBUTE               WITH ATTRIBUTE SYNTAX                 OIM-Module.PrintString;               MATCHES FOR      Equality;                 -- This attribute identifies the ip route table entry.                 -- The format is <dest>, where <dest> is                 -- ipRouteDest represented in "dot notation. REGISTERED AS {attributes 20}; 
  635.  
  636. ipRouteIfIndex ATTRIBUTE               WITH ATTRIBUTE SYNTAX   OIM-Module.Integer;               MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ipRouteEntry 2}; 
  637.  
  638. ipRouteInfo ATTRIBUTE              WITH ATTRIBUTE SYNTAX   OIM-Module.ObjectId;               MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ipRouteEntry 13}; 
  639.  
  640. ipRouteMask ATTRIBUTE               WITH ATTRIBUTE SYNTAX   RFC1065-SMI.IpAddress;               MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ipRouteEntry 11}; 
  641.  
  642.  
  643.  
  644. OIM Working Group                                              [Page 32] 
  645.  RFC 1214                       MIB-II-OIM                     April 1991 
  646.  
  647.  ipRouteMetric1 ATTRIBUTE             WITH ATTRIBUTE SYNTAX   OIM-Module.Integer;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ipRouteEntry 3}; 
  648.  
  649. ipRouteMetric2 ATTRIBUTE              WITH ATTRIBUTE SYNTAX   OIM-Module.Integer;              MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ipRouteEntry 4}; 
  650.  
  651. ipRouteMetric3 ATTRIBUTE              WITH ATTRIBUTE SYNTAX   OIM-Module.Integer;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ipRouteEntry 5}; 
  652.  
  653. ipRouteMetric4 ATTRIBUTE              WITH ATTRIBUTE SYNTAX   OIM-Module.Integer;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ipRouteEntry 6}; 
  654.  
  655. ipRouteMetric5 ATTRIBUTE              WITH ATTRIBUTE SYNTAX   OIM-Module.Integer;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ipRouteEntry 12}; 
  656.  
  657. ipRouteNextHop ATTRIBUTE             WITH ATTRIBUTE SYNTAX   RFC1065-SMI.IpAddress;              MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ipRouteEntry 7}; 
  658.  
  659. ipRouteProto ATTRIBUTE               WITH ATTRIBUTE SYNTAX  OIM-Module.IpRouteProto;               MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ipRouteEntry 9}; 
  660.  
  661. ipRouteType ATTRIBUTE               WITH ATTRIBUTE SYNTAX  OIM-Module.IpRouteType;               MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ipRouteEntry 8}; 
  662.  
  663.  
  664.  
  665.  OIM Working Group                                              [Page 33] 
  666.  RFC 1214                       MIB-II-OIM                     April 1991 
  667.  
  668.  ipRoutingDiscards ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {ip 23}; 
  669.  
  670. ipRoutingTableId  ATTRIBUTE           WITH ATTRIBUTE SYNTAX                 OIM-Module.PrintString;           MATCHES FOR      Equality;                 -- unique id which identifies the                 -- Ip Routing Table instance.                 -- An empty string is used for a single instance.         REGISTERED AS {attributes 6}; 
  671.  
  672. snmpEnableAuthenTraps   ATTRIBUTE               WITH ATTRIBUTE SYNTAX                          OIM-Module.SnmpEnableAuthenTraps;               MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {snmp 30}; 
  673.  
  674. snmpId  ATTRIBUTE               WITH ATTRIBUTE SYNTAX                  OIM-Module.PrintString;               MATCHES FOR      Equality;                         -- naming attribute for snmp                         -- An empty string is used for a single instance.            REGISTERED AS {attributes 18}; 
  675.  
  676. snmpInASNParseErrs      ATTRIBUTE               WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {snmp 6}; 
  677.  
  678. snmpInBadCommunityNames ATTRIBUTE     WITH ATTRIBUTE SYNTAX           RFC1065-SMI.Counter;     MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics   REGISTERED AS {snmp 4}; 
  679.  
  680. snmpInBadCommunityUses  ATTRIBUTE     WITH ATTRIBUTE SYNTAX                  RFC1065-SMI.Counter;     MATCHES FOR      Equality, Ordering; 
  681.  
  682.  
  683.  
  684. OIM Working Group                                              [Page 34] 
  685.  RFC 1214                       MIB-II-OIM                     April 1991 
  686.  
  687.                  -- SEE MIB II [16] for attribute semantics   REGISTERED AS {snmp 5}; 
  688.  
  689. snmpInBadValues ATTRIBUTE               WITH ATTRIBUTE SYNTAX                           RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {snmp 10}; 
  690.  
  691. snmpInBadVersions       ATTRIBUTE               WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {snmp 3}; 
  692.  
  693. snmpInGenErrs   ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {snmp 12}; 
  694.  
  695. snmpInGetNexts  ATTRIBUTE               WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {snmp 16}; 
  696.  
  697. snmpInGetRequests       ATTRIBUTE               WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {snmp 15}; 
  698.  
  699. snmpInGetResponses      ATTRIBUTE        WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;        MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics     REGISTERED AS {snmp 18}; 
  700.  
  701. snmpInNoSuchNames       ATTRIBUTE               WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering; 
  702.  
  703.  
  704.  
  705. OIM Working Group                                              [Page 35] 
  706.  RFC 1214                       MIB-II-OIM                     April 1991 
  707.  
  708.                  -- SEE MIB II [16] for attribute semantics            REGISTERED AS {snmp 9}; 
  709.  
  710. snmpInPkts      ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {snmp 1}; 
  711.  
  712. snmpInReadOnlys ATTRIBUTE               WITH ATTRIBUTE SYNTAX                          RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {snmp 11}; 
  713.  
  714. snmpInSetRequests       ATTRIBUTE               WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {snmp 17}; 
  715.  
  716. snmpInTooBigs   ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {snmp 8}; 
  717.  
  718. snmpInTotalReqVars      ATTRIBUTE               WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {snmp 13}; 
  719.  
  720. snmpInTotalSetVars      ATTRIBUTE               WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {snmp 14}; 
  721.  
  722. snmpInTraps     ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {snmp 19}; 
  723.  
  724.  
  725.  
  726. OIM Working Group                                              [Page 36] 
  727.  RFC 1214                       MIB-II-OIM                     April 1991 
  728.  
  729.  snmpOutBadValues        ATTRIBUTE               WITH ATTRIBUTE SYNTAX                           RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {snmp 22}; 
  730.  
  731. snmpOutGenErrs  ATTRIBUTE               WITH ATTRIBUTE SYNTAX                           RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {snmp 24}; 
  732.  
  733. snmpOutGetNexts ATTRIBUTE               WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {snmp 26}; 
  734.  
  735. snmpOutGetRequests      ATTRIBUTE               WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {snmp 25}; 
  736.  
  737. snmpOutGetResponses     ATTRIBUTE        WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;        MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics     REGISTERED AS {snmp 28}; 
  738.  
  739. snmpOutNoSuchNames      ATTRIBUTE               WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {snmp 21}; 
  740.  
  741. snmpOutPkts     ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {snmp 2}; 
  742.  
  743.  
  744.  
  745.  OIM Working Group                                              [Page 37] 
  746.  RFC 1214                       MIB-II-OIM                     April 1991 
  747.  
  748.  snmpOutSetRequests      ATTRIBUTE               WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {snmp 27}; 
  749.  
  750. snmpOutTooBigs  ATTRIBUTE               WITH ATTRIBUTE SYNTAX                          RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {snmp 20}; 
  751.  
  752. snmpOutTraps    ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {snmp 29}; 
  753.  
  754. sysContact ATTRIBUTE               WITH ATTRIBUTE SYNTAX                 OIM-Module.PrintString;              MATCHES FOR                 Equality;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {system 4}; 
  755.  
  756. sysDescr ATTRIBUTE               WITH ATTRIBUTE SYNTAX                 OIM-Module.PrintString;              MATCHES FOR                 Equality;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {system 1}; 
  757.  
  758. sysLocation     ATTRIBUTE               WITH ATTRIBUTE SYNTAX                 OIM-Module.PrintString;              MATCHES FOR                 Equality;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {system 6}; 
  759.  
  760. sysName         ATTRIBUTE               WITH ATTRIBUTE SYNTAX                 OIM-Module.PrintString;              MATCHES FOR                 Equality;                 -- SEE MIB II [16] for attribute semantics                 -- The nodes domain name.            REGISTERED AS {system 5}; 
  761.  
  762.  
  763.  
  764. OIM Working Group                                              [Page 38] 
  765.  RFC 1214                       MIB-II-OIM                     April 1991 
  766.  
  767.  sysObjectId     ATTRIBUTE               WITH ATTRIBUTE SYNTAX  OIM-Module.ObjectId;              MATCHES FOR                 Equality;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {system 2}; 
  768.  
  769. sysServices     ATTRIBUTE               WITH ATTRIBUTE SYNTAX  OIM-Module.Integer128;              MATCHES FOR                 Equality;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {system 7}; 
  770.  
  771. sysUpTime       ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.TimeTicks;              MATCHES FOR                 Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {system 3}; 
  772.  
  773. tcpActiveOpens ATTRIBUTE               WITH ATTRIBUTE SYNTAX RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {tcp 5}; 
  774.  
  775. tcpAttemptFails  ATTRIBUTE               WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {tcp 7}; 
  776.  
  777. tcpConnId ATTRIBUTE               WITH ATTRIBUTE SYNTAX                 OIM-Module.PrintString;               MATCHES FOR      Equality;                 -- identifies an instance of tcpConnEntry                 -- <laddr> "." <lport> "." <raddr> "." <rport>, where                 -- <laddr> is the "dot notation" representation of                 -- tcpConnLocalAddress,                 -- <lport> is the decimal representation of                 -- tcpConnLocalPort,                 -- <raddr> is the "dot notation" representation of                 -- tcpConnRemAddress, and                 --<rport> is the decimal representation of                 -- tcpConnRemPort.            REGISTERED AS {attributes 12}; 
  778.  
  779.  
  780.  
  781.  
  782.  
  783. OIM Working Group                                              [Page 39] 
  784.  RFC 1214                       MIB-II-OIM                     April 1991 
  785.  
  786.  tcpConnLocalAddress ATTRIBUTE      WITH ATTRIBUTE SYNTAX RFC1065-SMI.IpAddress;      MATCHES FOR      Equality;         -- SEE MIB II [16] for attribute semantics REGISTERED AS {tcpConnEntry 2}; 
  787.  
  788. tcpConnLocalPort ATTRIBUTE     WITH ATTRIBUTE SYNTAX       OIM-Module.Integer64k;     MATCHES FOR      Equality, Ordering;         -- SEE MIB II [16] for attribute semantics REGISTERED AS {tcpConnEntry 3}; 
  789.  
  790. tcpConnRemAddress ATTRIBUTE     WITH ATTRIBUTE SYNTAX  RFC1065-SMI.IpAddress;     MATCHES FOR      Equality;         -- SEE MIB II [16] for attribute semantics REGISTERED AS {tcpConnEntry 4}; 
  791.  
  792. tcpConnRemPort  ATTRIBUTE             WITH ATTRIBUTE SYNTAX       OIM-Module.Integer64k;             MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics REGISTERED AS {tcpConnEntry 5}; 
  793.  
  794. tcpConnState ATTRIBUTE               WITH ATTRIBUTE SYNTAX  OIM-Module.TcpConnState;               MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {tcpConnEntry 1}; 
  795.  
  796. tcpConnTableId ATTRIBUTE               WITH ATTRIBUTE SYNTAX                 OIM-Module.PrintString;               MATCHES FOR      Equality;                 -- This attribute defines a unique index of                 -- tcpConnEntry in the TCP Connection Table                 -- An empty string is used for a single instance.            REGISTERED AS {attributes 11}; 
  797.  
  798. tcpCurrEstab ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Gauge;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {tcp 9}; 
  799.  
  800. tcpEstabResets ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering; 
  801.  
  802.  
  803.  
  804. OIM Working Group                                              [Page 40] 
  805.  RFC 1214                       MIB-II-OIM                     April 1991 
  806.  
  807.                  -- SEE MIB II [16] for attribute semantics            REGISTERED AS {tcp 8}; 
  808.  
  809. tcpId      ATTRIBUTE               WITH ATTRIBUTE SYNTAX                  OIM-Module.PrintString;               MATCHES FOR      Equality;                 -- This attribute uniquely identified a tcp                 -- object instance                 -- An empty string is used for a single instance.            REGISTERED AS {attributes 10}; 
  810.  
  811. tcpInErrs ATTRIBUTE               WITH ATTRIBUTE SYNTAX                  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {tcp 14}; 
  812.  
  813. tcpInSegs ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {tcp 10}; 
  814.  
  815. tcpMaxConn ATTRIBUTE               WITH ATTRIBUTE SYNTAX  OIM-Module.Integer;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {tcp 4}; 
  816.  
  817. tcpOutRsts ATTRIBUTE               WITH ATTRIBUTE SYNTAX                  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {tcp 15}; 
  818.  
  819. tcpOutSegs ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {tcp 11}; 
  820.  
  821. tcpPassiveOpens  ATTRIBUTE               WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering; 
  822.  
  823.  
  824.  
  825. OIM Working Group                                              [Page 41] 
  826.  RFC 1214                       MIB-II-OIM                     April 1991 
  827.  
  828.                  -- SEE MIB II [16] for attribute semantics            REGISTERED AS {tcp 6}; 
  829.  
  830. tcpRetransSegs ATTRIBUTE               WITH ATTRIBUTE SYNTAX RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {tcp 12}; 
  831.  
  832. tcpRtoAlgorithm ATTRIBUTE               WITH ATTRIBUTE SYNTAX                   OIM-Module.TcpRtoAlgorithm;               MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {tcp 1}; 
  833.  
  834. tcpRtoMax  ATTRIBUTE               WITH ATTRIBUTE SYNTAX  OIM-Module.Integer;               MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics         REGISTERED AS {tcp 3}; 
  835.  
  836. tcpRtoMin ATTRIBUTE               WITH ATTRIBUTE SYNTAX  OIM-Module.Integer;               MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {tcp 2}; 
  837.  
  838. udpEntryId ATTRIBUTE               WITH ATTRIBUTE SYNTAX                 OIM-Module.PrintString;               MATCHES FOR      Equality;                 -- This attribute defines an entry                 -- for the UDP Listener Table                 -- <port> "." <address>, where <port> is the decimal                 -- representation of udpLocalPort and <address> is                 -- udpLocalAddress represented in "dot notation".            REGISTERED AS {attributes 15}; 
  839.  
  840. udpId      ATTRIBUTE               WITH ATTRIBUTE SYNTAX                 OIM-Module.PrintString;               MATCHES FOR      Equality;                 -- This attribute provides a unique id to                 -- identify the UDP entity.                 -- An empty string is used for a single instance.            REGISTERED AS {attributes 13}; 
  841.  
  842.  
  843.  
  844.  OIM Working Group                                              [Page 42] 
  845.  RFC 1214                       MIB-II-OIM                     April 1991 
  846.  
  847.  udpInDatagrams ATTRIBUTE               WITH ATTRIBUTE SYNTAX RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {udp 1}; 
  848.  
  849. udpInErrors ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {udp 3}; 
  850.  
  851. udpLocalAddress ATTRIBUTE               WITH ATTRIBUTE SYNTAX                   RFC1065-SMI.IpAddress;               MATCHES FOR      Equality;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {udpEntry 1}; 
  852.  
  853. udpLocalPort ATTRIBUTE               WITH ATTRIBUTE SYNTAX                   OIM-Module.Integer64k;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {udpEntry 2}; 
  854.  
  855. udpNoPorts ATTRIBUTE               WITH ATTRIBUTE SYNTAX  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {udp 2}; 
  856.  
  857. udpOutDatagrams ATTRIBUTE               WITH ATTRIBUTE SYNTAX                  RFC1065-SMI.Counter;               MATCHES FOR      Equality, Ordering;                 -- SEE MIB II [16] for attribute semantics            REGISTERED AS {udp 4}; 
  858.  
  859. udpTableId ATTRIBUTE               WITH ATTRIBUTE SYNTAX                 OIM-Module.PrintString;               MATCHES FOR      Equality;                 -- This attribute defines a unique id                 -- for the UDP Listener Table                 -- An empty string is used for a single instance.            REGISTERED AS {attributes 14}; 
  860.  
  861.  
  862.  
  863.  OIM Working Group                                              [Page 43] 
  864.  RFC 1214                       MIB-II-OIM                     April 1991 
  865.  
  866.  6. Notifications 
  867.  
  868.    Notification templates for the notifications referenced in the    managed object class templates of section 5 are listed here in    alphabetical order. 
  869.  
  870.     coldStartEvent NOTIFICATION                    -- clause 4.1.6.1 of RFC1157                    -- emitted by system            MODE    NON-CONFIRMED;            WITH INFORMATION SYNTAX OIM-Module.SnmpTrapInfo    REGISTERED AS {events 0}; 
  871.  
  872.    egpNeighborLossEvent NOTIFICATION                    -- clause 4.1.6.6 of RFC1157                                    -- with generic-trap = 5                                    -- The first VarBindList element                                    -- contains the name and value of the                                    -- egpNeighAddr of the affected                                    -- neighbor.                                    -- emitted by egpNeighEntry            MODE    NON-CONFIRMED;            WITH INFORMATION SYNTAX OIM-Module.SnmpTrapInfo;    REGISTERED AS {events 5}; 
  873.  
  874.    linkDownEvent NOTIFICATION                    -- clause 4.1.6.3 of RFC1157                    -- emitted by ifEntry                    -- with generic-trap = 2            MODE    NON-CONFIRMED;            WITH INFORMATION SYNTAX OIM-Module.SnmpTrapInfo;    REGISTERED AS {events 2}; 
  875.  
  876.    linkUpEvent NOTIFICATION                    -- clause 4.1.6.4 of RFC1157                    -- emitted by ifEntry                    -- with generic-trap = 3            MODE    NON-CONFIRMED;            WITH INFORMATION SYNTAX OIM-Module.SnmpTrapInfo;    REGISTERED AS {events 3}; 
  877.  
  878.    snmpAuthentFailureEvent NOTIFICATION                    -- clause 4.1.6.5 of RFC1157                    -- emitted by snmp            MODE    NON-CONFIRMED;            WITH INFORMATION SYNTAX OIM-Module.SnmpTrapInfo;    REGISTERED AS {events 4}; 
  879.  
  880.  
  881.  
  882. OIM Working Group                                              [Page 44] 
  883.  RFC 1214                       MIB-II-OIM                     April 1991 
  884.  
  885.     entSpecificEvent NOTIFICATION                    -- clause 4.1.6.7 of RFC1157                    -- emitted by system            MODE    NON-CONFIRMED;            WITH INFORMATION SYNTAX OIM-Module.SnmpTrapInfo;    REGISTERED AS {events 6}; 
  886.  
  887.    warmStartEvent NOTIFICATION                    -- clause 4.1.6.2 of RFC1157                    -- emitted by system            MODE    NON-CONFIRMED;            WITH INFORMATION SYNTAX OIM-Module.SnmpTrapInfo;    REGISTERED AS {events 1}; 
  888.  
  889. 7. The Containment Hierarchy 
  890.  
  891.    Name Binding templates that define the containment hierarchy for the    OIM MIB-II are listed here in alphabetical order.   The containment    hierarchy within a managed system begins at the "system" managed    object. 
  892.  
  893.     atEntry-nf  NAME BINDING               SUBORDINATE OBJECT CLASS     atEntry;               NAMED BY SUPERIOR OBJECT CLASS   atTable;               WITH ATTRIBUTE        atEntryId;              CREATE;              DELETE        only-if-no-contained-objects;               REGISTERED AS { nameForms 5}; 
  894.  
  895.    atTable-nf  NAME BINDING               SUBORDINATE OBJECT CLASS     atTable;               NAMED BY SUPERIOR OBJECT CLASS   system;               WITH ATTRIBUTE        atTableId;               REGISTERED AS { nameForms 4}; 
  896.  
  897.    egp-nf  NAME BINDING               SUBORDINATE OBJECT CLASS     egp;               NAMED BY SUPERIOR OBJECT CLASS      system;               WITH ATTRIBUTE        egpId;               REGISTERED AS { nameForms 20}; 
  898.  
  899.    egpNeighEntry-nf  NAME BINDING               SUBORDINATE OBJECT CLASS     egpNeighEntry;               NAMED BY SUPERIOR OBJECT CLASS      egpNeighTable;               WITH ATTRIBUTE        egpNeighEntryId;              CREATE;              DELETE        only-if-no-contained-objects; 
  900.  
  901.  
  902.  
  903. OIM Working Group                                              [Page 45] 
  904.  RFC 1214                       MIB-II-OIM                     April 1991 
  905.  
  906.                REGISTERED AS { nameForms 22}; 
  907.  
  908.    egpNeighTable-nf  NAME BINDING               SUBORDINATE OBJECT CLASS     egpNeighTable;               NAMED BY SUPERIOR OBJECT CLASS      egp;               WITH ATTRIBUTE        egpNeighTableId;               REGISTERED AS { nameForms 21}; 
  909.  
  910.    icmp-nf  NAME BINDING               SUBORDINATE OBJECT CLASS     icmp;               NAMED BY SUPERIOR OBJECT CLASS      system;               WITH ATTRIBUTE        icmpId;               REGISTERED AS { nameForms 13}; 
  911.  
  912.    interfaces-nf  NAME BINDING               SUBORDINATE OBJECT CLASS     interfaces;               NAMED BY SUPERIOR OBJECT CLASS   system;               WITH ATTRIBUTE        ifId;               REGISTERED AS { nameForms 24}; 
  913.  
  914.     ifEntry-nf  NAME BINDING               SUBORDINATE OBJECT CLASS     ifEntry;               NAMED BY SUPERIOR OBJECT CLASS   ifTable;               WITH ATTRIBUTE        ifEntryId;              CREATE;              DELETE        only-if-no-contained-objects;               REGISTERED AS { nameForms 3}; 
  915.  
  916.    ifTable-nf  NAME BINDING               SUBORDINATE OBJECT CLASS     ifTable;               NAMED BY SUPERIOR OBJECT CLASS  interfaces;               WITH ATTRIBUTE   ifTableId;               REGISTERED AS { nameForms 2}; 
  917.  
  918.    ip-nf  NAME BINDING               SUBORDINATE OBJECT CLASS     ip;               NAMED BY SUPERIOR OBJECT CLASS   system;               WITH ATTRIBUTE        ipId;               REGISTERED AS        { nameForms 6}; 
  919.  
  920.    ipAddrEntry-nf  NAME BINDING               SUBORDINATE OBJECT CLASS     ipAddrEntry;               NAMED BY SUPERIOR OBJECT CLASS  ipAddrTable;               WITH ATTRIBUTE        ipAdEntryId;              CREATE;              DELETE        only-if-no-contained-objects;               REGISTERED AS { nameForms 8}; 
  921.  
  922.  
  923.  
  924. OIM Working Group                                              [Page 46] 
  925.  RFC 1214                       MIB-II-OIM                     April 1991 
  926.  
  927.     ipAddrTable-nf  NAME BINDING               SUBORDINATE OBJECT CLASS     ipAddrTable;               NAMED BY SUPERIOR OBJECT CLASS   ip;               WITH ATTRIBUTE        ipAddrTableId;               REGISTERED AS { nameForms 7}; 
  928.  
  929.    ipNetToMediaEntry-nf  NAME BINDING               SUBORDINATE OBJECT CLASS     ipNetToMediaEntry;               NAMED BY SUPERIOR OBJECT CLASS  ipNetToMediaTable;               WITH ATTRIBUTE        ipNetToMediaEntryId;              CREATE;              DELETE        only-if-no-contained-objects;               REGISTERED AS { nameForms 12}; 
  930.  
  931.    ipNetToMediaTable-nf  NAME BINDING               SUBORDINATE OBJECT CLASS     ipNetToMediaTable;               NAMED BY SUPERIOR OBJECT CLASS  ip;               WITH ATTRIBUTE        ipNetToMediaTableId;               REGISTERED AS { nameForms 11}; 
  932.  
  933.     ipRouteEntry-nf  NAME BINDING               SUBORDINATE OBJECT CLASS     ipRouteEntry;               NAMED BY SUPERIOR OBJECT CLASS  ipRoutingTable;               WITH ATTRIBUTE        ipRouteEntryId;              CREATE;              DELETE        only-if-no-contained-objects;               REGISTERED AS { nameForms 10}; 
  934.  
  935.    ipRoutingTable-nf  NAME BINDING               SUBORDINATE OBJECT CLASS     ipRoutingTable;               NAMED BY SUPERIOR OBJECT CLASS   ip;               WITH ATTRIBUTE        ipRoutingTableId;               REGISTERED AS { nameForms 9}; 
  936.  
  937.    snmp-nf  NAME BINDING               SUBORDINATE OBJECT CLASS     snmp;               NAMED BY SUPERIOR OBJECT CLASS      system;               WITH ATTRIBUTE        snmpId;               REGISTERED AS { nameForms 23}; 
  938.  
  939.    system-nf  NAME BINDING               SUBORDINATE OBJECT CLASS     system;               NAMED BY SUPERIOR OBJECT CLASS  root;               WITH ATTRIBUTE   sysName;               REGISTERED AS { nameForms 1 }; 
  940.  
  941.  
  942.  
  943.  
  944.  
  945. OIM Working Group                                              [Page 47] 
  946.  RFC 1214                       MIB-II-OIM                     April 1991 
  947.  
  948.     tcp-nf  NAME BINDING               SUBORDINATE OBJECT CLASS     tcp;               NAMED BY SUPERIOR OBJECT CLASS      system;               WITH ATTRIBUTE        tcpid;               REGISTERED AS { nameForms 14}; 
  949.  
  950.    tcpConnEntry-nf  NAME BINDING               SUBORDINATE OBJECT CLASS     tcpConnEntry;               NAMED BY SUPERIOR OBJECT CLASS      tcpConnTable;               WITH ATTRIBUTE       tcpConnId;               REGISTERED AS { nameForms 16}; 
  951.  
  952.    tcpConnTable-nf  NAME BINDING               SUBORDINATE OBJECT CLASS     tcpConnTable;               NAMED BY SUPERIOR OBJECT CLASS      tcp;               WITH ATTRIBUTE        tcpConnTableId;               REGISTERED AS { nameForms 15}; 
  953.  
  954.    udp-nf  NAME BINDING               SUBORDINATE OBJECT CLASS     udp;               NAMED BY SUPERIOR OBJECT CLASS      system;               WITH ATTRIBUTE        udpId;               REGISTERED AS { nameForms 17}; 
  955.  
  956.    udpEntry-nf  NAME BINDING               SUBORDINATE OBJECT CLASS     udpEntry;               NAMED BY SUPERIOR OBJECT CLASS      udpTable;               WITH ATTRIBUTE        udpEntryId;               REGISTERED AS { nameForms 19}; 
  957.  
  958.    udpTable-nf  NAME BINDING               SUBORDINATE OBJECT CLASS     udpTable;               NAMED BY SUPERIOR OBJECT CLASS      udp;               WITH ATTRIBUTE        udpTableId;               REGISTERED AS { nameForms 18}; 
  959.  
  960.  
  961.  
  962.  
  963.  
  964.  
  965.  
  966.  
  967.  
  968.  
  969.  
  970.  
  971.  
  972.  
  973.  
  974.  OIM Working Group                                              [Page 48] 
  975.  RFC 1214                       MIB-II-OIM                     April 1991 
  976.  
  977.  8. ASN.1 Definitions 
  978.  
  979.    The ASN.1 syntax referenced by the attribute templates in section 6    are either defined in RFC1065-SMI, the Attribute-ASN1Module of    ISO/IEC DIS 10165-2, or in the OIM-Module defined in this section.    This module includes some syntax definitions taken from the RFC1158    since they were not included in that document inside an ASN.1 module    and hence could not be externally referenced. 
  980.  
  981. OIM-Module      {iso org(3) dod(6) internet(1) mgmt(2) mib(1)                          oim(9) misc(4) 1} DEFINITIONS ::= BEGIN -- EXPORTS      Everything 
  982.  
  983. IMPORTS ObjectClass, ObjectInstance                 FROM CMIP-1{joint-iso-ccitt ms(9) cmip(1)                                  modules(0) protocol(3)}                 ObjectName, ObjectSyntax                 FROM RFC1065-SMI; 
  984.  
  985. mib                     OBJECT IDENTIFIER ::= {iso org(3) dod(6)                                         internet(1) mgmt(2) 1} at                      OBJECT IDENTIFIER ::= {mib 3} oim                     OBJECT IDENTIFIER ::= {mib 9} cmotVersion     OBJECT IDENTIFIER ::= {oim 1} cmotACSEInfo    OBJECT IDENTIFIER ::= {oim 2} cmotSystemId    OBJECT IDENTIFIER ::= {oim 3} misc                    OBJECT IDENTIFIER ::= {oim 4} objects         OBJECT IDENTIFIER ::= {oim 5} attributes              OBJECT IDENTIFIER ::= {oim 6} events          OBJECT IDENTIFIER ::= {oim 7} nameforms       OBJECT IDENTIFIER ::= {oim 8} actions         OBJECT IDENTIFIER ::= {oim 9} 
  986.  
  987. --  Generic and MIB specific syntax 
  988.  
  989. EgpNeighEventTrigger    ::= INTEGER {                                                 start(1),                                                 stop(2)                                                 } 
  990.  
  991. EgpNeighMode    ::= INTEGER {                                         active(1),                                         passive(2)                                         } 
  992.  
  993. EgpNeighState   ::= INTEGER { 
  994.  
  995.  
  996.  
  997. OIM Working Group                                              [Page 49] 
  998.  RFC 1214                       MIB-II-OIM                     April 1991 
  999.  
  1000.                                          idle(1),                                         acquisition(2),                                         down(3),                                         up(4),                                         cease(5)                                         } 
  1001.  
  1002. Integer         ::= INTEGER 
  1003.  
  1004. Integer128      ::= INTEGER (0..127) 
  1005.  
  1006. Integer64k      ::= INTEGER (0..65535) 
  1007.  
  1008. IfAdminStatus   ::= INTEGER {                                         up(1),  -- ready to pass packets                                         down(2),                                         testing(3)  -- in some test mode                                         } 
  1009.  
  1010. IfOperStatus    ::= INTEGER {                                         up(1),  -- ready to pass packets                                         down(2),                                         testing(3)  -- in some test mode                                         } 
  1011.  
  1012. IfType INTEGER {                                    other(1),  -- none of the following                                    regular1822(2),                                    hdh1822(3),                                    ddn-x25(4),                                    rfc877-x25(5),                                    ethernet-csmacd(6),                                    iso88023-csmacd(7),                                    iso88024-tokenBus(8),                                    iso88025-tokenRing(9),                                    iso88026-man(10),                                    starLan(11),                                    proteon-10Mbit(12),                                    proteon-80Mbit(13),                                    hyperchannel(14),                                    fddi(15),                                    lapb(16),                                    sdlc(17),                                    ds1(18),                                    e1(19),  -- european equivalent                                             -- of T-1                                    basicISDN(20),                                    primaryISDN(21), 
  1013.  
  1014.  
  1015.  
  1016. OIM Working Group                                              [Page 50] 
  1017.  RFC 1214                       MIB-II-OIM                     April 1991 
  1018.  
  1019.                                              -- proprietary serial                                    propPointToPointSerial(22),                                    ppp(23),                                    softwareLoopback(24),                                    eon(25),  -- CLNP over IP                                    ethernet-3Mbit(26),                                    nsip(27),  -- XNS over IP                                    slip(28),  -- generic SLIP                                 ultra(29),  -- ULTRA technologies                                 ds3(30),  -- T-3                                 sip(31),  -- SMDS                                 frame-relay(32)                            } 
  1020.  
  1021. IpForwarding    ::= INTEGER {                                 forwarding(1),  -- acting as a gateway                                 not-forwarding(2)  -- NOT acting as                                                    -- a gateway                                         } 
  1022.  
  1023. IpNetToMediaType ::= INTEGER {                                         other(1),  -- none of the                                                    -- following                                         invalid(2),  -- an invalidated                                                      -- mapping                                         dynamic(3),                                         static(4)  } 
  1024.  
  1025. IpRouteProto    ::= INTEGER {                                         other(1),  -- none of the                                                    -- following                                         local(2),  -- configured entries                                         netmgmt(3),  -- mgmt protocol                                         icmp(4),  -- obtained via ICMP,                                                   -- e.g., redirect                                         egp(5),                                         ggp(6),                                         hello(7),                                         rip(8),                                         is-is(9),                                         es-is(10),                                         ciscoIgrp(11),                                         bbnSpfIgp(12),                                         ospf(13),                                         bgp(14)                                         } 
  1026.  
  1027.  
  1028.  
  1029.  
  1030.  
  1031. OIM Working Group                                              [Page 51] 
  1032.  RFC 1214                       MIB-II-OIM                     April 1991 
  1033.  
  1034.  IpRouteType     ::= INTEGER {                                         other(1),  -- none of the                                                    -- following                                         invalid(2),  -- an invalidated                                                      -- route                                         direct(3),  -- route to directly                                                     -- connected                                                     -- subnetwork                                         indirect(4)  -- route to a                                                      -- non-local                                                      -- host/network/                                                      -- subnet                                         } 
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050.  
  1051.  
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065.  
  1066.  
  1067.  
  1068.  
  1069.  
  1070.  
  1071.  
  1072.  OIM Working Group                                              [Page 52] 
  1073.  RFC 1214                       MIB-II-OIM                     April 1991 
  1074.  
  1075.  ObjectId        ::= OBJECT IDENTIFIER 
  1076.  
  1077. OctetString     ::= OCTET STRING 
  1078.  
  1079. PhysAddress     ::= OCTET STRING 
  1080.  
  1081. PrintString     ::= DisplayString (SIZE (0..255)) 
  1082.  
  1083. DisplayString   ::= OCTET STRING -- -- DisplayString is restricted to the NVT ASCII character set as -- defined in pages 10-11 of RFC 854 "TELNET Protocol -- Specification", May 1983 [15]. -- --  SNMP trap syntax 
  1084.  
  1085. SnmpEnableAuthenTraps   ::= INTEGER {                                                 enabled(1),                                                 disabled(2)                                                 } 
  1086.  
  1087. SnmpTrapInfo ::= SEQUENCE {         enterprise                      -- type of device generating                                         -- event                                         -- see sysObjectId                                         OBJECT IDENTIFIER,         agent-addr              -- address of device generating                                         -- the event                                         NetworkAddress,         generic-trap INTEGER {coldStart (0),                                         warmStart (1),                                         linkDown (2),                                         linkUp (3),                                         authenticationFailure (4),                                         egpNeighborLoss (5),                                         enterpriseSpecific (6) },         specific-trap INTEGER   OPTIONAL, -- enterprise specific         variable-bindings   VarBindList OPTIONAL} 
  1088.  
  1089. VarBindList ::= SEQUENCE OF VarBind 
  1090.  
  1091. VarBind ::=     SEQUENCE {                                 name    ObjectName,                                 ovalue  ObjectSyntax} 
  1092.  
  1093. TcpConnState    ::= INTEGER {                                         closed(1),                                         listen(2), 
  1094.  
  1095.  
  1096.  
  1097. OIM Working Group                                              [Page 53] 
  1098.  RFC 1214                       MIB-II-OIM                     April 1991 
  1099.  
  1100.                                          synSent(3),                                         synReceived(4),                                         established(5),                                         finWait1(6),                                         finWait2(7),                                         closeWait(8),                                         lastAck(9),                                         closing(10),                                         timeWait(11),                                         deleteTCP(12) } 
  1101.  
  1102. TcpRtoAlgorithm  ::= INTEGER {                                         other(1),  -- none of the                                                    -- following                                         constant(2),  -- a constant rto                                         rsre(3),  -- MIL-STD-1778,                                                   -- Appendix B                                         vanj(4)  -- Van Jacobsons alg.                                           } 
  1103.  
  1104. END 
  1105.  
  1106. 9.  Acknowledgements 
  1107.  
  1108.    The editor acknowledges the contributions of the members of the OIM    working group.  Particular thanks are made to the following for their    comments and assistance: 
  1109.  
  1110.         Marvin Solomon,  University of Wisconsin         Nancy Hall,  University of Wisconsin         Subhendu Ghatak,  University of Tennessee at Knoxville 
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122.  
  1123.  
  1124.  
  1125.  
  1126.  
  1127.  
  1128.  
  1129.  
  1130.  OIM Working Group                                              [Page 54] 
  1131.  RFC 1214                       MIB-II-OIM                     April 1991 
  1132.  
  1133.  References 
  1134.  
  1135.     1. ISO 8824: Information Processing - Open System Interconnection -        Specification of Abstract Syntax Notation One (ASN.1), February        1989. 
  1136.  
  1137.     2. ISO/IEC 7498-4, Information Processing Systems- Open Systems        Interconnection - Basic Reference Model Part 4 - OSI Management        Framework. 
  1138.  
  1139.     3. Warrier, U., Besaw, L., and LaBarre, L., and B. Handspicker, "The        Common Management Information Services and Protocol for the        Internet (CMOT and CMIP)", RFC 1189, Netlabs, Hewlett-Packard,        The Mitre Corporation, Digital Equipment Corporation, October        1990. 
  1140.  
  1141.     4. ISO/IEC DIS 10165-1, Information Processing Systems - Open        Systems Interconnection-Structure of Management Information -        Part 1: Management Information Model, July 1990. 
  1142.  
  1143.     5. ISO/IEC DIS 10165-2 (ISO/IEC JTC1/SC21 N4072), Information        Processing Systems -Open Systems Interconnection - Structure of        Management Information - Part 2: Definition of Management        Information, July 1990. 
  1144.  
  1145.     6. ISO/IEC DIS 10165-4 (ISO/IEC JTC1/SC21 N4065), Information        Processing Systems - Open Systems Interconnection - Structure of        Management Information - Part 4: Guidelines for the Definition of        Managed Objects, June 1990. 
  1146.  
  1147.     7. ISO 9595, Information Processing Systems - Open Systems        Interconnection - Management Information Service Definition -        Common Management Information Service, November 1990. 
  1148.  
  1149.     8. ISO 9596, Information Processing Systems - Open Systems        Interconnection - Management Information Protocol Specification -        Common Management Information Protocol, November 1990. 
  1150.  
  1151.     9. ISO 8649, Information Processing Systems - Open Systems        Interconnection, Service Definition for the Association Control        Service Element. 
  1152.  
  1153.    10. ISO 9072-1, Information Processing Systems - Text Communication,        Remote Operations: Model, Notation and Service Definition,        Gloucester, Nov 1987. 
  1154.  
  1155.    11. Rose, M., and K. McCloghrie, "Structure and Identification of        Management Information for TCP/IP-based internets", RFC 1155, 
  1156.  
  1157.  
  1158.  
  1159. OIM Working Group                                              [Page 55] 
  1160.  RFC 1214                       MIB-II-OIM                     April 1991 
  1161.  
  1162.         Performance Systems International, Hughes LAN Systems, May 1990. 
  1163.  
  1164.    12. Rose, M., Editor, "Management Information Base for Network        Management of TCP/IP-based internets: MIB-II", RFC 1158,        Performance Systems International, May 1990. 
  1165.  
  1166.    13. Cerf, V., "Report of the Second Ad Hoc Network Management Review        Group", RFC 1109, NRI, August 1989. 
  1167.  
  1168.    14. Case, J., Fedor, M., Schoffstall, M., and J. Davin, "Simple        Network Management Protocol (SNMP)", RFC 1157, SNMP Research,        Performance Systems International, Performance Systems        International, MIT Laboratory for Computer Science, May 1990. 
  1169.  
  1170.    15. Postel, J., and J. Reynolds, "Telnet Protocol Specification", RFC        854, USC/Information Sciences Institute, May 1983. 
  1171.  
  1172.    16. McCloghrie, K., and M. Rose, "Management Information Base for        Network Management of TCP/IP-based internets: MIB-II", RFC 1213,        Hughes LAN Systems, Performance Systems International, March        1991. 
  1173.  
  1174.    17. Working Implementation Agreements for Open Systems        Interconnection Protocols, December 1990. 
  1175.  
  1176.  
  1177.  
  1178.  
  1179.  
  1180.  
  1181.  
  1182.  
  1183.  
  1184.  
  1185.  
  1186.  
  1187.  
  1188.  
  1189.  
  1190.  
  1191.  
  1192.  
  1193.  
  1194.  
  1195.  
  1196.  
  1197.  
  1198.  
  1199.  
  1200.  
  1201.  
  1202. OIM Working Group                                              [Page 56] 
  1203.  RFC 1214                       MIB-II-OIM                     April 1991 
  1204.  
  1205.  Appendix 1:  Notational Tools for Managed Object Definition 
  1206.  
  1207.    This section provides descriptions of the notational tools used to    define the templates defined in this memorandum.  The text is    excerpted and paraphrased from reference 6.  Only the templates used    in this document are included here.  For a complete description of    the notational tools specified for OSI management, see reference 6. 
  1208.  
  1209. A1.1 Overview of Notational Tools 
  1210.  
  1211.    The "Templates" defined in this clause provide a common set of tools    and a common format for the representation of the various aspects of    a managed object class definition and its associated naming    structure.  Formal definitions of each template will be found in    clauses A1.3 -A1.11 inclusive; the syntactic conventions used in    these formal definitions are specified in clause A1.2.  Examples of    the use of these tools may be found in Annex A (of 10165-4). 
  1212.  
  1213.    The structure and behaviour of a managed object class is primarily    defined by means of the Managed Object Class Template.  This template    identifies the inheritance relationships that exist between the class    and other managed object classes, the packages of class specific    behaviour, the attributes that are associated with the class, the    notifications that the class may issue and the operations that may be    performed upon the class.  In order to allow re-use of parts of this    specification in the specification of other managed object classes,    additional templates are defined to provide for the specification of    attributes (individual and group), behaviour, actions, notifications    and conditional packages.  These other templates are "called up" by    the Managed Object Class template by means of the referencing    mechanism defined in clause A1.2; this mechanism allows references to    be made in one standard to specifications that are contained in other    standards, hence allowing "generic" specifications to be made    available for use in managed object class definitions in addition to    local specifications. Templates may also be included "in-line" if so    desired. 
  1214.  
  1215.    The naming of a managed object class is defined by means of the Name    Binding template.  This template identifies the managed object class    being named and defines the relative distinguished name that will be    used to name instances of the class in the context of a particular    superior class.  This template also provides for the specification of    relationships that exist between two object classes as a consequence    of a particular name binding. 
  1216.  
  1217.  
  1218.  
  1219.  
  1220.  
  1221.  
  1222.  
  1223. OIM Working Group                                              [Page 57] 
  1224.  RFC 1214                       MIB-II-OIM                     April 1991 
  1225.  
  1226.  A1.2 Conventions Used in Template Definitions 
  1227.  
  1228.    The templates definitions contained in this clause are based on the    following syntactic conventions: 
  1229.  
  1230.    - Strings surrounded by [ ] delimit parts of the template that may      either be present or absent in each instance of use of the      template. If the closing brace is followed by an asterisk,      e.g., [ ]*, the contents of the braces may appear zero or more      times.  The circumstances under which these parts of the      definition may be omitted or repeated are dependent upon the      template type; 
  1231.  
  1232.    - Strings surrounded by < > delimit strings that must be replaced in      each instance of use of the template.  The structure and meaning      of the replacement string is dependent upon the string type; 
  1233.  
  1234.    - Upper case strings denote Keywords which are required to be      present in each instance of use of the template, unless they are      enclosed in [ ]; 
  1235.  
  1236.    - The solidus, |, is used to separate alternative strings in the      template; 
  1237.  
  1238.    - Spaces and carriage returns are significant only as string      delimiters; 
  1239.  
  1240.    - In order to simplify the structure of the templates, particularly      where the same syntactic structure is repeated in the template      definitions, supporting syntactic definitions may be defined.  If      any such supporting syntactic definitions are required in order to      complete the template definition, these appear following the      keywords "supporting productions" at the end of the template      definition. These supporting definitions take the general form 
  1241.  
  1242.                    definition-label-> syntactic-definition 
  1243.  
  1244.    where definition-label allows the definition to be referenced by the    template definition and syntactic-definition gives the expansion of    the definition, using the above notational rules; 
  1245.  
  1246.    - The templates themselves have the general structure: 
  1247.  
  1248.                 <template-label>TEMPLATE NAME 
  1249.  
  1250.         [ELEMENT NAME [<element-definition>] ;]* 
  1251.  
  1252.         [REGISTERED AS <object-identifier> ;] 
  1253.  
  1254.  
  1255.  
  1256. OIM Working Group                                              [Page 58] 
  1257.  RFC 1214                       MIB-II-OIM                     April 1991 
  1258.  
  1259.          [supporting productions 
  1260.  
  1261.         [<definition-label> -> <syntactic-definition >]*] 
  1262.  
  1263.    Each instance of use of a template therefore declares a template-    label by which that instance may be referenced from other templates,    and if the REGISTERED AS clause is present, assigns a value of an    ASN.1 OBJECT IDENTIFIER under which the instance has been registered; 
  1264.  
  1265.    - Semicolons are used to mark the end of each distinct element in      the template.  In an instance of use of the template, any text      inserted between a semicolon and the next valid keyword is      assumed to be a comment; 
  1266.  
  1267.    - The notation used for representing object identifiers is the      normal notation defined in ASN.1 for object identifier values;      i.e., the production: 
  1268.  
  1269.         object-identifier-> <ASN.l ObjectIdentifierValue notation> 
  1270.  
  1271.         is assumed to be a supporting production for all template         definitions in this document; 
  1272.  
  1273.    - Further definitions, such as the nature of the element definitions,      follow the syntactic definition of the template; 
  1274.  
  1275.    - Template labels shall be unique within the standard or document      in which they are declared.  Where a template-label is declared in      document A and referenced in document B, the reference in      document B shall be prefixed by the globally unique name of      document A.  In the case of documents named by an      internationally recognized naming authority such as      [CCITT|ISO/IEC], the registered name of the document shall be      used as the identifier, such as [Recommendation X.722|ISO/IEC      10165-4]. Where a globally unique name is not already available,      it is permissible to assign the value of an OBJECT IDENTIFIER to      the referenced document, and use this value as a globally unique      document name.  The syntax of a template-label, defined using the      above notation, is defined as follows: 
  1276.  
  1277.         [<document-identifier> :] < label-string> 
  1278.  
  1279.         document-identifier-> "<standard-name>" | <object-identifier> 
  1280.  
  1281.    A label-string may include any number of the following characters: 
  1282.  
  1283.         -       upper or lower case alphabetic characters; 
  1284.  
  1285.  
  1286.  
  1287.  OIM Working Group                                              [Page 59] 
  1288.  RFC 1214                       MIB-II-OIM                     April 1991 
  1289.  
  1290.          -       the digits 0-9; 
  1291.  
  1292.         -       the hyphen character (-); 
  1293.  
  1294.    in any order, commencing with a lower case character.  For example,    the following template-label: 
  1295.  
  1296.         "ISO/IEC 10165/4":exampleObjectClass 
  1297.  
  1298.    constitutes a globally unique label for the definition of    exampleObjectClass contained in Annex A of 10165-4. 
  1299.  
  1300.    Label references that are not prefixed by a document-identifier are    assumed to refer to labels declared in the document in which the    reference appears. 
  1301.  
  1302.    -  Whenever a template-label is present in a template as a       pointer to another template, it may be replaced by the entire       text of the referenced template itself (including the       template's label). 
  1303.  
  1304. A1.3  Managed Object Class Template 
  1305.  
  1306. A1.3.1  Overview 
  1307.  
  1308.    The Managed Object Class template forms the basis of the formal    definition of a managed object.  Elements in the template allow the    class to be placed at the appropriate node of the inheritance tree,    the various attributes of the class to be specified, and the    behaviour of the class to be defined.  The major elements of the    definition are: 
  1309.  
  1310.    - Inheritance.  Each managed object class defines the      superclass(es) from which it has been derived.  All      characteristics of the superclass(es) are inherited by the      subclass; the subclass definition may add to these      characteristics (refinement) but may not remove any      characteristics of the superclass. Ultimately, all classes are      subclasses of TOP; 
  1311.  
  1312.    - Allomorphs.  If the class supports allomorphism, the set of      classes that are legitimate allomorphic views of the class must      be defined.  These classes must all be superclasses of the class      being defined; 
  1313.  
  1314.    - Mandatory Packages.  The managed object class definition      includes the packages of behaviour, attributes, operations and      notifications that provide a complete specification of the 
  1315.  
  1316.  
  1317.  
  1318. OIM Working Group                                              [Page 60] 
  1319.  RFC 1214                       MIB-II-OIM                     April 1991 
  1320.  
  1321.       behaviour that is common to all instances of the class; 
  1322.  
  1323.    - Conditional Packages.  The managed object class definition      includes the specification of packages of behaviour, attributes,      operations and notifications that are present or absent in      instances of that class as a consequence of a specified condition; 
  1324.  
  1325.    Note: Attributes, Operations and Notifications that form part of a    class definition may only be omitted from an instance of that class    if they are defined as features of a Conditional Package and are    omitted in accordance with the condition defined for that package. 
  1326.  
  1327.    - Class Naming. The managed object class definition must include a      class name which may be used to refer to the class in CMIP.  This      is achieved by registration of an Object Identifier value which      corresponds to the class. 
  1328.  
  1329. A1.3.2 Template Structure 
  1330.  
  1331.    <class-label> MANAGED OBJECT CLASS 
  1332.  
  1333.            [DERIVED FROM   <class-label>                    [, <class-label>]*;            ]            [ALLOMORPHIC SET        <class-label>            [, < class-label > ] *;            ]     [CHARACTERIZED BY <package-label>[,<package-label>]*;     ]     [CONDITIONAL PACKAGES <package-label> PRESENT IF                                            <condition-definition>                                            [,<package-label> PRESENT IF                                             <condition-definition>]*;     ]     [PARAMETERS <parameter-label> [,<parameter-label>]*;     ] 
  1334.  
  1335.    REGISTERED AS < object-identifier>; 
  1336.  
  1337. A1.3.3 Supporting Definitions 
  1338.  
  1339.    DERIVED FROM <class-label>[,<class-label>]* 
  1340.  
  1341.    The DERIVED FROM clause shall be present in all managed object class    definitions other than "top".  It is therefore the case that "top" is    a superclass of all classes other than itself. 
  1342.  
  1343.    The class-label identifies a managed object class from which the 
  1344.  
  1345.  
  1346.  
  1347. OIM Working Group                                              [Page 61] 
  1348.  RFC 1214                       MIB-II-OIM                     April 1991 
  1349.  
  1350.     managed object class has been derived; i.e., a managed object class    which is one of the object class's parents in the inheritance    hierarchy.  As multiple inheritance is permitted, a managed object    class may have one or more parent classes. 
  1351.  
  1352.    The process of inheritance (specialization) requires all the    characteristics of the superclass(es) other than DERIVED FROM and    ALLOMORPHIC SET to be included in the definition of the subclass.  If    it is intended that the subclass be allomorphic, the definition of    the subclass shall include a ALLOMORPHIC SET clause that explicitly    defines the set of classes that the subclass is allomorphic to. 
  1353.  
  1354.    Where multiple inheritance results in the same element definition    being multiply imported (as could happen, for example, if two parent    superclasses contain the same attribute), the subclass is assumed to    contain a single copy of the definition concerned. 
  1355.  
  1356.    Characteristics that are inherited from a superclass shall not be    repeated in the documentation of the subclass unless one of the    techniques described in ISO/IEC 10165-4 for extending or modifying an    element of the superclass is being used.  The DERIVED FROM clause is    therefore presumed to automatically import all inheritable elements    of definition from the superclass definition(s).  There may be    augmented or modified by elements defined within the CHARACTERISED    BY, CONDITIONAL PACKAGES, and PARAMETER constructs. 
  1357.  
  1358.    ALLOMORPHIC SET <class-label>[,<class-label>]* 
  1359.  
  1360.    The Allomorphic Set allows a set of superclasses to be identified    that are "backwards compatible" with the managed object class. Thus,    if managed object class A identifies classes B and C as members of    its allomorphic set, it is possible to operate on an instance of    class A as if it were an instance of class B or C.  The definition of    allomorphic forms allows, for example, the definition of enhanced    versions of a managed object class that are backwards compatible with    previous versions.  The class label shall identify the class-label of    a managed object class definition that is a superclass of the managed    object class that is being defined. 
  1361.  
  1362.    CHARACTERIZED BY <package-label>[,<package-label]* 
  1363.  
  1364.    This construct, if present, allows one or more mandatory packages of    behaviour, attributes, operations, and notifications to be included    in the managed object class definition, in addition to those that are    present as a result of the Derived From construct. 
  1365.  
  1366.    CONDITIONAL PACKAGES <package-label>  PRESENT IF <condition-    definition>[, <package-label>  PRESENT IF <condition-definition>]* 
  1367.  
  1368.  
  1369.  
  1370. OIM Working Group                                              [Page 62] 
  1371.  RFC 1214                       MIB-II-OIM                     April 1991 
  1372.  
  1373.     Present if one or more conditional packages are to be included in the    managed object class definition.  The package-label identifies the    package definition that is applicable.  The condition-definition is a    description of the condition that, if true, requires that the package    be included in an instance of the class.  The condition shall refer    to a documented feature of the definition of the underlying resource    or a related standard which is permitted to be present or absent in    an implementation. 
  1374.  
  1375.    PARAMETERS <parameter-label>[,<parameter-label>]* 
  1376.  
  1377.    If present, this construct permits the definition of parameters to be    included in the object class definition in addition to any inherited    parameters. 
  1378.  
  1379.    REGISTERED AS <object-identifier> 
  1380.  
  1381.    The object identifier value provides a globally unique identifier for    the object class definition.  This value is used in the management    protocol when it is necessary to identify the object class. 
  1382.  
  1383. A1.4  Package Template 
  1384.  
  1385.    This template allows a package of behaviour definitions, attributes,    operations and notifications to be defined for subsequent insertion    into a managed object class template under the Characterized By and    Conditional Packages constructs.  The major elements of the    definition are: 
  1386.  
  1387.    - Behaviour. The managed object class definition provides a      complete specification of the behaviour of the object.  This      includes: 
  1388.  
  1389.       - The effect of the Operations upon the managed object; 
  1390.  
  1391.       - Any constraints that are placed on operations in order to         satisfy consistency rules, and in particular, the rules under         which Creation and Deletion of managed objects may be         performed and the consequences of these operations; 
  1392.  
  1393.       - A specification of how instances of a managed object class         interact with each other, related, managed objects of the same         or different classes. 
  1394.  
  1395.       - A complete definition of any other aspects of the         behaviour of the managed object class. 
  1396.  
  1397.       - Contained attributes.  The set of attributes that the 
  1398.  
  1399.  
  1400.  
  1401. OIM Working Group                                              [Page 63] 
  1402.  RFC 1214                       MIB-II-OIM                     April 1991 
  1403.  
  1404.          package contains must be defined; 
  1405.  
  1406.       - Operations and Notifications.  The package definition         specifies which notifications instances of the class that make         use of this package shall be able to generate, which operations         instance of the class shall be capable of performing, and in the         case of attribute related operations, which attributes shall be         available to be operated upon. 
  1407.  
  1408.    Note: The operations identified in the package definition are the    operation types defined in the Information Model (Get, Replace, Set    to Default,...etc).  In the case of Actions and Notifications,    further definitions are required in order to characterise their    functionality, as described in clauses A1.10, A1.11.  The create and    delete operations are defined as part of the Name Binding template    described in clause A1.6, a creation and deletion of an object is    closely bound to the containment relationship between superior and    subordinate objects, rather than to all instances of a managed object    class. 
  1409.  
  1410. A1.4.1 Template Structure 
  1411.  
  1412. < package-label> PACKAGE 
  1413.  
  1414. [BEHAVIOUR DEFINITIONS  < behaviour-definition-label>         [, < behaviour-definition-label > ] *; ] [ATTRIBUTES<attribute-label> <propertylist>[<parameter-label>]         [,< attribute-label> < propertylist> [< parameter-label> ]*]*; ] [ATTRIBUTE GROUPS       <group-label> [<attribute-label>]*                           [, < group-label > [ < attribute-label > ]*]*; ] [ACTIONS        <action-label>[<parameter-label>]*                           [, < action-label > [ < parameter-label > ]*]*; ] [NOTIFICATIONS             <notification-label> [<parameter-label>]*                     [, < notification-label > [< parameter-label >]*]*; ] [REGISTERED AS < object-identifier>]; 
  1415.  
  1416. supporting productions 
  1417.  
  1418. propertylist -> [REPLACE WITH DEFAULT]         [DEFAULT VALUE < value-definition > ]         [PERMITTED VALUES <value-set-syntax-label>]         [REQUIRED VALUES        <value-set-syntax-label>]         [GET | REPLACE | GET-REPLACE] 
  1419.  
  1420.   OIM Working Group                                              [Page 64] 
  1421.  RFC 1214                       MIB-II-OIM                     April 1991 
  1422.  
  1423.          [ADD | REMOVE | ADD-REMOVE] 
  1424.  
  1425. A1.4.2 Supporting Definitions 
  1426.  
  1427.    BEHAVIOUR DEFINITIONS < definition-label> [,<definition-label>]* 
  1428.  
  1429.    Behaviour Definitions allow the behaviour (semantics) of the managed    object class to be completely described.  These definitions relate    the external view of the object (its operations and notifications) to    its internal operation.  The definition-label identifies an instance    of use of the Behaviour template. 
  1430.  
  1431.    Note:  It should not be assumed that the behaviour defined by this    clause is testable using existing conformance test technology. 
  1432.  
  1433.    ATTRIBUTES.  <attribute-label><propertylist> [<parameter-label>]*            [,<attribute-label><propertylist> [<parameter-label>]*]* 
  1434.  
  1435.    This allows attributes to be included in the package definition. The    propertylist that follows each attribute label defines the set of    operations that may be performed on the managed object with reference    to the attribute, and defines any default, permitted or required    value(s) associated with the attribute.  The Replace With Default    property is included if the property has a default value that may be    set by means of the Replace With Default Value operation.  The    value-definition used to specify the default value shall be a value    reference name, using the Externaltypereference notation defined in    ISO 8824. 
  1436.  
  1437.    If the PERMITTED VALUES property is present, the value-set- syntax-    label specifies any restrictions on the possible values that the    attribute may take.  The value-set-syntax-label shall be a type    reference name, using the ExternaltypeReference notation defined in    ISO 8824.  The form of the specification referenced shall be a    subtype of the attribute syntax type, defined using the ASN.1 subtype    notation. 
  1438.  
  1439.    Note:  The Permitted Values construct is required only in attribute    definitions where it is necessary to specify a restriction on the    value set permitted by the specification of the Attribute Syntax,    e.g., when modifying an existing attribute specification. 
  1440.  
  1441.    If the REQUIRED VALUES property is present, the value-set- syntax-    label specifies any restrictions on the possible values that the    attribute may take.  The value-set-syntax-label shall be a type    reference name, using the ExternaltypeReference notation defined in    ISO 8824.  The form of the specification referenced shall be a    subtype of the attribute syntax type, defined using the ASN.1 subtype 
  1442.  
  1443.  
  1444.  
  1445. OIM Working Group                                              [Page 65] 
  1446.  RFC 1214                       MIB-II-OIM                     April 1991 
  1447.  
  1448.     notation. 
  1449.  
  1450.    Note:  This property defines the value set required for conformance. 
  1451.  
  1452.    The parameter-labels allow parameters to be associated with the    operations permitted on the attribute. 
  1453.  
  1454.    ATTRIBUTE GROUPS <group-label> [<attribute-label>]*[,<group-label>    [<attribute-label>]*]* 
  1455.  
  1456.    This allows a set of attributes groups to be identified as part of    the package.  The original definition of an attribute group may be    extended by the addition of further attribute-labels. 
  1457.  
  1458.    ACTIONS <action-label>[<parameter-label>]*            [,<action-label>[<parameter-label>]*]* 
  1459.  
  1460.    If present, the action-labels identify the set of action definitions    that are included in the package.  The behaviour definitions shall    specify the effect of these Actions upon managed objects. 
  1461.  
  1462.    The parameter-labels allow parameters to be associated with the    Action. 
  1463.  
  1464.    NOTIFICATIONS <notification-label>[<parameter-label>]*                    [,<notification-label>[<parameter-label>]*]* 
  1465.  
  1466.    Present if any Notifications are included in the package. The    notification labels identify the Notification definitions that are    applicable.  The behaviour definitions shall specify the    circumstances under which those Notifications are generated by a    managed object. 
  1467.  
  1468.    The parameter-labels allow parameters to be associated with the    Notification. 
  1469.  
  1470.    REGISTERED AS <object-identifier> 
  1471.  
  1472.    The object identifier value, if present, provides a globally unique    identifier for the package definition, and registers the groupings of    behaviour definitions, attributes, attribute groups, actions and    notifications that the package defines.  This value is required in    cases where the package is referenced by a conditional packages    construct in an object class template and the package contains a    behaviour construct or more than one element, in which case the value    of the object identifier is included in the conditional packages    attribute of any instances of the object class that are created with    the package present. 
  1473.  
  1474.  
  1475.  
  1476. OIM Working Group                                              [Page 66] 
  1477.  RFC 1214                       MIB-II-OIM                     April 1991 
  1478.  
  1479.  A1.5 Parameter Template 
  1480.  
  1481.    This template permits the specification and registration of parameter    syntaxes and associated behaviour that may be associated with    particular operations and notifications within the managed object    class and conditional package templates defined in clauses A1.3 and    A1.4.  This mechanism is not used in the OIM MIB-II. 
  1482.  
  1483. A1.6  Name Binding Template 
  1484.  
  1485. A1.6.1  Overview 
  1486.  
  1487.    This template allows alternative naming structures to be defined for    managed objects of a given managed object class by means of name    bindings.  The name binding allows an attribute to be selected as the    naming attribute for a given subordinate class/superior class pair. 
  1488.  
  1489.    The attribute selected must be an attribute of the subordinate object    that is present in all instances of the specified managed object    class.  This attribute is used for the purpose of constructing the    relative distinguished name (RDN) of subordinate objects of that    class.  An RDN is constructed from the OBJECT IDENTIFIER assigned to    that attribute type and the value of the instance of the attribute.    The Distinguished Name of the subordinate object is obtained by    appending its RDN to the Distinguished Name of its superior object. 
  1490.  
  1491.    Name bindings are not considered to be part of the definition of    either of the managed object classes that they reference.  A given    managed object class may have more than one name binding associated    with it.  The set of name bindings defines the set of possible naming    relationships with superior managed objects and the set of managed    object classes from which subordinate object classes may be    instantiated. 
  1492.  
  1493.    Note: Name Bindings may be specified for a managed object class    subsequent to the specification of the managed object class itself. 
  1494.  
  1495. A1.6.2  Template Structure 
  1496.  
  1497.    <name-binding-label> NAME BINDING 
  1498.  
  1499.    SUBORDINATE OBJECT CLASS <class-label>;    NAMED BY    SUPERIOR OBJECT CLASS    <class-label>;    WITH ATTRIBUTE       <attribute-label>;    [BEHAVIOUR     <behaviour-definition-label>                                    [,<behaviour-definition-label>]*;    ] 
  1500.  
  1501.  
  1502.  
  1503. OIM Working Group                                              [Page 67] 
  1504.  RFC 1214                       MIB-II-OIM                     April 1991 
  1505.  
  1506.      [CREATE [<create-modifier>[,<create-modifier>]]                                                    [<parameter-label>]*;     ]     [DELETE                <delete-modifier>[<parameter-label>]*;     ] 
  1507.  
  1508.    REGISTERED AS < object-identifier>; 
  1509.  
  1510.    supporting productions 
  1511.  
  1512.    create-modifier->       with-reference-object |                            with-automatic-instance-naming 
  1513.  
  1514.    delete-modifier ->      only-if-no-contained-objects |                                    deletes-contained-objects 
  1515.  
  1516. A1.6.3  Supporting Definitions 
  1517.  
  1518.    SUBORDINATE OBJECT CLASS <class-label> 
  1519.  
  1520.    This defines the managed object class being named.  The name of an    instance of the subordinate managed object class is constructed by    concatenating the distinguished name of the superior managed object    class with the relative distinguished name of the subordinate managed    object class. 
  1521.  
  1522.    NAMED BY SUPERIOR OBJECT CLASS <class-label> 
  1523.  
  1524.    This defines a managed object class that may contain instances of the    subordinate managed object class. 
  1525.  
  1526.    WITH ATTRIBUTE <attribute label> 
  1527.  
  1528.    This defines the attribute that shall be used, in the context of this    name binding, to construct the relative distinguished name for the    subordinate managed object class.  Values of this attribute shall be    represented by single-valued data types, complying with the    restrictions specified in ISO 10165-1;  if no naturally suitable    attribute is available for use as a naming attribute, object    designers are encouraged to provide a naming attribute of type    Graphic String. 
  1529.  
  1530.    BEHAVIOUR <behaviour-definition-label> 
  1531.  
  1532.    If present, this clause permits any behavioural impact imposed as a    consequence of the name binding to be defined.  The behaviour-    definition-label identifies the constraint definition concerned; the    constraint is therefore expressed using the behaviour template. 
  1533.  
  1534.  
  1535.  
  1536. OIM Working Group                                              [Page 68] 
  1537.  RFC 1214                       MIB-II-OIM                     April 1991 
  1538.  
  1539.     CREATE  [<create-modifier>[,<create-modifier>]][<parameter-label>]* 
  1540.  
  1541.    Present if it is permitted to create new instances of the managed    object class referenced by the SUBORDINATE OBJECT CLASS construct in    the context of this name binding, by means of systems management    operations.  The create-modifier values specify the options available    on creation.  The permitted create- modifiers are as follows: 
  1542.  
  1543.       - with reference-object.  If present, a reference object may be         specified on creation as a source of default values and to         specify choice of Conditional Packages; 
  1544.  
  1545.       - with automatic  instance  naming.  If present, the CREATE         request may omit to specify the instance name of the new         object instance.  The behaviour definitions shall specify what         course of action is taken when there is a choice of Name Forms         that may be applied to the new object instance. 
  1546.  
  1547.    If neither create-modifier is specified, the instance name and all    necessary default values shall be specified in the CREATE request. 
  1548.  
  1549.    The parameter-labels allows parameters to be associated with the    CREATE operation. 
  1550.  
  1551.    DELETE <delete-modifier> [<parameter-label>]* 
  1552.  
  1553.    Present if it is permitted to delete instances of the managed object    class referenced by the SUBORDINATE OBJECT CLASS construct in the    context of this name binding.  The delete- modifier indicates the    behaviour of a managed object of that class if the managed object is    deleted.  The permitted delete-modifiers are: 
  1554.  
  1555.       - only-if-no-contained-objects.  If specified, any contained         managed objects must be explicitly deleted prior to deletion of         the containing managed object, i.e., a DELETE request will cause an         error if there are contained managed objects; 
  1556.  
  1557.       - delete-contained-objects.  If specified, a DELETE request         applied to an instance of the managed object class has the effect         of deleting contained objects also. 
  1558.  
  1559.    If there are constraints on deletion relative to other relationships    or conditions, these are specified as part of the behaviour of the    managed object class. 
  1560.  
  1561.    The parameter-labels allows parameters to be associated with the    DELETE operation. 
  1562.  
  1563.  
  1564.  
  1565.  OIM Working Group                                              [Page 69] 
  1566.  RFC 1214                       MIB-II-OIM                     April 1991 
  1567.  
  1568.  A1.7 Attribute Template 
  1569.  
  1570. A1.7.1  Overview 
  1571.  
  1572.    This template is used to define individual attribute types. These    definitions may be further combined by the Attribute Group template    where attribute groups are required.  The major elements of the    definition are: 
  1573.  
  1574.       - Derivation.  The definition of an attribute type may modify or         constrain the definition of another attribute type. 
  1575.  
  1576.       - Attribute Syntax.  The definition of an attribute type must         include the definition of the syntax that will be used to convey         values of the attribute in CMIP.  This definition is achieved by         means of a reference to an ASN.l Type Definition.  The         definition of an attribute syntax indicates whether the         attribute value is a single or set-valued attribute type.  If         the base type is SET OF, the attribute is a set-valued type,         otherwise it is a single-valued type; 
  1577.  
  1578.       - Value Matching.  The definition of an attribute type may         include the valid ways in which the value of an instance of the         type may be tested, i.e., whether the attribute may be tested         for equality, magnitude, etc..  Value matching on some attribute         types may require the specification of how a matching rule is         defined to operate, as part of the attribute's behaviour         definition.  The absence of any matching rules in the attribute         definition implies that matching of values is undefined; 
  1579.  
  1580.       - Behaviour.  The attribute definition may include definition of         attribute specific behaviour; i.e., behaviour that applies to an         attribute type regardless of which managed object class contains         instances of tho attribute type; 
  1581.  
  1582.       - Attribute type name.  An Object Identifier value shall be         allocated to each attribute that is to be included in the         definition of a managed object class. This value is used in CMIP         to identify the attribute. 
  1583.  
  1584. A1.7.2 Template Structure 
  1585.  
  1586.       <attribute-label> ATTRIBUTE 
  1587.  
  1588.       derived-from-construct | with attribute-syntax-construct       [MATCHES FOR    <qualifier>[,<qualifier>]* ;]       [BEHAVIOUR      <behaviour-definition-label>                       [,<behaviour-definition-label>]* ; 
  1589.  
  1590.  
  1591.  
  1592. OIM Working Group                                              [Page 70] 
  1593.  RFC 1214                       MIB-II-OIM                     April 1991 
  1594.  
  1595.        ]       [PARAMETERS     <parameter-label>                       [,<parameter-label>]*       ] 
  1596.  
  1597.       [REGISTERED AS < object-identifier> ;] 
  1598.  
  1599.       supporting productions 
  1600.  
  1601.       qualifier -> Equality | Ordering | Substrings                    | Set Comparison | Set Intersection 
  1602.  
  1603.       derived-from-construct -> DERIVED FROM  <attribute-label > ; 
  1604.  
  1605.       with-attribute-syntax-construct -> WITH ATTRIBUTE SYNTAX                                       <syntax-label> ; 
  1606.  
  1607. A1.7.3 Supporting Definitions 
  1608.  
  1609.    DERIVED FROM <attribute-label> 
  1610.  
  1611.    If this element is present, the attribute definition takes as a    starting point all aspects of the definition referenced by    attribute-label, including any that it may in turn have derived from    other attribute definitions.  The rules for interpreting the effect    of presence of any of the other elements of the attribute template    under these circumstances are as follows: 
  1612.  
  1613.       - WITH ATTRIBUTE SYNTAX is not permitted to be present.  The         attribute syntax shall be the attribute syntax of the attribute         from which this attribute has been derived.; 
  1614.  
  1615.       - MATCHES FOR: The resultant set of matching rules shall be the         logical OR of the matching rules specified by this construct         with any derived matching rules; 
  1616.  
  1617.       - BEHAVIOUR is assumed to extend any derived behaviour         definitions; 
  1618.  
  1619.       - REGISTERED AS is assumed to replace any registration derived         from other definitions. 
  1620.  
  1621.    This derivation mechanism permits: 
  1622.  
  1623.       - The definition of an attribute based on an existing attribute         definition; 
  1624.  
  1625.       - The addition of further constraints to an existing attribute 
  1626.  
  1627.  
  1628.  
  1629. OIM Working Group                                              [Page 71] 
  1630.  RFC 1214                       MIB-II-OIM                     April 1991 
  1631.  
  1632.          definition. 
  1633.  
  1634.    WITH ATTRIBUTE SYNTAX <syntax label> 
  1635.  
  1636.    This element, present only if the DERIVED FROM construct is absent,    identifies the ASN.1 data type that describes how instances of the    attribute value are carried in protocol.  The syntax-label shall be    an ASN.l Externaltypereference. 
  1637.  
  1638.    The ASN.1 data type also defines the data type of the attribute    itself.  If the base type of the syntax is set-of, the attribute is a    set-valued attribute.  All other ASN.l data types, including set,    sequence of, and sequence type, define single-valued attribute types. 
  1639.  
  1640.    MATCHES FOR <qualifier>[,<qualifier>]* 
  1641.  
  1642.    This element defines the types of test that may be applied to a value    of the attribute as part of a Filter operation. Matching for the    presence of an attribute is implicitly permitted for all attributes.    For all other types of matching, if this clause is not present,    matching is undefined and is therefore not permitted on the    attribute.  The options are: 
  1643.  
  1644.       - Equality.  If present, the attribute value may be tested for         equality against a given value; 
  1645.  
  1646.       - Ordering.  If present, the attribute value may be tested against         a given value in order to determine which has the greater         value; 
  1647.  
  1648.       - Substrings.  If present, the attribute value may be tested         against a given substring value in order to determine its         presence or absence in the attribute value; 
  1649.  
  1650.       - Set Comparison.  If present, the attribute value may be tested         against a given value in order to determine set equality or         subset/superset relationships between the values; 
  1651.  
  1652.       - Set Intersection.  If present, the attribute value may be tested         against a given value in order to determine the presence or         absence of a non-null set intersection between the two values. 
  1653.  
  1654.    BEHAVIOUR <behaviour-definition-label>                    [,<behaviour-definition-label>]* 
  1655.  
  1656.    Any behaviour that is generic to this attribute type may be defined    by means of this behaviour clause.  The behaviour definition shall    include any additional specification that is required in order to 
  1657.  
  1658.  
  1659.  
  1660. OIM Working Group                                              [Page 72] 
  1661.  RFC 1214                       MIB-II-OIM                     April 1991 
  1662.  
  1663.     define how the chosen set of matching rules are applied to the    attribute definition.  Behaviour that is specific to the managed    object class is defined in the behaviour clause of the managed object    class template. 
  1664.  
  1665.    Note:  It should not be assumed that the behaviour defined by this    clause is testable using existing conformance test technology. 
  1666.  
  1667.    REGISTERED AS <object-identifier> 
  1668.  
  1669.    If present, the object-identifier provides a globally unique    identifier for the attribute definition;  this includes all elements    referenced either directly, or indirectly by the Derived From, With    Attribute Syntax, Matches For and Behaviour constructs, where    present.  This value is used in the management protocol when it is    necessary to identify the attribute type.  If this construct is    omitted, the attribute definition shall not be referenced in a    managed object class definition without further constraints being    applied in another attribute definition. 
  1670.  
  1671. A1.8  Notification Template 
  1672.  
  1673. A1.8.1 Overview 
  1674.  
  1675.    This template is used to define the behaviour and syntax associated    with a particular Notification type.  The main features of the    definition are as follows: 
  1676.  
  1677.       - Behaviour.  The definition of a Notification type must specify         the circumstances under which a notification of the type is         generated; 
  1678.  
  1679.       - Mode of operation.  The definition of a notification type shall         indicate whether the notification may be confirmed,         unconfirmed or both; 
  1680.  
  1681.       - Syntax Definitions.  The definition of the Notification type         must specify any syntax that will be used to convey the CMIS         Event Information and Event Reply parameters in CMIP.  These         syntaxes are defined by means of ASN.1 data types.  The         template also permits the allocation of attribute values to         fields in the syntax; 
  1682.  
  1683.       - Notification naming.  The value of the Object Identifier         associated with the Notification definition is used to identify         the Event type in CMIP. 
  1684.  
  1685.  
  1686.  
  1687.  
  1688.  
  1689. OIM Working Group                                              [Page 73] 
  1690.  RFC 1214                       MIB-II-OIM                     April 1991 
  1691.  
  1692.  A1.8.2  Template Structure 
  1693.  
  1694.       <notification-label> NOTIFICATION 
  1695.  
  1696.       BEHAVIOUR       <behaviour-definition-label>                                       [,<behaviour-definition-label>]*;       MODE    <confirmation-mode>;       [PARAMETERS  <parameter-label>[,<parameter-label]*;       ]       [WITH INFORMATION SYNTAX <syntax-label>                       [AND ATTRIBUTE IDS <field-name><attribute-label>                                       [,<field-name><attribute-label]*];       ]       [WITH REPLY SYNTAX <syntax-label>;] 
  1697.  
  1698.       REGISTERED AS <object-identifier>; 
  1699.  
  1700.       supporting productions 
  1701.  
  1702.       confirmation-mode -> CONFIRMED | NON-CONFIRMED | CONFIRMED AND       NON-CONFIRMED 
  1703.  
  1704. A1.8.3  Supporting Definitions 
  1705.  
  1706.    BEHAVIOUR <behaviour-definition-label> 
  1707.  
  1708.    This defines the behaviour of the notification, the data that must be    specified with the notification, the results that the notification    may generate and their meaning.  The behaviour- definition-label    references a behaviour description defined by use of the Behaviour    Template. 
  1709.  
  1710.    Note:  It should not be assumed that the behaviour defined by this    clause is testable using existing conformance test technology. 
  1711.  
  1712.    MODE CONFIRMED | NON-CONFIRMED | CONFIRMED AND NON-CONFIRMED 
  1713.  
  1714.    This defines the allowable mode of operation of the notification    type, as follows: 
  1715.  
  1716.         - CONFIRMED:  The notification type shall operate in the                 confirmed mode only; 
  1717.  
  1718.         - NON-CONFIRMED:  The notification type shall operate in the                 non-confirmed mode only; 
  1719.  
  1720.         - CONFIRMED AND NON-CONFIRMED:  The notification type may                 operate in either confirmed mode or non-confirmed mode. 
  1721.  
  1722.  
  1723.  
  1724. OIM Working Group                                              [Page 74] 
  1725.  RFC 1214                       MIB-II-OIM                     April 1991 
  1726.  
  1727.     PARAMETERS  <parameter-label>[,<parameter-label>]* 
  1728.  
  1729.    The parameter-labels allow parameters to be associated with with the    behaviour of the attribute type. 
  1730.  
  1731.    WITH INFORMATION SYNTAX <syntax-label> [AND ATTRIBUTE IDS    <field-name><attribute-label> [,<field-name><attribute-label>]*;] 
  1732.  
  1733.    This construct identifies the ASN.l data type that describes the    structure of the notification information that is carried in    management protocol, and permits the association of attribute    identifiers with named fields in the abstract syntax.  The syntax-    label shall be a type reference name, using the Externaltypereference    notation defined in ISO 8824.  If absent, there is no information    associated with the notification invocation.  If the AND ATTRIBUTE    IDS option is used, the field- name label shall be a label defined    within the abstract syntax referenced by the syntax that appears in    the construct.  The data type that is labeled by the field-name is    used to carry values of the attribute referenced by attribute-label.    The ASN.1 data type of the attribute shall be the same as the data    type referenced by field-name. 
  1734.  
  1735.    WITH REPLY SYNTAX <syntax-label> 
  1736.  
  1737.    If a syntax-label is present, this identifies the ASN.1 data type    that describes the structure of the notification reply that is    carried in management protocol.  The syntax-label shall be a type    reference name, using the Externaltypereference notation defined in    ISO 8824.  If absent, there is no information associated with the    notification reply. 
  1738.  
  1739.  
  1740.  
  1741.  
  1742.  
  1743.  
  1744.  
  1745.  
  1746.  
  1747.  
  1748.  
  1749.  
  1750.  
  1751.  
  1752.  
  1753.  
  1754.  
  1755.  
  1756.  
  1757.  
  1758.  
  1759. OIM Working Group                                              [Page 75] 
  1760.  RFC 1214                       MIB-II-OIM                     April 1991 
  1761.  
  1762.  Appendix 2:  New Objects: Internet SMI Object Type Macros 
  1763.  
  1764.    atEntryId OBJECT-TYPE                  SYNTAX  DisplayString                  ACCESS  read-only                  STATUS  mandatory                 DESCRIPTION        "<index>.1.<address>, where <index is the decimal representation         of atIfIndex and <address> is atNetAddress represented in         dot notation.  The 1 is a subidentifier indicating that an IP         address follows. "                  ::= { attributes 3} 
  1765.  
  1766.    atTableId OBJECT-TYPE                  SYNTAX  DisplayString                  ACCESS  read-only                  STATUS  mandatory                 DESCRIPTION                    "An empty string."                  ::= { attributes 2} 
  1767.  
  1768.     egpId OBJECT-TYPE                  SYNTAX  DisplayString                  ACCESS  read-only                  STATUS  mandatory                 DESCRIPTION                    "An empty string."                  ::= { attributes 16} 
  1769.  
  1770.    egpNeighEntryId OBJECT-TYPE                  SYNTAX  DisplayString                  ACCESS  read-only                  STATUS  mandatory                 DESCRIPTION                         "egpNeighAddr encoded in dot notation."                  ::= { attributes 22} 
  1771.  
  1772.    egpNeighTableId OBJECT-TYPE                  SYNTAX  DisplayString                  ACCESS  read-only                  STATUS  mandatory                 DESCRIPTION                    "An empty string."                  ::= { attributes 17} 
  1773.  
  1774.    icmpId OBJECT-TYPE                  SYNTAX  DisplayString 
  1775.  
  1776.  
  1777.  
  1778. OIM Working Group                                              [Page 76] 
  1779.  RFC 1214                       MIB-II-OIM                     April 1991 
  1780.  
  1781.                   ACCESS  read-only                  STATUS  mandatory                 DESCRIPTION                    "An empty string."                  ::= { attributes 9} 
  1782.  
  1783.    ifId OBJECT-TYPE                  SYNTAX  DisplayString                  ACCESS  read-only                  STATUS  mandatory                 DESCRIPTION                    "An empty string."                  ::= { attributes 23} 
  1784.  
  1785.    ifEntryId OBJECT-TYPE                  SYNTAX  DisplayString                  ACCESS  read-only                  STATUS  mandatory                 DESCRIPTION                    "The decimal representation of ifIndex."                  ::= { attributes  21} 
  1786.  
  1787.    ifTableId OBJECT-TYPE                  SYNTAX  DisplayString                  ACCESS  read-only                  STATUS  mandatory                 DESCRIPTION                    "An empty string."                  ::= { attributes 1} 
  1788.  
  1789.    ipAdEntryId OBJECT-TYPE                  SYNTAX  DisplayString                  ACCESS  read-only                  STATUS  mandatory                 DESCRIPTION                    "ipAdEntAddr encoded in dot notation."                  ::= { attributes 19} 
  1790.  
  1791.    ipAddrTableId OBJECT-TYPE                  SYNTAX  DisplayString                  ACCESS  read-only                  STATUS  mandatory                 DESCRIPTION                    "An empty string."                  ::= { attributes 5} 
  1792.  
  1793.  
  1794.  
  1795.  
  1796.  
  1797.  OIM Working Group                                              [Page 77] 
  1798.  RFC 1214                       MIB-II-OIM                     April 1991 
  1799.  
  1800.     ipId OBJECT-TYPE                  SYNTAX  DisplayString                  ACCESS  read-only                  STATUS  mandatory                 DESCRIPTION                    "An empty string."                  ::= { attributes 4} 
  1801.  
  1802.    ipNetToMediaEntryId OBJECT-TYPE                  SYNTAX  DisplayString                  ACCESS  read-only                  STATUS  mandatory                 DESCRIPTION         "<interface>.<address>, where <interface> is the decimal         representation of ipNetToMediaIndex and <address> is         ipNetToMediaNetAddress in dot notation."                  ::= { attributes 8} 
  1803.  
  1804.    ipNetToMediaTableId OBJECT-TYPE                  SYNTAX  DisplayString                  ACCESS  read-only                  STATUS  mandatory                 DESCRIPTION                    "An empty string."                  ::= { attributes 7} 
  1805.  
  1806.    ipRouteEntryId OBJECT-TYPE                  SYNTAX  DisplayString                  ACCESS  read-only                  STATUS  mandatory                 DESCRIPTION            "<dest> , where <dest> is ipRouteDest represented in dot            notation."                  ::= { attributes 20} 
  1807.  
  1808.    ipRoutingTableId OBJECT-TYPE                  SYNTAX  DisplayString                  ACCESS  read-only                  STATUS  mandatory                 DESCRIPTION                    "An empty string."                  ::= { attributes 6} 
  1809.  
  1810.    snmpId OBJECT-TYPE                  SYNTAX  DisplayString                  ACCESS  read-only                  STATUS  mandatory                 DESCRIPTION 
  1811.  
  1812.  
  1813.  
  1814. OIM Working Group                                              [Page 78] 
  1815.  RFC 1214                       MIB-II-OIM                     April 1991 
  1816.  
  1817.                     "An empty string."                  ::= { attributes 18} 
  1818.  
  1819.    tcpConnId OBJECT-TYPE                  SYNTAX  DisplayString                  ACCESS  read-only                  STATUS  mandatory                 DESCRIPTION             "<laddr> . <lport> . <raddr> . <rport>, where             <laddr> is the dot notation representation of                    tcpConnLocalAddress,             <lport> is the decimal representation of tcpConnLocalPort,             <raddr> is the dot notation representation of                    tcpConnRemAddress, and             <rport> is the decimal representation of tcpConnRemPort."                  ::= { attributes 12} 
  1820.  
  1821.    tcpConnTableId OBJECT-TYPE                  SYNTAX  DisplayString                  ACCESS  read-only                  STATUS  mandatory                 DESCRIPTION                    "An empty string."                  ::= { attributes 11} 
  1822.  
  1823.    tcpId OBJECT-TYPE                  SYNTAX  DisplayString                  ACCESS  read-only                  STATUS  mandatory                 DESCRIPTION                    "An empty string."                  ::= { attributes 10} 
  1824.  
  1825.    updEntryId OBJECT-TYPE                  SYNTAX  DisplayString                  ACCESS  read-only                  STATUS  mandatory                 DESCRIPTION            "<index> . <address>, where <index> is the decimal            representation of atIfIndex and <address> is atNetAddress            represented in dot notation."                  ::= { attributes 15} 
  1826.  
  1827.    udpId OBJECT-TYPE                  SYNTAX  DisplayString                  ACCESS  read-only                  STATUS  mandatory                 DESCRIPTION 
  1828.  
  1829.  
  1830.  
  1831. OIM Working Group                                              [Page 79] 
  1832.  RFC 1214                       MIB-II-OIM                     April 1991 
  1833.  
  1834.                     "An empty string."                  ::= { attributes 13} 
  1835.  
  1836.    udpTableId OBJECT-TYPE                  SYNTAX  DisplayString                  ACCESS  read-only                  STATUS  mandatory                 DESCRIPTION                    "An empty string."                  ::= { attributes 14} 
  1837.  
  1838.  
  1839.  
  1840.  
  1841.  
  1842.  
  1843.  
  1844.  
  1845.  
  1846.  
  1847.  
  1848.  
  1849.  
  1850.  
  1851.  
  1852.  
  1853.  
  1854.  
  1855.  
  1856.  
  1857.  
  1858.  
  1859.  
  1860.  
  1861.  
  1862.  
  1863.  
  1864.  
  1865.  
  1866.  
  1867.  
  1868.  
  1869.  
  1870.  
  1871.  
  1872.  
  1873.  
  1874.  
  1875.  
  1876.  
  1877.  
  1878. OIM Working Group                                              [Page 80] 
  1879.  RFC 1214                       MIB-II-OIM                     April 1991 
  1880.  
  1881.  Appendix 3: Supporting Definitions 
  1882.  
  1883.    The definition of the object class "top", from which all object    classes are derived, is taken from ISO/IEC DIS 10165-2: Definition of    Management Information [5].  However, pending progression of that    document to an International Standard, the object class "top" and its    associated attributes have been registered here under the oim    registration arc. 
  1884.  
  1885.    top     MANAGED OBJECT CLASS            CHARACTERIZED BY                topPackage PACKAGE            BEHAVIOUR DEFINITIONS topBehaviour;            ATTRIBUTES                    objectClass     GET,                    name            GET,                    allomorphs      GET,                    nameBindings    GET,                    packages        GET;;;    REGISTERED AS {objects 1}; 
  1886.  
  1887.    topBehaviour    BEHAVIOUR            DEFINED AS    This is the top level of managed object class hierarchy and    every other managed object class is a specialization of either    this generic class (top) or a specialization of a subclass of top.; 
  1888.  
  1889.    allomorphs ATTRIBUTE            WITH ATTRIBUTE SYNTAX                    Top-Syntax.Allomorphs;                    -- A set of allormorphic superclass identifiers            MATCHES FOR  Set Comparison, Set Intersection;    REGISTERED AS {attributes 30}; 
  1890.  
  1891.    name ATTRIBUTE            WITH ATTRIBUTE SYNTAX InformationFramework.                                    RelativeDistinguishedName;                    -- defined in Directory standards            MATCHES FOR Equality;    REGISTERED AS {attributes 31}; 
  1892.  
  1893.    nameBindings ATTRIBUTE            WITH ATTRIBUTE SYNTAX                    Top-Syntax.NameBindings;                    -- A set of valid namebindings for this object.            MATCHES FOR     Set Comparison, Set Intersection;    REGISTERED AS {attributes 32}; 
  1894.  
  1895.  
  1896.  
  1897.  OIM Working Group                                              [Page 81] 
  1898.  RFC 1214                       MIB-II-OIM                     April 1991 
  1899.  
  1900.     objectClass     ATTRIBUTE            WITH ATTRIBUTE SYNTAX CMIP-1.ObjectClass;            MATCHES FOR Equality, Ordering;    REGISTERED AS {attributes 33}; 
  1901.  
  1902.    packages ATTRIBUTE            WITH ATTRIBUTE SYNTAX                    Top-Syntax.Packages;                    -- The set of optional packages defined for the                    -- class that are included in this instantiation of                    -- the object.            MATCHES FOR Set Comparison, Set Intersection;    REGISTERED AS {attributes 34}; 
  1903.  
  1904.     Top-Syntax {iso(1) org(3) dod(6) internet(1) mgmt(1) mib(1)                    oim(9) misc(4) 2}    DEFINITIONS ::=    BEGIN 
  1905.  
  1906.    -- from ISO/IEC DIS 10165-2:Definition of Management Information 
  1907.  
  1908.    Allomorphs ::=  SET OF OBJECT IDENTIFIER 
  1909.  
  1910.    NameBindings ::=        SET OF OBJECT IDENTIFIER 
  1911.  
  1912.    Packages ::=    SET OF OBJECT IDENTIFIER 
  1913.  
  1914.    -- From Directory InformationFramework 
  1915.  
  1916.    RelativeDistinguishedName ::= SET OF AttributeValueAssertion 
  1917.  
  1918.    AttributeValueAssertion ::= SEQUENCE {AttributeType,                                          AttributeValue} 
  1919.  
  1920.    AttributeType ::= OBJECT IDENTIFIER 
  1921.  
  1922.    AttributeValue ::= ANY 
  1923.  
  1924.    -- From CMIP-1 
  1925.  
  1926.    ObjectClass ::= CHOICE {globalForm      [0] OBJECT IDENTIFIER,                                       localForm    [1] INTEGER }    END 
  1927.  
  1928. Security Considerations 
  1929.  
  1930.    Security issues are not discussed in this memo. 
  1931.  
  1932.  
  1933.  
  1934. OIM Working Group                                              [Page 82] 
  1935.  RFC 1214                       MIB-II-OIM                     April 1991 
  1936.  
  1937.  Author's Address 
  1938.  
  1939.    Lee LaBarre    The MITRE Corporation    Burlington Road    Bedford, MA 01730 
  1940.  
  1941.    Phone: (617) 271-8507 
  1942.  
  1943.    EMail: cel@mbunix.mitre.org 
  1944.  
  1945.  
  1946.  
  1947.  
  1948.  
  1949.  
  1950.  
  1951.  
  1952.  
  1953.  
  1954.  
  1955.  
  1956.  
  1957.  
  1958.  
  1959.  
  1960.  
  1961.  
  1962.  
  1963.  
  1964.  
  1965.  
  1966.  
  1967.  
  1968.  
  1969.  
  1970.  
  1971.  
  1972.  
  1973.  
  1974.  
  1975.  
  1976.  
  1977.  
  1978.  
  1979.  
  1980.  
  1981.  
  1982.  
  1983.  
  1984.  
  1985. OIM Working Group                                              [Page 83] 
  1986.  
  1987.