MIBs Depot

DIRECTORY-SERVER-MIB

Registered at
1.3.6.1.2.1.66
Last updated
1999-06-07 00:00
Organization
IETF Mail and Directory Management Working Group
Revisions
1999-06-07 00:00, 1993-11-25 00:00
Namespace
standard
Source file
DIRECTORY-SERVER-MIB
Digest
sha256:48f8a1af3196d7734162b8fb505e9439bff1a39e2a11f0fe6cf9507a36097924

Description

The MIB module for monitoring Directory Services.

Contact

Glenn Mansfield Postal: Cyber Solutions Inc. 6-6-3, Minami Yoshinari Aoba-ku, Sendai, Japan 989-3204. Tel: +81-22-303-4012 Fax: +81-22-303-4015 E-mail: glenn@cysols.com Working Group E-mail: ietf-madman@innosoft.com To subscribe: ietf-madman-request@innosoft.com

Imports

FromSymbols
NETWORK-SERVICES-MIBDistinguishedName, URLString, applIndex
RMON2-MIBZeroBasedCounter32
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Gauge32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso, mib-2
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION, TimeStamp

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

DIRECTORY-SERVER-MIB
IANAifType-MIB
IF-MIB
NETWORK-SERVICES-MIB
RFC1158-MIB
RFC1271-MIB
RMON-MIB
RMON2-MIB
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC
TOKEN-RING-RMON-MIB

Objects

NameOIDSyntaxAccessStatus
dsTable
OBJECT-TYPE
The table holding information related to the Directory Servers.
1.3.6.1.2.1.66.1not-accessiblecurrent
dsTableEntry
OBJECT-TYPE
Entry containing summary description for a Directory Server.
1.3.6.1.2.1.66.1.1not-accessiblecurrent
dsServerType
OBJECT-TYPE
This object indicates whether the server is a frontend or, a backend or, both. If the server is a frontend, then the frontEndDirectoryServer bit will be set. Similarly for the backend.
1.3.6.1.2.1.66.1.1.1Bits {frontEndDirectoryServer(0), backEndDirectoryServer(1)}read-onlycurrent
dsServerDescription
OBJECT-TYPE
A text description of the application. This information is intended to identify and briefly describe the application in a status display.
1.3.6.1.2.1.66.1.1.2DisplayStringread-onlycurrent
dsMasterEntries
OBJECT-TYPE
Number of entries mastered in the Directory Server.
1.3.6.1.2.1.66.1.1.3Gauge32read-onlycurrent
dsCopyEntries
OBJECT-TYPE
Number of entries for which systematic (slave) copies are maintained in the Directory Server.
1.3.6.1.2.1.66.1.1.4Gauge32read-onlycurrent
dsCacheEntries
OBJECT-TYPE
Number of entries cached (non-systematic copies) in the Directory Server. This will include the entries that are cached partially. The negative cache is not counted.
1.3.6.1.2.1.66.1.1.5Gauge32read-onlycurrent
dsCacheHits
OBJECT-TYPE
Number of operations that were serviced from the locally held cache.
1.3.6.1.2.1.66.1.1.6Counter32read-onlycurrent
dsSlaveHits
OBJECT-TYPE
Number of operations that were serviced from the locally held object replications ( copy- entries).
1.3.6.1.2.1.66.1.1.7Counter32read-onlycurrent
dsApplIfOpsTable
OBJECT-TYPE
The table holding information related to the Directory Server operations.
1.3.6.1.2.1.66.2not-accessiblecurrent
dsApplIfOpsEntry
OBJECT-TYPE
Entry containing operations related statistics for a Directory Server.
1.3.6.1.2.1.66.2.1not-accessiblecurrent
dsApplIfProtocolIndex
OBJECT-TYPE
An index to uniquely identify an entry corresponding to a application-layer protocol interface. This index is used for lexicographic ordering of the table.
1.3.6.1.2.1.66.2.1.1INTEGER (1..2147483647)read-onlycurrent
dsApplIfProtocol
OBJECT-TYPE
An identification of the protocol being used by the application on this interface. For an OSI Application, this will be the Application Context. For Internet applications, the IANA maintains a registry[22] of the OIDs which correspond to well-known applications. If the application protocol is not listed in the registry, an OID value of the form {applTCPProtoID port} or {applUDProtoID port} are used for TCP-based and UDP-based protocols, respectively. In either case 'port' corresponds to the primary port number being used by the protocol. The OIDs applTCPProtoID and applUDPProtoID are defined in NETWORK-SERVICES-MIB
1.3.6.1.2.1.66.2.1.2OBJECT IDENTIFIERread-onlycurrent
dsApplIfUnauthBinds
OBJECT-TYPE
Number of unauthenticated/anonymous bind requests received.
1.3.6.1.2.1.66.2.1.3Counter32read-onlycurrent
dsApplIfSimpleAuthBinds
OBJECT-TYPE
Number of bind requests that were authenticated using simple authentication procedures like password checks. This includes the password authentication using SASL mechanisms like CRAM-MD5.
1.3.6.1.2.1.66.2.1.4Counter32read-onlycurrent
dsApplIfStrongAuthBinds
OBJECT-TYPE
Number of bind requests that were authenticated using TLS and X.500 strong authentication procedures. This includes the binds that were authenticated using external authentication procedures.
1.3.6.1.2.1.66.2.1.5Counter32read-onlycurrent
dsApplIfBindSecurityErrors
OBJECT-TYPE
Number of bind requests that have been rejected due to inappropriate authentication or invalid credentials.
1.3.6.1.2.1.66.2.1.6Counter32read-onlycurrent
dsApplIfInOps
OBJECT-TYPE
Number of requests received from DUAs or other Directory Servers.
1.3.6.1.2.1.66.2.1.7Counter32read-onlycurrent
dsApplIfReadOps
OBJECT-TYPE
Number of read requests received.
1.3.6.1.2.1.66.2.1.8Counter32read-onlycurrent
dsApplIfCompareOps
OBJECT-TYPE
Number of compare requests received.
1.3.6.1.2.1.66.2.1.9Counter32read-onlycurrent
dsApplIfAddEntryOps
OBJECT-TYPE
Number of addEntry requests received.
1.3.6.1.2.1.66.2.1.10Counter32read-onlycurrent
dsApplIfRemoveEntryOps
OBJECT-TYPE
Number of removeEntry requests received.
1.3.6.1.2.1.66.2.1.11Counter32read-onlycurrent
dsApplIfModifyEntryOps
OBJECT-TYPE
Number of modifyEntry requests received.
1.3.6.1.2.1.66.2.1.12Counter32read-onlycurrent
dsApplIfModifyRDNOps
OBJECT-TYPE
Number of modifyRDN requests received.
1.3.6.1.2.1.66.2.1.13Counter32read-onlycurrent
dsApplIfListOps
OBJECT-TYPE
Number of list requests received.
1.3.6.1.2.1.66.2.1.14Counter32read-onlycurrent
dsApplIfSearchOps
OBJECT-TYPE
Number of search requests- baseObject searches, oneLevel searches and whole subtree searches, received.
1.3.6.1.2.1.66.2.1.15Counter32read-onlycurrent
dsApplIfOneLevelSearchOps
OBJECT-TYPE
Number of oneLevel search requests received.
1.3.6.1.2.1.66.2.1.16Counter32read-onlycurrent
dsApplIfWholeSubtreeSearchOps
OBJECT-TYPE
Number of whole subtree search requests received.
1.3.6.1.2.1.66.2.1.17Counter32read-onlycurrent
dsApplIfReferrals
OBJECT-TYPE
Number of referrals returned in response to requests for operations.
1.3.6.1.2.1.66.2.1.18Counter32read-onlycurrent
dsApplIfChainings
OBJECT-TYPE
Number of operations forwarded by this Directory Server to other Directory Servers.
1.3.6.1.2.1.66.2.1.19Counter32read-onlycurrent
dsApplIfSecurityErrors
OBJECT-TYPE
Number of requests received which did not meet the security requirements.
1.3.6.1.2.1.66.2.1.20Counter32read-onlycurrent
dsApplIfErrors
OBJECT-TYPE
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.
1.3.6.1.2.1.66.2.1.21Counter32read-onlycurrent
dsApplIfReplicationUpdatesIn
OBJECT-TYPE
Number of replication updates fetched or received from supplier Directory Servers.
1.3.6.1.2.1.66.2.1.22Counter32read-onlycurrent
dsApplIfReplicationUpdatesOut
OBJECT-TYPE
Number of replication updates sent to or taken by consumer Directory Servers.
1.3.6.1.2.1.66.2.1.23Counter32read-onlycurrent
dsApplIfInBytes
OBJECT-TYPE
Incoming traffic, in bytes, on the interface. This will include requests from DUAs as well as responses from other Directory Servers.
1.3.6.1.2.1.66.2.1.24Counter32read-onlycurrent
dsApplIfOutBytes
OBJECT-TYPE
Outgoing traffic in bytes on the interface. This will include responses to DUAs and Directory Servers as well as requests to other Directory Servers.
1.3.6.1.2.1.66.2.1.25Counter32read-onlycurrent
dsIntTable
OBJECT-TYPE
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.
1.3.6.1.2.1.66.3not-accessiblecurrent
dsIntEntry
OBJECT-TYPE
Entry containing interaction details of a Directory Server with a peer Directory Server.
1.3.6.1.2.1.66.3.1not-accessiblecurrent
dsIntEntIndex
OBJECT-TYPE
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.
1.3.6.1.2.1.66.3.1.1INTEGER (1..2147483647)not-accessiblecurrent
dsIntEntDirectoryName
OBJECT-TYPE
Distinguished Name of the peer Directory Server to which this entry pertains.
1.3.6.1.2.1.66.3.1.2DistinguishedNameread-onlycurrent
dsIntEntTimeOfCreation
OBJECT-TYPE
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.
1.3.6.1.2.1.66.3.1.3TimeStampread-onlycurrent
dsIntEntTimeOfLastAttempt
OBJECT-TYPE
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.
1.3.6.1.2.1.66.3.1.4TimeStampread-onlycurrent
dsIntEntTimeOfLastSuccess
OBJECT-TYPE
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.
1.3.6.1.2.1.66.3.1.5TimeStampread-onlycurrent
dsIntEntFailuresSinceLastSuccess
OBJECT-TYPE
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.
1.3.6.1.2.1.66.3.1.6Gauge32read-onlycurrent
dsIntEntFailures
OBJECT-TYPE
Cumulative failures in contacting the peer Directory Server since the creation of this entry.
1.3.6.1.2.1.66.3.1.7ZeroBasedCounter32read-onlycurrent
dsIntEntSuccesses
OBJECT-TYPE
Cumulative successes in contacting the peer Directory Server since the creation of this entry.
1.3.6.1.2.1.66.3.1.8ZeroBasedCounter32read-onlycurrent
dsIntEntURL
OBJECT-TYPE
URL of the peer Directory Server.
1.3.6.1.2.1.66.3.1.9URLStringread-onlycurrent
dsConformance
OBJECT-IDENTITY
1.3.6.1.2.1.66.4
dsGroups
OBJECT-IDENTITY
1.3.6.1.2.1.66.4.1
dsCompliances
OBJECT-IDENTITY
1.3.6.1.2.1.66.4.2

Conformance

NameOIDStatus
dsEntryGroup
OBJECT-GROUP
A collection of objects for a summary overview of the Directory Servers.
1.3.6.1.2.1.66.4.1.1current
dsOpsGroup
OBJECT-GROUP
A collection of objects for monitoring the Directory Server operations.
1.3.6.1.2.1.66.4.1.2current
dsIntGroup
OBJECT-GROUP
A collection of objects for monitoring the Directory Server's interaction with peer Directory Servers.
1.3.6.1.2.1.66.4.1.3current
dsEntryCompliance
MODULE-COMPLIANCE
The compliance statement for SNMP entities which implement the DIRECTORY-SERVER-MIB for a summary overview of the Directory Servers .
1.3.6.1.2.1.66.4.2.1current
dsOpsCompliance
MODULE-COMPLIANCE
The compliance statement for SNMP entities which implement the DIRECTORY-SERVER-MIB for monitoring Directory Server operations, entry statistics and cache performance.
1.3.6.1.2.1.66.4.2.2current
dsIntCompliance
MODULE-COMPLIANCE
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.
1.3.6.1.2.1.66.4.2.3current
dsOpsIntCompliance
MODULE-COMPLIANCE
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.
1.3.6.1.2.1.66.4.2.4current