home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / drafts / draft__misc / Newer < prev    next >
Internet Message Format  |  1997-08-01  |  43KB

  1. Received: from cnri by ietf.org id aa17620; 30 Jul 97 10:52 EDT
  2. Received: from bass.aic.co.jp (sun2.sendai.wide.ad.jp [203.178.138.18]) by cnri.reston.va.us (8.8.5/8.7.3) with ESMTPid KAA24745 for <Internet-Drafts@CNRI.Reston.VA.US>; Wed, 30 Jul 1997 10:50:43 -0400 (EDT)
  3. Received: (from glenn@localhost) by bass.aic.co.jp (8.7.4+2.6Wbeta6/3.4W4) id XAA14556; Wed, 30 Jul 1997 23:42:43 +0900 (JST)
  4. Date: Wed, 30 Jul 1997 23:42:43 +0900 (JST)
  5. From: Glenn Mansfield <glenn@aic.co.jp>
  6. Message-Id: <199707301442.XAA14556@bass.aic.co.jp>
  7. To: Internet-Drafts@CNRI.Reston.VA.US
  8. Subject: Internet Draft on Directory Server Monitoring MIB
  9. Cc: glenn@aic-wide.aic.co.jp
  10.  
  11. Hi!
  12.  
  13. Following is a draft of the "Directory Server Monitoring MIB" - it is
  14. a substantially revised version of the draft-ietf-madman-ds-mib-1-02.txt.
  15. Could you please post it as an I-D.
  16.  
  17. Thanks & Cheers
  18.  
  19. Glenn
  20.  
  21. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28. MADMAN Working Group                   Glenn Mansfield [glenn@aic.co.jp]
  29. INTERNET-DRAFT                                       Cyber Research Inc.
  30. draft-ietf-madman-dsa-mib-1-03.txt         S.E.Kille [S.Kille@isode.com]
  31.                                                         ISODE Consortium
  32.                                                                July 1997
  33.  
  34.  
  35.                     Directory Server Monitoring MIB
  36.  
  37.  
  38. Status of this Memo
  39.  
  40.    This document is an Internet Draft. Internet Drafts are working
  41.    documents of the Internet Engineering Task Force (IETF), its Areas,
  42.    and its Working Groups. Note that other groups may also distribute
  43.    working documents as Internet Drafts.
  44.  
  45.    Internet Drafts are draft documents valid for a maximum of six
  46.    months. Internet Drafts may be updated, replaced, or obsoleted by
  47.    other documents at any time.  It is not appropriate to use Internet
  48.    Drafts as reference material or to cite them other than as a "working
  49.    draft" or "work in progress."
  50.  
  51.    To learn the current status of any Internet-Draft, please check the
  52.    1id-abstracts.txt listing contained in the Internet-Drafts Shadow
  53.    Directories on ds.internic.net, nic.nordu.net, ftp.nisc.sri.com, or
  54.    munnari.oz.au.
  55.  
  56.  
  57. Abstract
  58.  
  59.    This memo defines a portion of the Management Information Base (MIB)
  60.    for use with network management protocols in the Internet community.
  61.    Specifically, this memo extends the basic Network Services Monitoring
  62.    MIB [9] to allow monitoring of Directory Servers.
  63.  
  64. Table of Contents
  65.  
  66.    1.  The SNMPv2 Network Management Framework ....................... 2
  67.    2.  The Directory Services Model .................................. 2
  68.    3.  MIB Model for Directory Management ............................ 4
  69.    4.  MIB design .................................................... 5
  70.    5.  The Directory Server Monitoring MIB ........................... 6
  71.    6.  Changes from RFC1567 ..........................................23
  72.    7.  Acknowledgements ..............................................24
  73.    8.  References ....................................................24
  74.    Security Considerations ...........................................25
  75.    Authors' Addresses ................................................25
  76.  
  77.  
  78.  
  79. Expires: January 25, 1998                                       [Page 1]
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86. Internet Draft                                               May 16 1997
  87.  
  88.  
  89. 1.  The SNMPv2 Network Management Framework.
  90.  
  91.    The major components of the SNMPv2 Network Management framework  are
  92.    described in the documents listed below.
  93.  
  94.  
  95.          o RFC 1902 [1] defines the Structure of Management Information
  96.            (SMI), the mechanisms used for describing and naming objects
  97.            for the purpose of management.
  98.  
  99.          o STD 17, RFC 1213 [2] defines MIB-II, the core set of managed
  100.            objects (MO) for the Internet suite of protocols.
  101.  
  102.          o RFC 1905 [3] defines the protocol used for network access to
  103.            managed objects.
  104.  
  105.    Textual conventions are defined in RFC 1903 [4], and conformance
  106.    statements are defined in RFC 1904 [5].
  107.  
  108.    The framework is adaptable/extensible by defining new MIBs to suit
  109.    the requirements of specific applications/protocols/situations.
  110.  
  111.    1.1.  Object Definitions.
  112.  
  113.  
  114.    Managed objects are accessed via a virtual information store, the
  115.    MIB.  Objects in the MIB are defined using the subset of Abstract
  116.    Syntax Notation One (ASN.1) defined in the SMI.  In particular, each
  117.    object type is named by an OBJECT IDENTIFIER, which is an
  118.    administratively assigned name.  The object type together with an
  119.    object instance serves to uniquely identify a specific instantiation
  120.    of the object.  For human convenience, often a textual string, termed
  121.    the descriptor, is used to refer to the object type.
  122.  
  123.    2.  The Directory Services Model.
  124.  
  125.  
  126.    The Directory comprises of Directory Servers. Clients or Directory
  127.    User Agents (DUA) are provided access to the Directory which maybe
  128.    local or distributed, by the Directory Servers. The server maybe a
  129.    X.500 Directory System Agent (DSA) [6] running over the OSI suite of
  130.    protocols or, a (C)LDAP[7,8] frontend to the X.500 Directory System
  131.    Agent or, a native LDAP Directory Server running directly over TCP or
  132.    other protocols, or a database acting as a backend to another server,
  133.    or any other application protocol, or any combination of the above. A
  134.    Directory Server has one or more application protocol interfaces.
  135.    Through these interfaces the Directory Server interacts with the DUA
  136.    and with the peer Directory Servers.
  137.  
  138.  
  139.  
  140. Expires: January 25, 1998                                       [Page 2]
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147. Internet Draft                                               May 16 1997
  148.  
  149.  
  150.    Fig. 1 shows the case of a Directory Server that receives requests
  151.    and sends back responses in some protocol. Fig. 2 shows one possible
  152.    scenario where the Directory Server speaks multiple protocols.
  153.  
  154.  
  155.  
  156.                               +----------------+
  157.                               |                |
  158.                               |   Directory    | Directory Protocol
  159.                               |     Server     X-------->
  160.                               |                |
  161.                               |                |
  162.                               +----------------+
  163.  
  164.                                      FIG. 1.
  165.  
  166.  
  167.                               +----------------+
  168.                               |                |
  169.                DSP <----------X                X--------> DAP
  170.                               |   Directory    |
  171.              Other            |     Server     |
  172.           Protocol <----------X                X--------> LDAP
  173.                               |                |
  174.                               +----------------+
  175.  
  176.                                      FIG. 2.
  177.  
  178.  
  179.    The Directory contains information in the form of entries. An entry
  180.    is a collection of attributes and is uniquely identified by a name,
  181.    the Distinguished Name (DN). The entries are arranged in a
  182.    hierarchical tree-like structure called the Directory Information
  183.    Tree (DIT).
  184.  
  185.    A DUA requests a Directory Server to perform some operation on the
  186.    Directory. The Directory Server is responsible for performing the
  187.    operation and after completing its effort to carry out the request,
  188.    returns a response to the DUA.
  189.  
  190.    A Directory Server may use information stored in its local database
  191.    or interact with (chain the request to) other Directory Servers to
  192.    service the DUA request. Alternatively, a Directory Server may return
  193.    a reference to another Directory Server (referral).
  194.  
  195.    The local database of a Directory Server consists of the part of the
  196.    Directory that is mastered by the Directory Server, the part of the
  197.    Directory for which it keeps slave copies and cached information that
  198.  
  199.  
  200.  
  201.  
  202. Expires: January 25, 1998                                       [Page 3]
  203.  
  204.  
  205.  
  206.  
  207.  
  208. Internet Draft                                               May 16 1997
  209.  
  210.  
  211.    is gathered during the operation of the Directory Server.
  212.  
  213.    In the connection oriented mode a DUA "binds" to a Directory Server
  214.    with a particular identification. The  Directory Server may
  215.    authenticate the identity of the DUA. In the connectionless mode as
  216.    is employed in CLDAP [CLDAP] no binding and/authentication is carried
  217.    out between the DUA and the Directory Server.  The following type of
  218.    operations are carried out by the Directory Server : Read, Compare,
  219.    Addition of an Entry (AddEntry), Modification of an Entry
  220.    (ModifyEntry), Modification of a DN (ModifyRDN), Deletion of an Entry
  221.    (RemoveEntry), List, Search, Abandon. Some Directory Servers do not
  222.    support some type of operations. For example CLDAP does not support
  223.    AddEntry, ModifyEntry, ModifyRDN, RemoveEntry etc.  In response to
  224.    requests results and/or errors are returned by the Directory Server.
  225.  
  226.    In the distributed Directory data is often replicated to enhance
  227.    performance and for other advantages. The data to be replicated is
  228.    transferred from the "Supplier" Directory Server to the "Consumer"
  229.    Directory Server according to the replication agreement between the
  230.    supplier and the receiver.
  231.  
  232.  
  233.  
  234.    3.  MIB Model for  Directory  Management.
  235.  
  236.    A Directory manager must be able to monitor all the Directory Servers
  237.    in his/her domain of management. The Directory Servers may be running
  238.    on one or more hosts and, multiple Directory Servers may be running
  239.    on the same host.
  240.  
  241.    The manager may wish to monitor  several  aspects of  the operational
  242.    Directory Servers. He/she may want to know the process related
  243.    aspects- the resource utilization of an operational Directory Server;
  244.    the  network service related aspects e.g. inbound-associations,
  245.    outbound-associations, operational status, and finally the
  246.    information specific to the Directory Server application- its
  247.    operations and performance.
  248.  
  249.    The MIB defined in this document covers the  portion  which is
  250.    specific to Directory services. The network service related part of
  251.    the MIB, and the host-resources related part  of the  MIB, as well
  252.    other parts of interest to a Manager monitoring the Directory
  253.    services, are covered in separate documents  [9][10].
  254.  
  255.    The MIB will cover a group of Directory Servers. The grouping will be
  256.    done on some logical basis by the administrator/manager.  In all
  257.    cases, the grouping will be reflected in the pertinent NETWORK-
  258.    SERVICES-MIB which must have an entry corresponding to each Directory
  259.  
  260.  
  261.  
  262.  
  263. Expires: January 25, 1998                                       [Page 4]
  264.  
  265.  
  266.  
  267.  
  268.  
  269. Internet Draft                                               May 16 1997
  270.  
  271.  
  272.    Server in the group.
  273.  
  274.  
  275.  
  276. 4.  MIB design.
  277.  
  278.    The basic principle has been to keep the MIB as simple as  possible.
  279.    The Managed objects included in the MIB are divided into three
  280.    tables- dsaTable, dsaOpsTable, and dsaIntTable.
  281.  
  282.       - The dsaTable contains a list of Directory Servers. The list
  283.       contains a description of the Directory Servers as well as summary
  284.       statistics on the entries held by and the cache performance of
  285.       each Directory Server. The group of servers on this list is likely
  286.       to contain a part of, if not all, the Directory Servers in the
  287.       management domain.
  288.  
  289.       - The dsaApplIfOpsTable  provides  summary statistics on the
  290.       accesses, operations and errors for each application protocol
  291.       interface of a Directory Server.
  292.  
  293.       - The dsaIntTable  provides some useful information on the
  294.       interaction of the monitored Directory Servers with peer Directory
  295.       Servers.
  296.  
  297.    There   are  references   to   the   Directory  itself  for   static
  298.    information  pertaining  to the Directory Server. These references
  299.    are in the form of "Directory Distinguished Name" [11] of the
  300.    corresponding object. It is intended  that  Directory management
  301.    applications will use these references to obtain  further
  302.    information on the objects of interest.
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324. Expires: January 25, 1998                                       [Page 5]
  325.  
  326.  
  327.  
  328.  
  329.  
  330. Internet Draft                                               May 16 1997
  331.  
  332.  
  333.    5.  The Directory Monitoring MIB.
  334.  
  335.  
  336.    DSA-SERVER-MIB DEFINITIONS ::= BEGIN
  337.  
  338.     IMPORTS
  339.       MODULE-IDENTITY,  Counter32, Gauge32, OBJECT-TYPE,
  340.                  FROM SNMPv2-SMI
  341.       DisplayString,    TimeStamp,
  342.                  FROM SNMPv2-TC
  343.       MODULE-COMPLIANCE, OBJECT-GROUP
  344.                  FROM SNMPv2-CONF
  345.       applIndex, DistinguishedName, URLString,
  346.       applTCPProtoID,          applUDPProtoID,
  347.                  FROM NETWORK-SERVICES-MIB
  348.  
  349.     dsaMIB MODULE-IDENTITY
  350.        LAST-UPDATED "9707250000Z"
  351.        ORGANIZATION "IETF Mail and Directory Management Working
  352.                      Group"
  353.        CONTACT-INFO
  354.               "        Glenn Mansfield
  355.                Postal: Cyber Research Inc.
  356.                        6-6-3, Minami Yoshinari
  357.                        Aoba-ku, Sendai, Japan 989-32.
  358.  
  359.                Tel:    +81-22-303-4012
  360.                Fax:    +81-22-303-4015
  361.                E-mail: glenn@aic.co.jp"
  362.        DESCRIPTION
  363.                " The MIB module for monitoring Directory Services."
  364.             ::= { experimental XXX}
  365.  
  366.  
  367.     dsaTable OBJECT-TYPE
  368.         SYNTAX SEQUENCE OF DsaTableEntry
  369.         MAX-ACCESS not-accessible
  370.         STATUS current
  371.         DESCRIPTION
  372.           " The table holding information related to the Directory
  373.             Servers."
  374.         ::= {dsaMIB 1}
  375.  
  376.     dsaTableEntry OBJECT-TYPE
  377.         SYNTAX DsaTableEntry
  378.         MAX-ACCESS not-accessible
  379.         STATUS current
  380.         DESCRIPTION
  381.  
  382.  
  383.  
  384.  
  385. Expires: January 25, 1998                                       [Page 6]
  386.  
  387.  
  388.  
  389.  
  390.  
  391. Internet Draft                                               May 16 1997
  392.  
  393.  
  394.           " Entry containing summary description for a Directory
  395.             Server."
  396.         INDEX { applIndex }
  397.         ::= {dsaTable 1}
  398.  
  399.    -- General description of the Directory Server application will be
  400.    -- available in the applTable of the NETWORK-SERVICES-MIB indexed by
  401.    -- applIndex.
  402.  
  403.     DsaTableEntry ::= SEQUENCE {
  404.         dsaServerType
  405.             INTEGER,
  406.         dsaServerDescription
  407.             DisplayString,
  408.  
  409.     -- Entry statistics/Cache performance
  410.         dsaMasterEntries
  411.             Gauge32,
  412.         dsaCopyEntries
  413.             Gauge32,
  414.         dsaCacheEntries
  415.             Gauge32,
  416.         dsaCacheHits
  417.             Counter32,
  418.         dsaSlaveHits
  419.             Counter32
  420.     }
  421.  
  422.     dsaServerType OBJECT-TYPE
  423.         SYNTAX INTEGER (0..3)
  424.         MAX-ACCESS read-only
  425.         STATUS current
  426.         DESCRIPTION
  427.           " A value which indicates whether the server is
  428.            a frontend or, a backend or, both.
  429.  
  430.            The value is a sum of 2^(code-1) for each code
  431.            corresponding to the service roles of the  Directory
  432.            Server.
  433.                   code Service role
  434.                     1  frontend Directory Server
  435.                     2  backend  Directory Server
  436.           "
  437.         ::= {dsaTableEntry 1}
  438.  
  439.     dsaServerDescription
  440.        SYNTAX DisplayString
  441.  
  442.        MAX-ACCESS read-only
  443.  
  444.  
  445.  
  446. Expires: January 25, 1998                                       [Page 7]
  447.  
  448.  
  449.  
  450.  
  451.  
  452. Internet Draft                                               May 16 1997
  453.  
  454.  
  455.        STATUS current
  456.        DESCRIPTION
  457.          "A text description of the application.  This information
  458.           is intended to identify and briefly describe the
  459.           application in a status display."
  460.         ::= {dsaTableEntry 2}
  461.  
  462.  
  463.    -- A (C)LDAP frontend to the X.500 Directory will not have
  464.    -- MasterEntries, CopyEntries; the following counters will
  465.    -- be inaccessible for LDAP/CLDAP frontends to the X.500
  466.    -- directory: dsaMasterEntries, dsaCopyEntries, dsaSlaveHits.
  467.  
  468.     dsaMasterEntries OBJECT-TYPE
  469.         SYNTAX Gauge32
  470.         MAX-ACCESS read-only
  471.         STATUS current
  472.         DESCRIPTION
  473.           " Number of entries mastered in the Directory Server."
  474.         ::= {dsaTableEntry 3}
  475.  
  476.     dsaCopyEntries OBJECT-TYPE
  477.         SYNTAX Gauge32
  478.         MAX-ACCESS read-only
  479.         STATUS current
  480.         DESCRIPTION
  481.           " Number of entries for which systematic (slave)
  482.             copies are maintained in the Directory Server."
  483.         ::= {dsaTableEntry 4}
  484.  
  485.     dsaCacheEntries OBJECT-TYPE
  486.         SYNTAX Gauge32
  487.         MAX-ACCESS read-only
  488.         STATUS current
  489.         DESCRIPTION
  490.           " Number of entries cached (non-systematic copies) in
  491.             the Directory Server. This will include the entries that
  492.             are cached partially. The negative cache is not counted."
  493.         ::= {dsaTableEntry 5}
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507. Expires: January 25, 1998                                       [Page 8]
  508.  
  509.  
  510.  
  511.  
  512.  
  513. Internet Draft                                               May 16 1997
  514.  
  515.  
  516.     dsaCacheHits OBJECT-TYPE
  517.         SYNTAX Counter32
  518.         MAX-ACCESS read-only
  519.         STATUS current
  520.         DESCRIPTION
  521.           " Number of operations that were serviced from
  522.             the locally held cache since application
  523.             startup."
  524.         ::= {dsaTableEntry 6}
  525.  
  526.     dsaSlaveHits  OBJECT-TYPE
  527.         SYNTAX Counter32
  528.         MAX-ACCESS read-only
  529.         STATUS current
  530.         DESCRIPTION
  531.           " Number of operations that were serviced from
  532.             the locally held object replications ( copy-
  533.             entries) since application startup."
  534.         ::= {dsaTableEntry 7}
  535.  
  536.     dsaApplIfOpsTable OBJECT-TYPE
  537.         SYNTAX SEQUENCE OF DsaApplIfOpsEntry
  538.         MAX-ACCESS not-accessible
  539.         STATUS current
  540.         DESCRIPTION
  541.           " The table holding information related to the
  542.             Directory Server operations."
  543.         ::= {dsaMIB 2}
  544.  
  545.     dsaApplIfOpsEntry OBJECT-TYPE
  546.         SYNTAX DsaApplIfOpsEntry
  547.         MAX-ACCESS not-accessible
  548.         STATUS current
  549.         DESCRIPTION
  550.           " Entry containing operations related statistics
  551.             for a Directory Server."
  552.         INDEX { applIndex, dsaApplIfProtocolIndex }
  553.         ::= {dsaOpsTable 1}
  554.  
  555.     DsaApplIfOpsEntry ::= SEQUENCE {
  556.  
  557.         dsaApplIfProtocolIndex
  558.              INTEGER,
  559.         dsaApplIfProtocol
  560.              OBJECT IDENTIFIER,
  561.  
  562.  
  563.     -- Bindings
  564.  
  565.  
  566.  
  567.  
  568. Expires: January 25, 1998                                       [Page 9]
  569.  
  570.  
  571.  
  572.  
  573.  
  574. Internet Draft                                               May 16 1997
  575.  
  576.  
  577.         dsaAnonymousBinds
  578.             Counter32,
  579.         dsaUnauthBinds
  580.             Counter32,
  581.         dsaSimpleAuthBinds
  582.             Counter32,
  583.         dsaStrongAuthBinds
  584.             Counter32,
  585.         dsaBindSecurityErrors
  586.             Counter32,
  587.  
  588.     -- In-coming operations
  589.  
  590.         dsaInOps
  591.             Counter32,
  592.         dsaReadOps
  593.             Counter32,
  594.         dsaCompareOps
  595.             Counter32,
  596.         dsaAddEntryOps
  597.             Counter32,
  598.         dsaRemoveEntryOps
  599.             Counter32,
  600.         dsaModifyEntryOps
  601.             Counter32,
  602.         dsaModifyRDNOps
  603.             Counter32,
  604.         dsaListOps
  605.             Counter32,
  606.         dsaSearchOps
  607.             Counter32,
  608.         dsaOneLevelSearchOps
  609.             Counter32,
  610.         dsaWholeSubtreeSearchOps
  611.             Counter32,
  612.  
  613.     -- Out going operations
  614.  
  615.         dsaReferrals
  616.             Counter32,
  617.         dsaChainings
  618.             Counter32,
  619.  
  620.     -- Errors
  621.  
  622.  
  623.         dsaSecurityErrors
  624.             Counter32,
  625.         dsaErrors
  626.  
  627.  
  628.  
  629. Expires: January 25, 1998                                      [Page 10]
  630.  
  631.  
  632.  
  633.  
  634.  
  635. Internet Draft                                               May 16 1997
  636.  
  637.  
  638.             Counter32,
  639.  
  640.    --  replications
  641.  
  642.         dsaReplicationUpdatesIn
  643.             Counter32,
  644.         dsaReplicationUpdatesOut
  645.             Counter32,
  646.  
  647.     -- Traffic Volume
  648.  
  649.         dsaInBytes
  650.             Counter32,
  651.         dsaOutBytes
  652.             Counter32
  653.     }
  654.  
  655.     -- CLDAP does not use binds; for A CLDAP Directory Server the bind
  656.     -- related counters will be inaccessible.
  657.     --
  658.     -- CLDAP and LDAP implement "Read" and "List" operations
  659.     -- indirectly via the "search" operation; the following
  660.     -- counters will be inaccessible for CLDAP and LDAP Directory Servers:
  661.     -- dsaReadOps, dsaListOps
  662.     --
  663.     -- CLDAP does not implement "Compare", "Add", "Remove",
  664.     -- "Modify", "ModifyRDN"; the following counters will be
  665.     -- inaccessible for CLDAP Directory Servers:
  666.     -- dsaCompareOps, dsaAddEntryOps,  dsaRemoveEntryOps,
  667.     -- dsaModifyEntryOps, dsaModifyRDNOps.
  668.     --
  669.     -- CLDAP and LDAP Directory Servers do not return Referrals
  670.     -- the following fields will remain inaccessible for
  671.     -- CLDAP and LDAP Directory Servers: dsaReferrals.
  672.  
  673.     dsaApplIfProtocolIndex OBJECT-TYPE
  674.         SYNTAX INTEGER (1..2147483647)
  675.         MAX-ACCESS read-only
  676.         STATUS current
  677.         DESCRIPTION
  678.          "An index to uniquely identify the application-layer protocol
  679.           interface. This attribute is the index used for lexicographic
  680.           ordering of the table."
  681.  
  682.         ::= {dsaOpsEntry 1}
  683.  
  684.     dsaApplIfProtocol OBJECT-TYPE
  685.         SYNTAX OBJECT IDENTIFIER
  686.         MAX-ACCESS read-only
  687.  
  688.  
  689.  
  690. Expires: January 25, 1998                                      [Page 11]
  691.  
  692.  
  693.  
  694.  
  695.  
  696. Internet Draft                                               May 16 1997
  697.  
  698.  
  699.         STATUS current
  700.         DESCRIPTION
  701.          "An identification of the protocol being used by the application
  702.           on this interface.  For an OSI Application, this will be the
  703.           Application Context.  For Internet applications, the IANA
  704.           maintains a registry of the OIDs which correspond to
  705.           well-known applications.  If the application protocol is
  706.           not listed in the registry, an OID value of the form
  707.           {applTCPProtoID port} or {applUDProtoID port} are used for
  708.           TCP-based and UDP-based protocols, respectively. In either
  709.           case 'port' corresponds to the primary port number being
  710.           used by the protocol."
  711.         ::= {dsaOpsEntry 2}
  712.  
  713.     dsaAnonymousBinds OBJECT-TYPE
  714.         SYNTAX Counter32
  715.         MAX-ACCESS read-only
  716.         STATUS current
  717.         DESCRIPTION
  718.           " Number of incoming anonymous bind requests from DUAs,
  719.             since application startup."
  720.         ::= {dsaOpsEntry 3}
  721.  
  722.     dsaUnauthBinds OBJECT-TYPE
  723.         SYNTAX Counter32
  724.         MAX-ACCESS read-only
  725.         STATUS current
  726.         DESCRIPTION
  727.           " Number of un-authenticated bind requests received since
  728.             application startup."
  729.         ::= {dsaOpsEntry 4}
  730.  
  731.     dsaSimpleAuthBinds OBJECT-TYPE
  732.         SYNTAX Counter32
  733.         MAX-ACCESS read-only
  734.         STATUS current
  735.         DESCRIPTION
  736.           " Number of bind requests that were authenticated
  737.             using simple authentication procedures like password
  738.             checks since application startup. "
  739.         ::= {dsaOpsEntry 5}
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751. Expires: January 25, 1998                                      [Page 12]
  752.  
  753.  
  754.  
  755.  
  756.  
  757. Internet Draft                                               May 16 1997
  758.  
  759.  
  760.     dsaStrongAuthBinds OBJECT-TYPE
  761.         SYNTAX Counter32
  762.         MAX-ACCESS read-only
  763.         STATUS current
  764.         DESCRIPTION
  765.           " Number of bind requests that were authenticated
  766.             using SSL and X.500 strong authentication procedures since
  767.             application start. This includes the binds that were
  768.             authenticated using external authentication procedures
  769.             since application startup."
  770.         ::= {dsaOpsEntry 6}
  771.  
  772.     dsaBindSecurityErrors OBJECT-TYPE
  773.         SYNTAX Counter32
  774.         MAX-ACCESS read-only
  775.         STATUS current
  776.         DESCRIPTION
  777.           " Number of bind requests that have been rejected
  778.             due to inappropriate authentication or
  779.             invalid credentials since application startup."
  780.         ::= {dsaOpsEntry 7}
  781.  
  782.     dsaInOps OBJECT-TYPE
  783.         SYNTAX Counter32
  784.         MAX-ACCESS read-only
  785.         STATUS current
  786.         DESCRIPTION
  787.           " Number of requests received from DUAs or other
  788.             Directory Servers since application startup."
  789.         ::= {dsaOpsEntry 8}
  790.  
  791.     dsaReadOps OBJECT-TYPE
  792.         SYNTAX Counter32
  793.         MAX-ACCESS read-only
  794.         STATUS current
  795.         DESCRIPTION
  796.           " Number of read requests  received
  797.             since application startup."
  798.         ::= {dsaOpsEntry 9}
  799.  
  800.     dsaCompareOps OBJECT-TYPE
  801.  
  802.         SYNTAX Counter32
  803.         MAX-ACCESS read-only
  804.         STATUS current
  805.         DESCRIPTION
  806.           " Number of compare requests received
  807.             since application startup."
  808.         ::= {dsaOpsEntry 10}
  809.  
  810.  
  811.  
  812. Expires: January 25, 1998                                      [Page 13]
  813.  
  814.  
  815.  
  816.  
  817.  
  818. Internet Draft                                               May 16 1997
  819.  
  820.  
  821.     dsaAddEntryOps OBJECT-TYPE
  822.         SYNTAX Counter32
  823.         MAX-ACCESS read-only
  824.         STATUS current
  825.         DESCRIPTION
  826.           " Number of addEntry requests received
  827.             since application startup."
  828.         ::= {dsaOpsEntry 11}
  829.  
  830.     dsaRemoveEntryOps OBJECT-TYPE
  831.         SYNTAX Counter32
  832.         MAX-ACCESS read-only
  833.         STATUS current
  834.         DESCRIPTION
  835.           " Number of removeEntry requests received
  836.             since application startup."
  837.         ::= {dsaOpsEntry 12}
  838.  
  839.     dsaModifyEntryOps OBJECT-TYPE
  840.         SYNTAX Counter32
  841.         MAX-ACCESS read-only
  842.         STATUS current
  843.         DESCRIPTION
  844.           " Number of modifyEntry requests received
  845.             since application startup."
  846.         ::= {dsaOpsEntry 13}
  847.  
  848.     dsaModifyRDNOps OBJECT-TYPE
  849.         SYNTAX Counter32
  850.         MAX-ACCESS read-only
  851.         STATUS current
  852.         DESCRIPTION
  853.           " Number of modifyRDN requests received
  854.             since application startup."
  855.         ::= {dsaOpsEntry 14}
  856.  
  857.     dsaListOps OBJECT-TYPE
  858.         SYNTAX Counter32
  859.         MAX-ACCESS read-only
  860.         STATUS current
  861.  
  862.         DESCRIPTION
  863.           " Number of list requests received
  864.             since application startup."
  865.         ::= {dsaOpsEntry 15}
  866.  
  867.  
  868.  
  869.  
  870.  
  871.  
  872.  
  873. Expires: January 25, 1998                                      [Page 14]
  874.  
  875.  
  876.  
  877.  
  878.  
  879. Internet Draft                                               May 16 1997
  880.  
  881.  
  882.     dsaSearchOps OBJECT-TYPE
  883.         SYNTAX Counter32
  884.         MAX-ACCESS read-only
  885.         STATUS current
  886.         DESCRIPTION
  887.           " Number of search requests- baseObject searches,
  888.             oneLevel searches and  whole subtree searches,
  889.             received, since application startup."
  890.         ::= {dsaOpsEntry 16}
  891.  
  892.     dsaOneLevelSearchOps OBJECT-TYPE
  893.         SYNTAX Counter32
  894.         MAX-ACCESS read-only
  895.         STATUS current
  896.         DESCRIPTION
  897.           " Number of oneLevel search requests received
  898.             Server since application startup."
  899.         ::= {dsaOpsEntry 17}
  900.  
  901.     dsaWholeSubtreeSearchOps   OBJECT-TYPE
  902.         SYNTAX Counter32
  903.         MAX-ACCESS read-only
  904.         STATUS current
  905.         DESCRIPTION
  906.           " Number of whole subtree search requests received
  907.             since application startup."
  908.         ::= {dsaOpsEntry 18}
  909.  
  910.     dsaReferrals OBJECT-TYPE
  911.         SYNTAX Counter32
  912.         MAX-ACCESS read-only
  913.         STATUS current
  914.         DESCRIPTION
  915.           " Number of referrals returned in response
  916.             to requests for operations since application startup."
  917.         ::= {dsaOpsEntry 19}
  918.  
  919.     dsaChainings OBJECT-TYPE
  920.         SYNTAX Counter32
  921.  
  922.         MAX-ACCESS read-only
  923.         STATUS current
  924.         DESCRIPTION
  925.           " Number of operations forwarded by this Directory Server
  926.             to other Directory Servers since application startup."
  927.         ::= {dsaOpsEntry 20}
  928.  
  929.  
  930.  
  931.  
  932.  
  933.  
  934. Expires: January 25, 1998                                      [Page 15]
  935.  
  936.  
  937.  
  938.  
  939.  
  940. Internet Draft                                               May 16 1997
  941.  
  942.  
  943.     dsaSecurityErrors OBJECT-TYPE
  944.         SYNTAX Counter32
  945.         MAX-ACCESS read-only
  946.         STATUS current
  947.         DESCRIPTION
  948.           " Number of requests received
  949.             which did not meet the security requirements. "
  950.         ::= {dsaOpsEntry 21}
  951.  
  952.     dsaErrors  OBJECT-TYPE
  953.         SYNTAX Counter32
  954.         MAX-ACCESS read-only
  955.         STATUS current
  956.         DESCRIPTION
  957.           " Number of requests that could not be serviced
  958.             due to errors other than security errors, and
  959.             referrals.
  960.             A partially serviced operation will not be counted
  961.             as an error.
  962.             The errors include naming-related, update-related,
  963.             attribute-related and service-related errors."
  964.         ::= {dsaOpsEntry 22}
  965.  
  966.    -- Replication operations
  967.  
  968.     dsaReplicationUpdatesIn OBJECT-TYPE
  969.         SYNTAX Counter32
  970.         MAX-ACCESS read-only
  971.         STATUS current
  972.         DESCRIPTION
  973.           " Number of replication updates fetched or received from
  974.             supplier Directory Servers since application startup."
  975.         ::= {dsaOpsEntry 23}
  976.  
  977.     dsaReplicationUpdatesOut OBJECT-TYPE
  978.         SYNTAX Counter32
  979.         MAX-ACCESS read-only
  980.         STATUS current
  981.  
  982.         DESCRIPTION
  983.           " Number of replication updates sent to or taken by
  984.             consumer Directory Servers since application startup."
  985.         ::= {dsaOpsEntry 24}
  986.  
  987.     dsaInBytes  OBJECT-TYPE
  988.         SYNTAX Counter32
  989.         MAX-ACCESS read-only
  990.         STATUS current
  991.         DESCRIPTION
  992.  
  993.  
  994.  
  995. Expires: January 25, 1998                                      [Page 16]
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001. Internet Draft                                               May 16 1997
  1002.  
  1003.  
  1004.           " Incoming traffic, in bytes, on the interface.
  1005.             This will include requests from DUAs as well
  1006.             responses from other Directory Servers."
  1007.         ::= {dsaOpsEntry 25}
  1008.  
  1009.     dsaOutBytes OBJECT-TYPE
  1010.         SYNTAX Counter32
  1011.         MAX-ACCESS read-only
  1012.         STATUS current
  1013.         DESCRIPTION
  1014.           " Outgoing traffic in bytes on the interface.
  1015.             This will include responses to DUAs and Directory
  1016.             Servers as well as requests to other Directory Servers."
  1017.         ::= {dsaOpsEntry 26}
  1018.  
  1019.  
  1020.     -- The dsaIntTable contains statistical data on the peer
  1021.     -- Directory Servers  with which the monitored Directory
  1022.     -- Server (attempt to) interact. This  table is expected
  1023.     -- to provide a useful insight into the effect of neigh-
  1024.     -- bours on the Directory Server's performance.
  1025.     -- The table keeps track of the last "N" Directory Servers
  1026.     -- with which  the  monitored   Directory  has  interacted
  1027.     -- (attempted to interact), where "N" is a locally-defined
  1028.     -- constant.
  1029.  
  1030.     dsaIntTable OBJECT-TYPE
  1031.         SYNTAX  SEQUENCE OF DsaIntEntry
  1032.         MAX-ACCESS  not-accessible
  1033.         STATUS  current
  1034.         DESCRIPTION
  1035.           " Each row of this table contains some details
  1036.             related to the history of the interaction
  1037.             of the monitored Directory Server with its
  1038.             peer Directory Servers."
  1039.         ::= { dsaMIB 3 }
  1040.  
  1041.  
  1042.     dsaIntEntry OBJECT-TYPE
  1043.         SYNTAX  DsaIntEntry
  1044.         MAX-ACCESS  not-accessible
  1045.         STATUS  current
  1046.         DESCRIPTION
  1047.           " Entry containing interaction details of a Directory
  1048.             Server with a peer Directory Server."
  1049.         INDEX { applIndex,dsaIntIndex, dsaApplIFProtocolIndex }
  1050.         ::= { dsaIntTable 1 }
  1051.  
  1052.     DsaIntEntry ::= SEQUENCE {
  1053.  
  1054.  
  1055.  
  1056. Expires: January 25, 1998                                      [Page 17]
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062. Internet Draft                                               May 16 1997
  1063.  
  1064.  
  1065.        dsaIntIndex
  1066.                  INTEGER,
  1067.        dsaName
  1068.                  DistinguishedName,
  1069.        dsaTimeOfCreation
  1070.                  TimeStamp,
  1071.        dsaTimeOfLastAttempt
  1072.                  TimeStamp,
  1073.        dsaTimeOfLastSuccess
  1074.                  TimeStamp,
  1075.        dsaFailuresSinceLastSuccess
  1076.                  Counter32,
  1077.        dsaFailures
  1078.                  Counter32,
  1079.        dsaSuccesses
  1080.                  Counter32,
  1081.        dsaURL
  1082.                  URLString
  1083.     }
  1084.  
  1085.     dsaIntIndex  OBJECT-TYPE
  1086.         SYNTAX INTEGER (1..2147483647)
  1087.         MAX-ACCESS not-accessible
  1088.         STATUS current
  1089.         DESCRIPTION
  1090.           " Together with applIndex it forms the unique key to
  1091.             identify the conceptual row which contains useful info
  1092.             on the (attempted) interaction between the Directory
  1093.             Server (referred to by applIndex) and a peer Directory
  1094.             Server."
  1095.         ::= {dsaIntEntry 1}
  1096.  
  1097.     dsaName  OBJECT-TYPE
  1098.         SYNTAX DistinguishedName
  1099.         MAX-ACCESS read-only
  1100.         STATUS current
  1101.  
  1102.         DESCRIPTION
  1103.           " Distinguished Name of the peer Directory Server to
  1104.             which this entry pertains."
  1105.         ::= {dsaIntEntry 2}
  1106.  
  1107.     dsaTimeOfCreation  OBJECT-TYPE
  1108.         SYNTAX TimeStamp
  1109.         MAX-ACCESS read-only
  1110.         STATUS current
  1111.         DESCRIPTION
  1112.           " The value of sysUpTime when this row was created.
  1113.             If the entry was created before the network management
  1114.  
  1115.  
  1116.  
  1117. Expires: January 25, 1998                                      [Page 18]
  1118.  
  1119.  
  1120.  
  1121.  
  1122.  
  1123. Internet Draft                                               May 16 1997
  1124.  
  1125.  
  1126.             subsystem was initialized, this object will contain
  1127.             a value of zero."
  1128.         ::= {dsaIntEntry 3}
  1129.  
  1130.     dsaTimeOfLastAttempt  OBJECT-TYPE
  1131.         SYNTAX TimeStamp
  1132.         MAX-ACCESS read-only
  1133.         STATUS current
  1134.         DESCRIPTION
  1135.           " The value of sysUpTime when the last attempt was made
  1136.             to contact the peer Directory Server. If the last attempt
  1137.             was made before the network management subsystem was
  1138.             initialized, this object will contain a value of zero."
  1139.         ::= {dsaIntEntry 4}
  1140.  
  1141.     dsaTimeOfLastSuccess  OBJECT-TYPE
  1142.         SYNTAX TimeStamp
  1143.         MAX-ACCESS read-only
  1144.         STATUS current
  1145.         DESCRIPTION
  1146.           " The value of sysUpTime when the last attempt made to
  1147.             contact the peer Directory Server was successful. If there
  1148.             have been no successful attempts this entry will have a value
  1149.             of zero. If the last successful attempt was made before
  1150.             the network management subsystem was initialized, this
  1151.             object will contain a value of zero."
  1152.         ::= {dsaIntEntry 5}
  1153.  
  1154.     dsaFailuresSinceLastSuccess  OBJECT-TYPE
  1155.         SYNTAX Counter32
  1156.         MAX-ACCESS read-only
  1157.         STATUS current
  1158.         DESCRIPTION
  1159.           " The number of failures since the last time an
  1160.             attempt to contact the peer Directory Server was successful.
  1161.  
  1162.             If there has been no successful attempts, this counter
  1163.             will contain the number of failures since this entry
  1164.             was created."
  1165.         ::= {dsaIntEntry 6}
  1166.  
  1167.  
  1168.  
  1169.  
  1170.  
  1171.  
  1172.  
  1173.  
  1174.  
  1175.  
  1176.  
  1177.  
  1178. Expires: January 25, 1998                                      [Page 19]
  1179.  
  1180.  
  1181.  
  1182.  
  1183.  
  1184. Internet Draft                                               May 16 1997
  1185.  
  1186.  
  1187.     dsaFailures  OBJECT-TYPE
  1188.         SYNTAX Counter32
  1189.         MAX-ACCESS read-only
  1190.         STATUS current
  1191.         DESCRIPTION
  1192.           " Cumulative failures since the creation of
  1193.             this entry."
  1194.         ::= {dsaIntEntry 7}
  1195.  
  1196.     dsaSuccesses  OBJECT-TYPE
  1197.         SYNTAX Counter32
  1198.         MAX-ACCESS read-only
  1199.         STATUS current
  1200.         DESCRIPTION
  1201.           " Cumulative successes since the creation of
  1202.             this entry."
  1203.         ::= {dsaIntEntry 8}
  1204.  
  1205.     dsaURL  OBJECT-TYPE
  1206.         SYNTAX URLString
  1207.         MAX-ACCESS read-only
  1208.         STATUS current
  1209.         DESCRIPTION
  1210.           " URL of the peer Directory Server."
  1211.         ::= {dsaIntEntry 9}
  1212.  
  1213.  
  1214.  
  1215.  
  1216.  
  1217.  
  1218.  
  1219.  
  1220.  
  1221.  
  1222.  
  1223.  
  1224.  
  1225.  
  1226.  
  1227.  
  1228.  
  1229.  
  1230.  
  1231.  
  1232.  
  1233.  
  1234.  
  1235.  
  1236.  
  1237.  
  1238.  
  1239. Expires: January 25, 1998                                      [Page 20]
  1240.  
  1241.  
  1242.  
  1243.  
  1244.  
  1245. Internet Draft                                               May 16 1997
  1246.  
  1247.  
  1248.     -- Conformance information
  1249.  
  1250.     dsaConformance OBJECT IDENTIFIER ::= { dsaMIB 4 }
  1251.  
  1252.     dsaGroups      OBJECT IDENTIFIER ::= { dsaConformance 1 }
  1253.     dsaCompliances OBJECT IDENTIFIER ::= { dsaConformance 2 }
  1254.  
  1255.     -- Compliance statements
  1256.  
  1257.     dsaEntryCompliance MODULE-COMPLIANCE
  1258.         STATUS  current
  1259.         DESCRIPTION
  1260.                 "The compliance statement for SNMPv2 entities
  1261.                 which implement the DIRECTORY-SERVER-MIB for
  1262.                 a summary overview of the Directory Servers ."
  1263.  
  1264.         MODULE  -- this module
  1265.             MANDATORY-GROUPS { dsaEntryGroup }
  1266.  
  1267.         ::= { dsaCompliances 1 }
  1268.  
  1269.     dsaOpsCompliance MODULE-COMPLIANCE
  1270.         STATUS  current
  1271.         DESCRIPTION
  1272.                 "The compliance statement for SNMPv2 entities
  1273.                 which implement the DIRECTORY-SERVER-MIB for monitoring
  1274.                 Directory Server operations,  entry statistics and cache
  1275.                 performance."
  1276.  
  1277.         MODULE  -- this module
  1278.             MANDATORY-GROUPS { dsaEntryGroup, dsaOpsGroup }
  1279.  
  1280.         ::= { dsaCompliances 2 }
  1281.  
  1282.  
  1283.     dsaIntCompliance MODULE-COMPLIANCE
  1284.         STATUS  current
  1285.         DESCRIPTION
  1286.                 " The compliance statement  for SNMPv2  entities
  1287.                   which implement the DIRECTORY-SERVER-MIB for monitoring
  1288.                   Directory Server operations and the interaction of the
  1289.                   Directory Server with peer Directory Servers."
  1290.  
  1291.         MODULE  -- this module
  1292.         MANDATORY-GROUPS { dsaEntryGroup, dsaIntGroup }
  1293.  
  1294.         ::= { dsaCompliances 3 }
  1295.  
  1296.     dsaIntCompliance MODULE-COMPLIANCE
  1297.  
  1298.  
  1299.  
  1300. Expires: January 25, 1998                                      [Page 21]
  1301.  
  1302.  
  1303.  
  1304.  
  1305.  
  1306. Internet Draft                                               May 16 1997
  1307.  
  1308.  
  1309.         STATUS  current
  1310.         DESCRIPTION
  1311.                 " The compliance statement  for SNMPv2  entities
  1312.                   which implement the DIRECTORY-SERVER-MIB for monitoring
  1313.                   Directory Server operations and the interaction of the
  1314.                   Directory Server with peer Directory Servers."
  1315.  
  1316.         MODULE  -- this module
  1317.         MANDATORY-GROUPS { dsaEntryGroup, dsaOpsGroup, dsaIntGroup }
  1318.  
  1319.         ::= { dsaCompliances 4 }
  1320.  
  1321.  
  1322.  
  1323.  
  1324.  
  1325.  
  1326.  
  1327.  
  1328.  
  1329.  
  1330.  
  1331.  
  1332.  
  1333.  
  1334.  
  1335.  
  1336.  
  1337.  
  1338.  
  1339.  
  1340.  
  1341.  
  1342.  
  1343.  
  1344.  
  1345.  
  1346.  
  1347.  
  1348.  
  1349.  
  1350.  
  1351.  
  1352.  
  1353.  
  1354.  
  1355.  
  1356.  
  1357.  
  1358.  
  1359.  
  1360.  
  1361. Expires: January 25, 1998                                      [Page 22]
  1362.  
  1363.  
  1364.  
  1365.  
  1366.  
  1367. Internet Draft                                               May 16 1997
  1368.  
  1369.  
  1370.     -- Units of conformance
  1371.  
  1372.     dsaEntryGroup    OBJECT-GROUP
  1373.         OBJECTS {dsaServerType,  dsaServerDescription,   dsaMasterEntries,
  1374.                  dsaCopyEntries, dsaCacheEntries,        dsaCacheHits,
  1375.                  dsaSlaveHits}
  1376.         STATUS  current
  1377.         DESCRIPTION
  1378.                 " A collection of objects for a summary overview of the
  1379.                   Directory Servers."
  1380.         ::= { dsaGroups 1 }
  1381.  
  1382.     dsaOpsGroup    OBJECT-GROUP
  1383.         OBJECTS {
  1384.           dsaApplIfProtoIndex,  dsaApplIfProtocol,
  1385.           dsaAnonymousBinds,  dsaUnauthBinds,       dsaSimpleAuthBinds,
  1386.           dsaStrongAuthBinds, dsaBindSecurityErrors,dsaInOps,
  1387.           dsaReadOps,         dsaCompareOps,        dsaAddEntryOps,
  1388.           dsaRemoveEntryOps,  dsaModifyEntryOps,    dsaModifyRDNOps,
  1389.           dsaListOps,         dsaSearchOps,         dsaOneLevelSearchOps,
  1390.           dsaWholeSubtreeSearchOps,dsaReferrals,    dsaChainings,
  1391.           dsaSecurityErrors,  dsaErrors,            dsaReplicationUpdatesIn
  1392.           dsaReplicationUpdatesOut, dsaInBytes,     dsaOutBytes      }
  1393.         STATUS  current
  1394.         DESCRIPTION
  1395.                 " A collection of objects for monitoring the Directory
  1396.                   Server operations."
  1397.         ::= { dsaGroups 2 }
  1398.  
  1399.     dsaIntGroup    OBJECT-GROUP
  1400.         OBJECTS {
  1401.  
  1402.           dsaName,              dsaTimeOfCreation, dsaTimeOfLastAttempt,
  1403.           dsaTimeOfLastSuccess, dsaFailuresSinceLastSuccess,dsaFailures,
  1404.           dsaSuccesses,         dsaURL}
  1405.         STATUS  current
  1406.         DESCRIPTION
  1407.                 " A collection of objects for monitoring the Directory
  1408.                   Server's interaction with peer Directory Servers."
  1409.         ::= { dsaGroups 3 }
  1410.  
  1411.  
  1412.    END
  1413.  
  1414. 6.  Changes from RFC1567.
  1415.  
  1416.      A more general Directory model in which, several Directory
  1417.      protocols coexist, has been adopted for the purpose of the MIB
  1418.      design. The result is a generic Directory Server Monitoring MIB.
  1419.  
  1420.  
  1421.  
  1422. Expires: January 25, 1998                                      [Page 23]
  1423.  
  1424.  
  1425.  
  1426.  
  1427.  
  1428. Internet Draft                                               May 16 1997
  1429.  
  1430.  
  1431. 7.  Acknowledgements
  1432.  
  1433. This draft is the product of discussions and deliberations carried out
  1434. in the Mail and Directory Management Working Group (ietf-madman-wg).
  1435.  
  1436. 8.  References
  1437.  
  1438.    [1] Case, J., McCloghrie, K., Rose, M., and S. Waldbusser, "Structure
  1439.        of Management Information for version 2 of the Simple Network
  1440.        Management Protocol (SNMPv2)", RFC 1902, SNMP Research,Inc.,
  1441.        Hughes LAN Systems, Dover Beach Consulting, Inc., Carnegie Mellon
  1442.        University, January 1996.
  1443.  
  1444.    [2] McCloghrie, K., and M. Rose, Editors, "Management Information
  1445.        Base for Network Management of TCP/IP-based internets: MIB-II",
  1446.        STD 17, RFC 1213, Hughes LAN Systems, Performance Systems
  1447.        International, March 1991.
  1448.  
  1449.    [3] Case, J., McCloghrie, K., Rose, M., and S, Waldbusser, "Protocol
  1450.        Operations for version 2 of the Simple Network Management
  1451.        Protocol (SNMPv2)", RFC 1905, SNMP Research,Inc., Hughes LAN
  1452.        Systems, Dover Beach Consulting, Inc., Carnegie Mellon
  1453.        University, January 1996.
  1454.  
  1455.    [4] Case, J., McCloghrie, K., Rose, M., Waldbusser, S., "Textual
  1456.        Conventions for Version 2 of the Simple Network Management Protocol
  1457.        (SNMPv2)", RFC 1903, January 1996.
  1458.  
  1459.    [5] Case, J., McCloghrie, K., Rose, M., Waldbusser, S., "Conformance
  1460.        Statements for Version 2 of the Simple Network Management Protocol
  1461.  
  1462.        (SNMPv2)", RFC 1904, January 1996.
  1463.  
  1464.    [6] CCITT Blue Book, "Data Communication Networks: Directory",
  1465.        Recommendations X.500-X.521, December 1988.
  1466.  
  1467.    [7] Yeong, W., Howes, T., and Kille, S., "Lightweight Directory
  1468.        Access Protocol", RFC 1777,  Performance Systems International,
  1469.        University of Michigan, ISODE Consortium, March 1995.
  1470.  
  1471.    [8] Young, A., "Connection-less Lightweight X.500 Directory
  1472.        Access Protocol", RFC 1798, ISODE Consortium, June 1995.
  1473.  
  1474.    [9] Kille, S., WG Chair, and N. Freed, Editor, "The Network Services
  1475.        Monitoring MIB", RFC 1565, ISODE Consortium, Innosoft, January
  1476.        1994.
  1477.  
  1478.    [10]Grillo, P., and S. Waldbusser, "Host Resources MIB", RFC 1514,
  1479.        Network Innovations, Intel Corporation, Carnegie Mellon
  1480.  
  1481.  
  1482.  
  1483. Expires: January 25, 1998                                      [Page 24]
  1484.  
  1485.  
  1486.  
  1487.  
  1488.  
  1489. Internet Draft                                               May 16 1997
  1490.  
  1491.  
  1492.        University, September 1993.
  1493.  
  1494.    [11]Kille, S., "A String Representation of Distinguished Names (OSI-
  1495.        DS 23 (v5))", RFC 1485, ISODE Consortium, July 1993.
  1496.  
  1497.    [12]Kille, S., Huizer, E., Cerf, V., Hobby, R., and S. Kent, "A
  1498.        Strategic Plan for Deploying an Internet X.500 Directory
  1499.        Service", RFC 1430, ISODE Consortium, SURFnet bv, Corporation for
  1500.        National Research Initiatives, University of California, Davis,
  1501.        Bolt, Beranek and Newman, February 1993.
  1502.  
  1503. Security Considerations
  1504.  
  1505.    Security issues are not discussed in this memo.
  1506.  
  1507. Authors' Addresses
  1508.  
  1509.    Glenn Mansfield
  1510.    Cyber Research Inc.
  1511.    6-6-3 Minami Yoshinari
  1512.    Aoba-ku, Sendai 989-32
  1513.    Japan
  1514.  
  1515.    Phone: +81-22-303-4012
  1516.    EMail: glenn@aic.co.jp
  1517.  
  1518.  
  1519.    Steve E. Kille
  1520.    ISODE Ltd.
  1521.  
  1522.    The Dome, The Square
  1523.    Richmond TW9 1DT
  1524.    UK
  1525.  
  1526.    Phone: +44-181-332-9091
  1527.    EMail: S.Kille@isode.com
  1528.  
  1529.  
  1530.  
  1531.  
  1532.  
  1533.  
  1534.  
  1535.  
  1536.  
  1537.  
  1538.  
  1539.  
  1540.  
  1541.  
  1542.  
  1543.  
  1544. Expires: January 25, 1998                                      [Page 25]
  1545.  
  1546.  
  1547.  
  1548.