⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rfc2605.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 2 页
字号:
          " Number of modifyEntry requests received."        ::= {dsApplIfOpsEntry 12}    dsApplIfModifyRDNOps OBJECT-TYPE        SYNTAX Counter32        MAX-ACCESS read-only        STATUS current        DESCRIPTION          " Number of modifyRDN requests received."        ::= {dsApplIfOpsEntry 13}    dsApplIfListOps OBJECT-TYPE        SYNTAX Counter32        MAX-ACCESS read-only        STATUS current        DESCRIPTION          " Number of list requests received."        ::= {dsApplIfOpsEntry 14}    dsApplIfSearchOps OBJECT-TYPE        SYNTAX Counter32        MAX-ACCESS read-only        STATUS current        DESCRIPTION          " Number of search requests- baseObject searches,            oneLevel searches and  whole subtree searches,            received."        ::= {dsApplIfOpsEntry 15}    dsApplIfOneLevelSearchOps OBJECT-TYPE        SYNTAX Counter32        MAX-ACCESS read-only        STATUS current        DESCRIPTION          " Number of oneLevel search requests received."        ::= {dsApplIfOpsEntry 16}    dsApplIfWholeSubtreeSearchOps   OBJECT-TYPE        SYNTAX Counter32        MAX-ACCESS read-only        STATUS current        DESCRIPTION          " Number of whole subtree search requests received."        ::= {dsApplIfOpsEntry 17}    dsApplIfReferrals OBJECT-TYPE        SYNTAX Counter32        MAX-ACCESS read-only        STATUS current        DESCRIPTION          " Number of referrals returned in response            to requests for operations."        ::= {dsApplIfOpsEntry 18}    dsApplIfChainings OBJECT-TYPE        SYNTAX Counter32        MAX-ACCESS read-only        STATUS current        DESCRIPTION          " Number of operations forwarded by this Directory Server            to other Directory Servers."        ::= {dsApplIfOpsEntry 19}    dsApplIfSecurityErrors OBJECT-TYPE        SYNTAX Counter32        MAX-ACCESS read-only        STATUS current        DESCRIPTION          " Number of requests received            which did not meet the security requirements. "        ::= {dsApplIfOpsEntry 20}    dsApplIfErrors  OBJECT-TYPE        SYNTAX Counter32        MAX-ACCESS read-only        STATUS current        DESCRIPTION          " Number of requests that could not be serviced            due to errors other than security errors, and            referrals.            A partially serviced operation will not be counted            as an error.            The errors include naming-related, update-related,            attribute-related and service-related errors."        ::= {dsApplIfOpsEntry 21}   -- Replication operations    dsApplIfReplicationUpdatesIn OBJECT-TYPE        SYNTAX Counter32        MAX-ACCESS read-only        STATUS current        DESCRIPTION          " Number of replication updates fetched or received from            supplier Directory Servers."        ::= {dsApplIfOpsEntry 22}    dsApplIfReplicationUpdatesOut OBJECT-TYPE        SYNTAX Counter32        MAX-ACCESS read-only        STATUS current        DESCRIPTION          " Number of replication updates sent to or taken by            consumer Directory Servers."        ::= {dsApplIfOpsEntry 23}    dsApplIfInBytes  OBJECT-TYPE        SYNTAX Counter32        MAX-ACCESS read-only        STATUS current        DESCRIPTION          " Incoming traffic, in bytes, on the interface.            This will include requests from DUAs as well            as responses from other Directory Servers."        ::= {dsApplIfOpsEntry 24}    dsApplIfOutBytes OBJECT-TYPE        SYNTAX Counter32        MAX-ACCESS read-only        STATUS current        DESCRIPTION          " Outgoing traffic in bytes on the interface.            This will include responses to DUAs and Directory            Servers as well as requests to other Directory Servers."        ::= {dsApplIfOpsEntry 25}    -- The dsIntTable contains statistical data on the peer    -- Directory Servers  with which the monitored Directory    -- Server interacts or, attempts to interact. This  table is    -- expected to provide a useful insight into the effect of    -- neighbours on the Directory Server's performance.    -- The table keeps track of the last "N" Directory Servers    -- with which  the  monitored   Directory  has  interacted    -- (attempted to interact), where "N" is a locally-defined    -- constant.    -- For a multiprotocol server, statistics for each protocol    -- are kept separetely.    dsIntTable OBJECT-TYPE        SYNTAX  SEQUENCE OF DsIntEntry        MAX-ACCESS  not-accessible        STATUS  current        DESCRIPTION          " Each row of this table contains some details            related to the history of the interaction            of the monitored Directory Server with its            peer Directory Servers."        ::= { dsMIB 3 }    dsIntEntry OBJECT-TYPE        SYNTAX  DsIntEntry        MAX-ACCESS  not-accessible        STATUS  current        DESCRIPTION          " Entry containing interaction details of a Directory            Server with a peer Directory Server."        INDEX { applIndex,dsIntEntIndex, dsApplIfProtocolIndex }        ::= { dsIntTable 1 }    DsIntEntry ::= SEQUENCE {       dsIntEntIndex                 INTEGER,       dsIntEntDirectoryName                 DistinguishedName,       dsIntEntTimeOfCreation                 TimeStamp,       dsIntEntTimeOfLastAttempt                 TimeStamp,       dsIntEntTimeOfLastSuccess                 TimeStamp,       dsIntEntFailuresSinceLastSuccess                 Gauge32,       dsIntEntFailures                 ZeroBasedCounter32,       dsIntEntSuccesses                 ZeroBasedCounter32,       dsIntEntURL                 URLString    }    dsIntEntIndex  OBJECT-TYPE        SYNTAX INTEGER (1..2147483647)        MAX-ACCESS not-accessible        STATUS current        DESCRIPTION          " Together with applIndex and dsApplIfProtocolIndex, this            object forms the unique key to            identify the conceptual row which contains useful info            on the (attempted) interaction between the Directory            Server (referred to by applIndex) and a peer Directory            Server using a particular protocol."        ::= {dsIntEntry 1}    dsIntEntDirectoryName  OBJECT-TYPE        SYNTAX DistinguishedName        MAX-ACCESS read-only        STATUS current        DESCRIPTION          " Distinguished Name of the peer Directory Server to            which this entry pertains."        ::= {dsIntEntry 2}    dsIntEntTimeOfCreation  OBJECT-TYPE        SYNTAX TimeStamp        MAX-ACCESS read-only        STATUS current        DESCRIPTION          " The value of sysUpTime when this row was created.            If the entry was created before the network management            subsystem was initialized, this object will contain            a value of zero."        ::= {dsIntEntry 3}    dsIntEntTimeOfLastAttempt  OBJECT-TYPE        SYNTAX TimeStamp        MAX-ACCESS read-only        STATUS current        DESCRIPTION          " The value of sysUpTime when the last attempt was made            to contact the peer Directory Server. If the last attempt            was made before the network management subsystem was            initialized, this object will contain a value of zero."        ::= {dsIntEntry 4}    dsIntEntTimeOfLastSuccess  OBJECT-TYPE        SYNTAX TimeStamp        MAX-ACCESS read-only        STATUS current        DESCRIPTION          " The value of sysUpTime when the last attempt made to            contact the peer Directory Server was successful. If there            have been no successful attempts this entry will have a value            of zero. If the last successful attempt was made before            the network management subsystem was initialized, this            object will contain a value of zero."        ::= {dsIntEntry 5}    dsIntEntFailuresSinceLastSuccess  OBJECT-TYPE        SYNTAX Gauge32        MAX-ACCESS read-only        STATUS current        DESCRIPTION          " The number of failures since the last time an            attempt to contact the peer Directory Server was successful.            If there have been no successful attempts, this counter            will contain the number of failures since this entry            was created."        ::= {dsIntEntry 6}   -- note this gauge has a maximum value of 4294967295 and,   -- it does not wrap.[5]    dsIntEntFailures  OBJECT-TYPE        SYNTAX ZeroBasedCounter32        MAX-ACCESS read-only        STATUS current        DESCRIPTION          " Cumulative failures in contacting the peer Directory Server            since the creation of this entry."        ::= {dsIntEntry 7}    dsIntEntSuccesses  OBJECT-TYPE        SYNTAX ZeroBasedCounter32        MAX-ACCESS read-only        STATUS current        DESCRIPTION          " Cumulative successes in contacting the peer Directory Server            since the creation of this entry."        ::= {dsIntEntry 8}    dsIntEntURL  OBJECT-TYPE        SYNTAX URLString        MAX-ACCESS read-only        STATUS current        DESCRIPTION          " URL of the peer Directory Server."        ::= {dsIntEntry 9}    -- Conformance information    dsConformance OBJECT IDENTIFIER ::= { dsMIB 4 }    dsGroups      OBJECT IDENTIFIER ::= { dsConformance 1 }    dsCompliances OBJECT IDENTIFIER ::= { dsConformance 2 }    -- Compliance statements    dsEntryCompliance MODULE-COMPLIANCE        STATUS  current        DESCRIPTION                "The compliance statement for SNMP entities                which implement the DIRECTORY-SERVER-MIB for                a summary overview of the Directory Servers ."        MODULE  -- this module            MANDATORY-GROUPS { dsEntryGroup }        ::= { dsCompliances 1 }    dsOpsCompliance MODULE-COMPLIANCE        STATUS  current        DESCRIPTION                "The compliance statement for SNMP entities                which implement the DIRECTORY-SERVER-MIB for monitoring                Directory Server operations,  entry statistics and cache                performance."        MODULE  -- this module            MANDATORY-GROUPS { dsEntryGroup, dsOpsGroup }        ::= { dsCompliances 2 }    dsIntCompliance MODULE-COMPLIANCE           STATUS  current           DESCRIPTION                   " The compliance statement  for SNMP  entities                     which implement the DIRECTORY-SERVER-MIB for                     monitoring Directory Server operations and the                     interaction of the Directory Server with peer                     Directory Servers."           MODULE  -- this module           MANDATORY-GROUPS { dsEntryGroup, dsIntGroup }           ::= { dsCompliances 3 }    dsOpsIntCompliance MODULE-COMPLIANCE        STATUS  current        DESCRIPTION                " The compliance statement  for SNMP  entities                  which implement the DIRECTORY-SERVER-MIB for monitoring                  Directory Server operations and the interaction of the                  Directory Server with peer Directory Servers."        MODULE  -- this module        MANDATORY-GROUPS { dsEntryGroup, dsOpsGroup, dsIntGroup }        ::= { dsCompliances 4 }    -- Units of conformance    dsEntryGroup    OBJECT-GROUP        OBJECTS {dsServerType,            dsServerDescription,                 dsMasterEntries,         dsCopyEntries,                 dsCacheEntries,          dsCacheHits,                 dsSlaveHits}        STATUS  current        DESCRIPTION                " A collection of objects for a summary overview of the                  Directory Servers."        ::= { dsGroups 1 }    dsOpsGroup    OBJECT-GROUP        OBJECTS {          dsApplIfProtocolIndex,          dsApplIfProtocol,          dsApplIfUnauthBinds,            dsApplIfSimpleAuthBinds,          dsApplIfStrongAuthBinds,        dsApplIfBindSecurityErrors,          dsApplIfInOps,                  dsApplIfReadOps,          dsApplIfCompareOps,             dsApplIfAddEntryOps,          dsApplIfRemoveEntryOps,         dsApplIfModifyEntryOps,          dsApplIfModifyRDNOps,           dsApplIfListOps,          dsApplIfSearchOps,              dsApplIfOneLevelSearchOps,          dsApplIfWholeSubtreeSearchOps,  dsApplIfReferrals,          dsApplIfChainings,              dsApplIfSecurityErrors,          dsApplIfErrors,                 dsApplIfReplicationUpdatesIn,          dsApplIfReplicationUpdatesOut,  dsApplIfInBytes,          dsApplIfOutBytes      }        STATUS  current        DESCRIPTION                " A collection of objects for monitoring the Directory                  Server operations."        ::= { dsGroups 2 }    dsIntGroup    OBJECT-GROUP        OBJECTS {          dsIntEntDirectoryName,         dsIntEntTimeOfCreation,          dsIntEntTimeOfLastAttempt,     dsIntEntTimeOfLastSuccess,          dsIntEntFailuresSinceLastSuccess, dsIntEntFailures,          dsIntEntSuccesses,             dsIntEntURL}        STATUS  current        DESCRIPTION                " A collection of objects for monitoring the Directory                  Server's interaction with peer Directory Servers."        ::= { dsGroups 3 }   END

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -