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
| From | Symbols |
|---|---|
| NETWORK-SERVICES-MIB | DistinguishedName, URLString, applIndex |
| RMON2-MIB | ZeroBasedCounter32 |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Gauge32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso, mib-2 |
| SNMPv2-TC | DisplayString, 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
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| dsTable OBJECT-TYPE The table holding information related to the Directory Servers. | 1.3.6.1.2.1.66.1 | not-accessible | current | |
| dsTableEntry OBJECT-TYPE Entry containing summary description for a Directory Server. | 1.3.6.1.2.1.66.1.1 | not-accessible | current | |
| 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.1 | Bits {frontEndDirectoryServer(0), backEndDirectoryServer(1)} | read-only | current |
| 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.2 | DisplayString | read-only | current |
| dsMasterEntries OBJECT-TYPE Number of entries mastered in the Directory Server. | 1.3.6.1.2.1.66.1.1.3 | Gauge32 | read-only | current |
| 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.4 | Gauge32 | read-only | current |
| 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.5 | Gauge32 | read-only | current |
| dsCacheHits OBJECT-TYPE Number of operations that were serviced from the locally held cache. | 1.3.6.1.2.1.66.1.1.6 | Counter32 | read-only | current |
| 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.7 | Counter32 | read-only | current |
| dsApplIfOpsTable OBJECT-TYPE The table holding information related to the Directory Server operations. | 1.3.6.1.2.1.66.2 | not-accessible | current | |
| dsApplIfOpsEntry OBJECT-TYPE Entry containing operations related statistics for a Directory Server. | 1.3.6.1.2.1.66.2.1 | not-accessible | current | |
| 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.1 | INTEGER (1..2147483647) | read-only | current |
| 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.2 | OBJECT IDENTIFIER | read-only | current |
| dsApplIfUnauthBinds OBJECT-TYPE Number of unauthenticated/anonymous bind requests received. | 1.3.6.1.2.1.66.2.1.3 | Counter32 | read-only | current |
| 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.4 | Counter32 | read-only | current |
| 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.5 | Counter32 | read-only | current |
| 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.6 | Counter32 | read-only | current |
| dsApplIfInOps OBJECT-TYPE Number of requests received from DUAs or other Directory Servers. | 1.3.6.1.2.1.66.2.1.7 | Counter32 | read-only | current |
| dsApplIfReadOps OBJECT-TYPE Number of read requests received. | 1.3.6.1.2.1.66.2.1.8 | Counter32 | read-only | current |
| dsApplIfCompareOps OBJECT-TYPE Number of compare requests received. | 1.3.6.1.2.1.66.2.1.9 | Counter32 | read-only | current |
| dsApplIfAddEntryOps OBJECT-TYPE Number of addEntry requests received. | 1.3.6.1.2.1.66.2.1.10 | Counter32 | read-only | current |
| dsApplIfRemoveEntryOps OBJECT-TYPE Number of removeEntry requests received. | 1.3.6.1.2.1.66.2.1.11 | Counter32 | read-only | current |
| dsApplIfModifyEntryOps OBJECT-TYPE Number of modifyEntry requests received. | 1.3.6.1.2.1.66.2.1.12 | Counter32 | read-only | current |
| dsApplIfModifyRDNOps OBJECT-TYPE Number of modifyRDN requests received. | 1.3.6.1.2.1.66.2.1.13 | Counter32 | read-only | current |
| dsApplIfListOps OBJECT-TYPE Number of list requests received. | 1.3.6.1.2.1.66.2.1.14 | Counter32 | read-only | current |
| 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.15 | Counter32 | read-only | current |
| dsApplIfOneLevelSearchOps OBJECT-TYPE Number of oneLevel search requests received. | 1.3.6.1.2.1.66.2.1.16 | Counter32 | read-only | current |
| dsApplIfWholeSubtreeSearchOps OBJECT-TYPE Number of whole subtree search requests received. | 1.3.6.1.2.1.66.2.1.17 | Counter32 | read-only | current |
| dsApplIfReferrals OBJECT-TYPE Number of referrals returned in response to requests for operations. | 1.3.6.1.2.1.66.2.1.18 | Counter32 | read-only | current |
| dsApplIfChainings OBJECT-TYPE Number of operations forwarded by this Directory Server to other Directory Servers. | 1.3.6.1.2.1.66.2.1.19 | Counter32 | read-only | current |
| dsApplIfSecurityErrors OBJECT-TYPE Number of requests received which did not meet the security requirements. | 1.3.6.1.2.1.66.2.1.20 | Counter32 | read-only | current |
| 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.21 | Counter32 | read-only | current |
| dsApplIfReplicationUpdatesIn OBJECT-TYPE Number of replication updates fetched or received from supplier Directory Servers. | 1.3.6.1.2.1.66.2.1.22 | Counter32 | read-only | current |
| dsApplIfReplicationUpdatesOut OBJECT-TYPE Number of replication updates sent to or taken by consumer Directory Servers. | 1.3.6.1.2.1.66.2.1.23 | Counter32 | read-only | current |
| 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.24 | Counter32 | read-only | current |
| 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.25 | Counter32 | read-only | current |
| 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.3 | not-accessible | current | |
| dsIntEntry OBJECT-TYPE Entry containing interaction details of a Directory Server with a peer Directory Server. | 1.3.6.1.2.1.66.3.1 | not-accessible | current | |
| 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.1 | INTEGER (1..2147483647) | not-accessible | current |
| dsIntEntDirectoryName OBJECT-TYPE Distinguished Name of the peer Directory Server to which this entry pertains. | 1.3.6.1.2.1.66.3.1.2 | DistinguishedName | read-only | current |
| 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.3 | TimeStamp | read-only | current |
| 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.4 | TimeStamp | read-only | current |
| 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.5 | TimeStamp | read-only | current |
| 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.6 | Gauge32 | read-only | current |
| 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.7 | ZeroBasedCounter32 | read-only | current |
| 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.8 | ZeroBasedCounter32 | read-only | current |
| dsIntEntURL OBJECT-TYPE URL of the peer Directory Server. | 1.3.6.1.2.1.66.3.1.9 | URLString | read-only | current |
| 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
| Name | OID | Status |
|---|---|---|
| dsEntryGroup OBJECT-GROUP A collection of objects for a summary overview of the Directory Servers. | 1.3.6.1.2.1.66.4.1.1 | current |
| dsOpsGroup OBJECT-GROUP A collection of objects for monitoring the Directory Server operations. | 1.3.6.1.2.1.66.4.1.2 | current |
| 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.3 | current |
| 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.1 | current |
| 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.2 | current |
| 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.3 | current |
| 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.4 | current |