DIRECTORY-SERVER-MIB

File: DIRECTORY-SERVER-MIB.mib (24269 bytes)

Imported modules

SNMPv2-SMI RFC1213-MIB SNMPv2-TC
SNMPv2-CONF RMON2-MIB NETWORK-SERVICES-MIB

Imported symbols

MODULE-IDENTITY Counter32 Gauge32
OBJECT-TYPE mib-2 DisplayString
TimeStamp MODULE-COMPLIANCE OBJECT-GROUP
ZeroBasedCounter32 applIndex DistinguishedName
URLString

Defined Types

DsTableEntry  
SEQUENCE    
  dsServerType BITS
  dsServerDescription DisplayString
  dsMasterEntries Gauge32
  dsCopyEntries Gauge32
  dsCacheEntries Gauge32
  dsCacheHits Counter32
  dsSlaveHits Counter32

DsApplIfOpsEntry  
SEQUENCE    
  dsApplIfProtocolIndex INTEGER
  dsApplIfProtocol OBJECT IDENTIFIER
  dsApplIfUnauthBinds Counter32
  dsApplIfSimpleAuthBinds Counter32
  dsApplIfStrongAuthBinds Counter32
  dsApplIfBindSecurityErrors Counter32
  dsApplIfInOps Counter32
  dsApplIfReadOps Counter32
  dsApplIfCompareOps Counter32
  dsApplIfAddEntryOps Counter32
  dsApplIfRemoveEntryOps Counter32
  dsApplIfModifyEntryOps Counter32
  dsApplIfModifyRDNOps Counter32
  dsApplIfListOps Counter32
  dsApplIfSearchOps Counter32
  dsApplIfOneLevelSearchOps Counter32
  dsApplIfWholeSubtreeSearchOps Counter32
  dsApplIfReferrals Counter32
  dsApplIfChainings Counter32
  dsApplIfSecurityErrors Counter32
  dsApplIfErrors Counter32
  dsApplIfReplicationUpdatesIn Counter32
  dsApplIfReplicationUpdatesOut Counter32
  dsApplIfInBytes Counter32
  dsApplIfOutBytes Counter32

DsIntEntry  
SEQUENCE    
  dsIntEntIndex INTEGER
  dsIntEntDirectoryName DistinguishedName
  dsIntEntTimeOfCreation TimeStamp
  dsIntEntTimeOfLastAttempt TimeStamp
  dsIntEntTimeOfLastSuccess TimeStamp
  dsIntEntFailuresSinceLastSuccess Gauge32
  dsIntEntFailures ZeroBasedCounter32
  dsIntEntSuccesses ZeroBasedCounter32
  dsIntEntURL URLString

Defined Values

dsMIB 1.3.6.1.2.1.66
The MIB module for monitoring Directory Services.
MODULE-IDENTITY    

dsTable 1.3.6.1.2.1.66.1
The table holding information related to the Directory Servers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DsTableEntry

dsTableEntry 1.3.6.1.2.1.66.1.1
Entry containing summary description for a Directory Server.
Status: current Access: not-accessible
OBJECT-TYPE    
  DsTableEntry  

dsServerType 1.3.6.1.2.1.66.1.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  BITS frontEndDirectoryServer(0), backEndDirectoryServer(1)  

dsServerDescription 1.3.6.1.2.1.66.1.1.2
A text description of the application. This information is intended to identify and briefly describe the application in a status display.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

dsMasterEntries 1.3.6.1.2.1.66.1.1.3
Number of entries mastered in the Directory Server.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

dsCopyEntries 1.3.6.1.2.1.66.1.1.4
Number of entries for which systematic (slave) copies are maintained in the Directory Server.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

dsCacheEntries 1.3.6.1.2.1.66.1.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

dsCacheHits 1.3.6.1.2.1.66.1.1.6
Number of operations that were serviced from the locally held cache.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsSlaveHits 1.3.6.1.2.1.66.1.1.7
Number of operations that were serviced from the locally held object replications ( copy- entries).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsApplIfOpsTable 1.3.6.1.2.1.66.2
The table holding information related to the Directory Server operations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DsApplIfOpsEntry

dsApplIfOpsEntry 1.3.6.1.2.1.66.2.1
Entry containing operations related statistics for a Directory Server.
Status: current Access: not-accessible
OBJECT-TYPE    
  DsApplIfOpsEntry  

dsApplIfProtocolIndex 1.3.6.1.2.1.66.2.1.1
An index to uniquely identify an entry corresponding to a application-layer protocol interface. This index is used for lexicographic ordering of the table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647  

dsApplIfProtocol 1.3.6.1.2.1.66.2.1.2
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
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

dsApplIfUnauthBinds 1.3.6.1.2.1.66.2.1.3
Number of unauthenticated/anonymous bind requests received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsApplIfSimpleAuthBinds 1.3.6.1.2.1.66.2.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsApplIfStrongAuthBinds 1.3.6.1.2.1.66.2.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsApplIfBindSecurityErrors 1.3.6.1.2.1.66.2.1.6
Number of bind requests that have been rejected due to inappropriate authentication or invalid credentials.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsApplIfInOps 1.3.6.1.2.1.66.2.1.7
Number of requests received from DUAs or other Directory Servers.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsApplIfReadOps 1.3.6.1.2.1.66.2.1.8
Number of read requests received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsApplIfCompareOps 1.3.6.1.2.1.66.2.1.9
Number of compare requests received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsApplIfAddEntryOps 1.3.6.1.2.1.66.2.1.10
Number of addEntry requests received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsApplIfRemoveEntryOps 1.3.6.1.2.1.66.2.1.11
Number of removeEntry requests received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsApplIfModifyEntryOps 1.3.6.1.2.1.66.2.1.12
Number of modifyEntry requests received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsApplIfModifyRDNOps 1.3.6.1.2.1.66.2.1.13
Number of modifyRDN requests received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsApplIfListOps 1.3.6.1.2.1.66.2.1.14
Number of list requests received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsApplIfSearchOps 1.3.6.1.2.1.66.2.1.15
Number of search requests- baseObject searches, oneLevel searches and whole subtree searches, received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsApplIfOneLevelSearchOps 1.3.6.1.2.1.66.2.1.16
Number of oneLevel search requests received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsApplIfWholeSubtreeSearchOps 1.3.6.1.2.1.66.2.1.17
Number of whole subtree search requests received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsApplIfReferrals 1.3.6.1.2.1.66.2.1.18
Number of referrals returned in response to requests for operations.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsApplIfChainings 1.3.6.1.2.1.66.2.1.19
Number of operations forwarded by this Directory Server to other Directory Servers.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsApplIfSecurityErrors 1.3.6.1.2.1.66.2.1.20
Number of requests received which did not meet the security requirements.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsApplIfErrors 1.3.6.1.2.1.66.2.1.21
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsApplIfReplicationUpdatesIn 1.3.6.1.2.1.66.2.1.22
Number of replication updates fetched or received from supplier Directory Servers.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsApplIfReplicationUpdatesOut 1.3.6.1.2.1.66.2.1.23
Number of replication updates sent to or taken by consumer Directory Servers.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsApplIfInBytes 1.3.6.1.2.1.66.2.1.24
Incoming traffic, in bytes, on the interface. This will include requests from DUAs as well as responses from other Directory Servers.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsApplIfOutBytes 1.3.6.1.2.1.66.2.1.25
Outgoing traffic in bytes on the interface. This will include responses to DUAs and Directory Servers as well as requests to other Directory Servers.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsIntTable 1.3.6.1.2.1.66.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DsIntEntry

dsIntEntry 1.3.6.1.2.1.66.3.1
Entry containing interaction details of a Directory Server with a peer Directory Server.
Status: current Access: not-accessible
OBJECT-TYPE    
  DsIntEntry  

dsIntEntIndex 1.3.6.1.2.1.66.3.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..2147483647  

dsIntEntDirectoryName 1.3.6.1.2.1.66.3.1.2
Distinguished Name of the peer Directory Server to which this entry pertains.
Status: current Access: read-only
OBJECT-TYPE    
  DistinguishedName  

dsIntEntTimeOfCreation 1.3.6.1.2.1.66.3.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

dsIntEntTimeOfLastAttempt 1.3.6.1.2.1.66.3.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

dsIntEntTimeOfLastSuccess 1.3.6.1.2.1.66.3.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

dsIntEntFailuresSinceLastSuccess 1.3.6.1.2.1.66.3.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

dsIntEntFailures 1.3.6.1.2.1.66.3.1.7
Cumulative failures in contacting the peer Directory Server since the creation of this entry.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

dsIntEntSuccesses 1.3.6.1.2.1.66.3.1.8
Cumulative successes in contacting the peer Directory Server since the creation of this entry.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

dsIntEntURL 1.3.6.1.2.1.66.3.1.9
URL of the peer Directory Server.
Status: current Access: read-only
OBJECT-TYPE    
  URLString  

dsConformance 1.3.6.1.2.1.66.4
OBJECT IDENTIFIER    

dsGroups 1.3.6.1.2.1.66.4.1
OBJECT IDENTIFIER    

dsCompliances 1.3.6.1.2.1.66.4.2
OBJECT IDENTIFIER    

dsEntryCompliance 1.3.6.1.2.1.66.4.2.1
The compliance statement for SNMP entities which implement the DIRECTORY-SERVER-MIB for a summary overview of the Directory Servers .
Status: current Access: read-only
MODULE-COMPLIANCE    

dsOpsCompliance 1.3.6.1.2.1.66.4.2.2
The compliance statement for SNMP entities which implement the DIRECTORY-SERVER-MIB for monitoring Directory Server operations, entry statistics and cache performance.
Status: current Access: read-only
MODULE-COMPLIANCE    

dsIntCompliance 1.3.6.1.2.1.66.4.2.3
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.
Status: current Access: read-only
MODULE-COMPLIANCE    

dsOpsIntCompliance 1.3.6.1.2.1.66.4.2.4
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.
Status: current Access: read-only
MODULE-COMPLIANCE    

dsEntryGroup 1.3.6.1.2.1.66.4.1.1
A collection of objects for a summary overview of the Directory Servers.
Status: current Access: read-only
OBJECT-GROUP    

dsOpsGroup 1.3.6.1.2.1.66.4.1.2
A collection of objects for monitoring the Directory Server operations.
Status: current Access: read-only
OBJECT-GROUP    

dsIntGroup 1.3.6.1.2.1.66.4.1.3
A collection of objects for monitoring the Directory Server's interaction with peer Directory Servers.
Status: current Access: read-only
OBJECT-GROUP