NSLDAP-MIB: View SNMP OID List / Download MIB
VENDOR: AOL / NETSCAPE COMMUNICATIONS CORP.
Home | MIB: NSLDAP-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).
|
|||
Object Name | OID | Type | Access | Info |
netscape | 1.3.6.1.4.1.1450 | |||
nsldap | 1.3.6.1.4.1.1450.7 |
An implementation of the MADMAN mib for monitoring LDAP/CLDAP and X.500 directories described in internet draft: draft-ietf-madman-ds-mib-103.txt used for iPlanet Directory Server 5 |
||
dsOpsTable | 1.3.6.1.4.1.1450.7.1 | no-access |
The table holding information related to the DS operations. |
|
1.3.6.1.4.1.1450.7.1.1 | no-access |
Entry containing operations related statistics for a DS. |
||
dsAnonymousBinds | 1.3.6.1.4.1.1450.7.1.1.1 | counter32 | read-only |
Number of anonymous binds to this DS from UAs since application start. |
dsUnAuthBinds | 1.3.6.1.4.1.1450.7.1.1.2 | counter32 | read-only |
Number of un-authenticated binds to this DS since application start. |
dsSimpleAuthBinds | 1.3.6.1.4.1.1450.7.1.1.3 | counter32 | read-only |
Number of binds to this DS that were authenticated using simple authentication procedures since application start. |
dsStrongAuthBinds | 1.3.6.1.4.1.1450.7.1.1.4 | counter32 | read-only |
Number of binds to this DS that were authenticated using the strong authentication procedures since application start. This includes the binds that were authenticated using external authentication procedures. |
dsBindSecurityErrors | 1.3.6.1.4.1.1450.7.1.1.5 | counter32 | read-only |
Number of bind operations that have been rejected by this DS due to inappropriateAuthentication or invalidCredentials. |
dsInOps | 1.3.6.1.4.1.1450.7.1.1.6 | counter32 | read-only |
Number of operations forwarded to this DS from UAs or other DSs since application start up. |
dsReadOps | 1.3.6.1.4.1.1450.7.1.1.7 | counter32 | read-only |
Number of read operations serviced by this DS since application startup. |
dsCompareOps | 1.3.6.1.4.1.1450.7.1.1.8 | counter32 | read-only |
Number of compare operations serviced by this DS since application startup. |
dsAddEntryOps | 1.3.6.1.4.1.1450.7.1.1.9 | counter32 | read-only |
Number of addEntry operations serviced by this DS since application startup. |
dsRemoveEntryOps | 1.3.6.1.4.1.1450.7.1.1.10 | counter32 | read-only |
Number of removeEntry operations serviced by this DS since application startup. |
dsModifyEntryOps | 1.3.6.1.4.1.1450.7.1.1.11 | counter32 | read-only |
Number of modifyEntry operations serviced by this DS since application startup. |
dsModifyRDNOps | 1.3.6.1.4.1.1450.7.1.1.12 | counter32 | read-only |
Number of modifyRDN operations serviced by this DS since application startup. |
dsListOps | 1.3.6.1.4.1.1450.7.1.1.13 | counter32 | read-only |
Number of list operations serviced by this DS since application startup. |
dsSearchOps | 1.3.6.1.4.1.1450.7.1.1.14 | counter32 | read-only |
Number of search operations- baseObject searches, oneLevel searches and wholeSubtree searches, serviced by this DS since application startup. |
dsOneLevelSearchOps | 1.3.6.1.4.1.1450.7.1.1.15 | counter32 | read-only |
Number of oneLevel search operations serviced by this DS since application startup. |
dsWholeSubtreeSearchOps | 1.3.6.1.4.1.1450.7.1.1.16 | counter32 | read-only |
Number of wholeSubtree search operations serviced by this DS since application startup. |
dsReferrals | 1.3.6.1.4.1.1450.7.1.1.17 | counter32 | read-only |
Number of referrals returned by this DS in response to requests for operations since application startup. |
dsChainings | 1.3.6.1.4.1.1450.7.1.1.18 | counter32 | read-only |
Number of operations forwarded by this DS to other DSs since application startup. |
dsSecurityErrors | 1.3.6.1.4.1.1450.7.1.1.19 | counter32 | read-only |
Number of operations forwarded to this DS which did not meet the security requirements. |
dsErrors | 1.3.6.1.4.1.1450.7.1.1.20 | counter32 | read-only |
Number of operations 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 NameErrors, UpdateErrors, Attribute errors and ServiceErrors. |
dsEntriesTable | 1.3.6.1.4.1.1450.7.2 | no-access |
The table holding information related to the entry statistics and cache performance of the DSs. |
|
1.3.6.1.4.1.1450.7.2.1 | no-access |
Entry containing statistics pertaining to entries held by a DS. |
||
dsMasterEntries | 1.3.6.1.4.1.1450.7.2.1.1 | gauge32 | read-only |
Number of entries mastered in the DS. |
dsCopyEntries | 1.3.6.1.4.1.1450.7.2.1.2 | gauge32 | read-only |
Number of entries for which systematic (slave) copies are maintained in the DS. |
dsCacheEntries | 1.3.6.1.4.1.1450.7.2.1.3 | gauge32 | read-only |
Number of entries cached (non-systematic copies) in the DS. This will include the entries that are cached partially. The negative cache is not counted. |
dsCacheHits | 1.3.6.1.4.1.1450.7.2.1.4 | counter32 | read-only |
Number of operations that were serviced from the locally held cache since application startup. |
dsSlaveHits | 1.3.6.1.4.1.1450.7.2.1.5 | counter32 | read-only |
Number of operations that were serviced from the locally held object replications ( shadow entries) since application startup. |
dsIntTable | 1.3.6.1.4.1.1450.7.3 | no-access |
Each row of this table contains some details related to the history of the interaction of the monitored DSs with their respective peer DSs. |
|
1.3.6.1.4.1.1450.7.3.1 | no-access |
Entry containing interaction details of a DS with a peer DS. |
||
dsIntIndex | 1.3.6.1.4.1.1450.7.3.1.1 | integer | no-access |
Together with applIndex it forms the unique key to identify the conceptual row which contains useful info on the (attempted) interaction between the DS (referred to by applIndex) and a peer DS. |
dsName | 1.3.6.1.4.1.1450.7.3.1.2 | distinguishedname | read-only |
Distinguished Name of the peer DS to which this entry pertains. |
dsTimeOfCreation | 1.3.6.1.4.1.1450.7.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. |
dsTimeOfLastAttempt | 1.3.6.1.4.1.1450.7.3.1.4 | timestamp | read-only |
The value of sysUpTime when the last attempt was made to contact this DS. If the last attempt was made before the network management subsystem was initialized, this object will contain a value of zero. |
dsTimeOfLastSuccess | 1.3.6.1.4.1.1450.7.3.1.5 | timestamp | read-only |
The value of sysUpTime when the last attempt made to contact this DS 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. |
dsFailuresSinceLastSuccess | 1.3.6.1.4.1.1450.7.3.1.6 | counter32 | read-only |
The number of failures since the last time an attempt to contact this DS was successful. If there has been no successful attempts, this counter will contain the number of failures since this entry was created. |
dsFailures | 1.3.6.1.4.1.1450.7.3.1.7 | counter32 | read-only |
Cumulative failures since the creation of this entry. |
dsSuccesses | 1.3.6.1.4.1.1450.7.3.1.8 | counter32 | read-only |
Cumulative successes since the creation of this entry. |
dsURL | 1.3.6.1.4.1.1450.7.3.1.9 | urlstring | read-only |
URL of the DS application. |
dsEntityTable | 1.3.6.1.4.1.1450.7.5 | no-access |
This table holds general information related to an installed instance of a directory server |
|
1.3.6.1.4.1.1450.7.5.1 | no-access |
Entry of general information about an installed instance of a directory server |
||
dsEntityDescr | 1.3.6.1.4.1.1450.7.5.1.1 | displaystring | read-only |
A general textual description of this directory server. |
dsEntityVers | 1.3.6.1.4.1.1450.7.5.1.2 | displaystring | read-only |
The version of this directory server |
dsEntityOrg | 1.3.6.1.4.1.1450.7.5.1.3 | displaystring | read-only |
Organization responsible for directory server at this installation |
dsEntityLocation | 1.3.6.1.4.1.1450.7.5.1.4 | displaystring | read-only |
Physical location of this entity (directory server). For example: hostname, building number, lab number, etc. |
dsEntityContact | 1.3.6.1.4.1.1450.7.5.1.5 | displaystring | read-only |
Contact person(s)responsible for the directory server at this installation, together with information on how to conact. |
dsEntityName | 1.3.6.1.4.1.1450.7.5.1.6 | displaystring | read-only |
Name assigned to this entity at the installation site |
nsDirectoryServerDown | 1.3.6.1.4.1.14500.7001 |
This trap is generated whenever the agent detects the directory server to be (potentially) Down. |
||
nsDirectoryServerStart | 1.3.6.1.4.1.14500.7002 |
This trap is generated whenever the agent detects the directory server to have (re)started. |