DIRECTORY-SERVER-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: DIRECTORY-SERVER-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 dsMIB 1.3.6.1.2.1.66
The MIB module for monitoring Directory Services.
       dsTable 1.3.6.1.2.1.66.1 no-access
The table holding information related to the Directory Servers.
           dsTableEntry 1.3.6.1.2.1.66.1.1 no-access
Entry containing summary description for a Directory Server.
               dsServerType 1.3.6.1.2.1.66.1.1.1 bits read-only
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. Bits: 'frontEndDirectoryServer': 0, 'backEndDirectoryServer': 1.
               dsServerDescription 1.3.6.1.2.1.66.1.1.2 displaystring read-only
A text description of the application. This information is intended to identify and briefly describe the application in a status display.
               dsMasterEntries 1.3.6.1.2.1.66.1.1.3 gauge32 read-only
Number of entries mastered in the Directory Server.
               dsCopyEntries 1.3.6.1.2.1.66.1.1.4 gauge32 read-only
Number of entries for which systematic (slave) copies are maintained in the Directory Server.
               dsCacheEntries 1.3.6.1.2.1.66.1.1.5 gauge32 read-only
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.
               dsCacheHits 1.3.6.1.2.1.66.1.1.6 counter32 read-only
Number of operations that were serviced from the locally held cache.
               dsSlaveHits 1.3.6.1.2.1.66.1.1.7 counter32 read-only
Number of operations that were serviced from the locally held object replications ( copy- entries).
       dsApplIfOpsTable 1.3.6.1.2.1.66.2 no-access
The table holding information related to the Directory Server operations.
           dsApplIfOpsEntry 1.3.6.1.2.1.66.2.1 no-access
Entry containing operations related statistics for a Directory Server.
               dsApplIfProtocolIndex 1.3.6.1.2.1.66.2.1.1 integer read-only
An index to uniquely identify an entry corresponding to a application-layer protocol interface. This index is used for lexicographic ordering of the table.
               dsApplIfProtocol 1.3.6.1.2.1.66.2.1.2 object identifier read-only
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
               dsApplIfUnauthBinds 1.3.6.1.2.1.66.2.1.3 counter32 read-only
Number of unauthenticated/anonymous bind requests received.
               dsApplIfSimpleAuthBinds 1.3.6.1.2.1.66.2.1.4 counter32 read-only
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.
               dsApplIfStrongAuthBinds 1.3.6.1.2.1.66.2.1.5 counter32 read-only
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.
               dsApplIfBindSecurityErrors 1.3.6.1.2.1.66.2.1.6 counter32 read-only
Number of bind requests that have been rejected due to inappropriate authentication or invalid credentials.
               dsApplIfInOps 1.3.6.1.2.1.66.2.1.7 counter32 read-only
Number of requests received from DUAs or other Directory Servers.
               dsApplIfReadOps 1.3.6.1.2.1.66.2.1.8 counter32 read-only
Number of read requests received.
               dsApplIfCompareOps 1.3.6.1.2.1.66.2.1.9 counter32 read-only
Number of compare requests received.
               dsApplIfAddEntryOps 1.3.6.1.2.1.66.2.1.10 counter32 read-only
Number of addEntry requests received.
               dsApplIfRemoveEntryOps 1.3.6.1.2.1.66.2.1.11 counter32 read-only
Number of removeEntry requests received.
               dsApplIfModifyEntryOps 1.3.6.1.2.1.66.2.1.12 counter32 read-only
Number of modifyEntry requests received.
               dsApplIfModifyRDNOps 1.3.6.1.2.1.66.2.1.13 counter32 read-only
Number of modifyRDN requests received.
               dsApplIfListOps 1.3.6.1.2.1.66.2.1.14 counter32 read-only
Number of list requests received.
               dsApplIfSearchOps 1.3.6.1.2.1.66.2.1.15 counter32 read-only
Number of search requests- baseObject searches, oneLevel searches and whole subtree searches, received.
               dsApplIfOneLevelSearchOps 1.3.6.1.2.1.66.2.1.16 counter32 read-only
Number of oneLevel search requests received.
               dsApplIfWholeSubtreeSearchOps 1.3.6.1.2.1.66.2.1.17 counter32 read-only
Number of whole subtree search requests received.
               dsApplIfReferrals 1.3.6.1.2.1.66.2.1.18 counter32 read-only
Number of referrals returned in response to requests for operations.
               dsApplIfChainings 1.3.6.1.2.1.66.2.1.19 counter32 read-only
Number of operations forwarded by this Directory Server to other Directory Servers.
               dsApplIfSecurityErrors 1.3.6.1.2.1.66.2.1.20 counter32 read-only
Number of requests received which did not meet the security requirements.
               dsApplIfErrors 1.3.6.1.2.1.66.2.1.21 counter32 read-only
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.
               dsApplIfReplicationUpdatesIn 1.3.6.1.2.1.66.2.1.22 counter32 read-only
Number of replication updates fetched or received from supplier Directory Servers.
               dsApplIfReplicationUpdatesOut 1.3.6.1.2.1.66.2.1.23 counter32 read-only
Number of replication updates sent to or taken by consumer Directory Servers.
               dsApplIfInBytes 1.3.6.1.2.1.66.2.1.24 counter32 read-only
Incoming traffic, in bytes, on the interface. This will include requests from DUAs as well as responses from other Directory Servers.
               dsApplIfOutBytes 1.3.6.1.2.1.66.2.1.25 counter32 read-only
Outgoing traffic in bytes on the interface. This will include responses to DUAs and Directory Servers as well as requests to other Directory Servers.
       dsIntTable 1.3.6.1.2.1.66.3 no-access
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.
           dsIntEntry 1.3.6.1.2.1.66.3.1 no-access
Entry containing interaction details of a Directory Server with a peer Directory Server.
               dsIntEntIndex 1.3.6.1.2.1.66.3.1.1 integer no-access
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.
               dsIntEntDirectoryName 1.3.6.1.2.1.66.3.1.2 distinguishedname read-only
Distinguished Name of the peer Directory Server to which this entry pertains.
               dsIntEntTimeOfCreation 1.3.6.1.2.1.66.3.1.3 timestamp read-only
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.
               dsIntEntTimeOfLastAttempt 1.3.6.1.2.1.66.3.1.4 timestamp read-only
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.
               dsIntEntTimeOfLastSuccess 1.3.6.1.2.1.66.3.1.5 timestamp read-only
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.
               dsIntEntFailuresSinceLastSuccess 1.3.6.1.2.1.66.3.1.6 gauge32 read-only
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.
               dsIntEntFailures 1.3.6.1.2.1.66.3.1.7 zerobasedcounter32 read-only
Cumulative failures in contacting the peer Directory Server since the creation of this entry.
               dsIntEntSuccesses 1.3.6.1.2.1.66.3.1.8 zerobasedcounter32 read-only
Cumulative successes in contacting the peer Directory Server since the creation of this entry.
               dsIntEntURL 1.3.6.1.2.1.66.3.1.9 urlstring read-only
URL of the peer Directory Server.
       dsConformance 1.3.6.1.2.1.66.4
           dsGroups 1.3.6.1.2.1.66.4.1
               dsEntryGroup 1.3.6.1.2.1.66.4.1.1
A collection of objects for a summary overview of the Directory Servers.
               dsOpsGroup 1.3.6.1.2.1.66.4.1.2
A collection of objects for monitoring the Directory Server operations.
               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.
           dsCompliances 1.3.6.1.2.1.66.4.2
               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 .
               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.
               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.
               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.