DSA-MIB

File: DSA-MIB.mib (22946 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Gauge32
Counter32 NOTIFICATION-TYPE DisplayString
TimeStamp TEXTUAL-CONVENTION mib-2
applIndex DistinguishedName

Defined Types

DsaOpsEntry  
SEQUENCE    
  dsaAnonymousBinds Counter32
  dsaUnauthBinds Counter32
  dsaSimpleAuthBinds Counter32
  dsaStrongAuthBinds Counter32
  dsaBindSecurityErrors Counter32
  dsaInOps Counter32
  dsaReadOps Counter32
  dsaCompareOps Counter32
  dsaAddEntryOps Counter32
  dsaRemoveEntryOps Counter32
  dsaModifyEntryOps Counter32
  dsaModifyRDNOps Counter32
  dsaListOps Counter32
  dsaSearchOps Counter32
  dsaOneLevelSearchOps Counter32
  dsaWholeTreeSearchOps Counter32
  dsaReferrals Counter32
  dsaChainings Counter32
  dsaSecurityErrors Counter32
  dsaErrors Counter32

DsaEntriesEntry  
SEQUENCE    
  dsaMasterEntries Gauge32
  dsaCopyEntries Gauge32
  dsaCacheEntries Gauge32
  dsaCacheHits Counter32
  dsaSlaveHits Counter32

DsaIntEntry  
SEQUENCE    
  dsaIntIndex INTEGER
  dsaName DistinguishedName
  dsaTimeOfCreation TimeStamp
  dsaTimeOfLastAttempt TimeStamp
  dsaTimeOfLastSuccess TimeStamp
  dsaFailuresSinceLastSuccess Counter32
  dsaFailures Counter32
  dsaSuccesses Counter32

Defined Values

dsaMIB 1.3.6.1.2.1.29
The MIB module for monitoring Directory System Agents.
MODULE-IDENTITY    

dsaOpsTable 1.3.6.1.2.1.29.1
The table holding information related to the DSA operations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DsaOpsEntry

dsaOpsEntry 1.3.6.1.2.1.29.1.1
Entry containing operations related statistics for a DSA.
Status: current Access: not-accessible
OBJECT-TYPE    
  DsaOpsEntry  

dsaAnonymousBinds 1.3.6.1.2.1.29.1.1.1
Number of anonymous binds to this DSA from DUAs since application start.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsaUnauthBinds 1.3.6.1.2.1.29.1.1.2
Number of un-authenticated binds to this DSA since application start.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsaSimpleAuthBinds 1.3.6.1.2.1.29.1.1.3
Number of binds to this DSA that were authenticated using simple authentication procedures since application start.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsaStrongAuthBinds 1.3.6.1.2.1.29.1.1.4
Number of binds to this DSA that were authenticated using the strong authentication procedures since application start. This includes the binds that were authenticated using external authentication procedures.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsaBindSecurityErrors 1.3.6.1.2.1.29.1.1.5
Number of bind operations that have been rejected by this DSA due to inappropriateAuthentication or invalidCredentials.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsaInOps 1.3.6.1.2.1.29.1.1.6
Number of operations forwarded to this DSA from DUAs or other DSAs since application start up.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsaReadOps 1.3.6.1.2.1.29.1.1.7
Number of read operations serviced by this DSA since application startup.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsaCompareOps 1.3.6.1.2.1.29.1.1.8
Number of compare operations serviced by this DSA since application startup.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsaAddEntryOps 1.3.6.1.2.1.29.1.1.9
Number of addEntry operations serviced by this DSA since application startup.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsaRemoveEntryOps 1.3.6.1.2.1.29.1.1.10
Number of removeEntry operations serviced by this DSA since application startup.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsaModifyEntryOps 1.3.6.1.2.1.29.1.1.11
Number of modifyEntry operations serviced by this DSA since application startup.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsaModifyRDNOps 1.3.6.1.2.1.29.1.1.12
Number of modifyRDN operations serviced by this DSA since application startup.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsaListOps 1.3.6.1.2.1.29.1.1.13
Number of list operations serviced by this DSA since application startup.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsaSearchOps 1.3.6.1.2.1.29.1.1.14
Number of search operations- baseObjectSearches, oneLevelSearches and subTreeSearches, serviced by this DSA since application startup.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsaOneLevelSearchOps 1.3.6.1.2.1.29.1.1.15
Number of oneLevelSearch operations serviced by this DSA since application startup.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsaWholeTreeSearchOps 1.3.6.1.2.1.29.1.1.16
Number of wholeTreeSearch operations serviced by this DSA since application startup.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsaReferrals 1.3.6.1.2.1.29.1.1.17
Number of referrals returned by this DSA in response to requests for operations since application startup.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsaChainings 1.3.6.1.2.1.29.1.1.18
Number of operations forwarded by this DSA to other DSAs since application startup.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsaSecurityErrors 1.3.6.1.2.1.29.1.1.19
Number of operations forwarded to this DSA which did not meet the security requirements.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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

dsaEntriesTable 1.3.6.1.2.1.29.2
The table holding information related to the entry statistics and cache performance of the DSAs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DsaEntriesEntry

dsaEntriesEntry 1.3.6.1.2.1.29.2.1
Entry containing statistics pertaining to entries held by a DSA.
Status: current Access: not-accessible
OBJECT-TYPE    
  DsaEntriesEntry  

dsaMasterEntries 1.3.6.1.2.1.29.2.1.1
Number of entries mastered in the DSA.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

dsaCopyEntries 1.3.6.1.2.1.29.2.1.2
Number of entries for which systematic (slave) copies are maintained in the DSA.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

dsaCacheEntries 1.3.6.1.2.1.29.2.1.3
Number of entries cached (non-systematic copies) in the DSA. This will include the entries that are cached partially. The negative cache is not counted.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

dsaCacheHits 1.3.6.1.2.1.29.2.1.4
Number of operations that were serviced from the locally held cache since application startup.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsaSlaveHits 1.3.6.1.2.1.29.2.1.5
Number of operations that were serviced from the locally held object replications [ shadow entries] since application startup.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsaIntTable 1.3.6.1.2.1.29.3
Each row of this table contains some details related to the history of the interaction of the monitored DSAs with their respective peer DSAs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DsaIntEntry

dsaIntEntry 1.3.6.1.2.1.29.3.1
Entry containing interaction details of a DSA with a peer DSA.
Status: current Access: not-accessible
OBJECT-TYPE    
  DsaIntEntry  

dsaIntIndex 1.3.6.1.2.1.29.3.1.1
Together with applIndex it forms the unique key to identify the conceptual row which contains useful info on the (attempted) interaction between the DSA (referred to by applIndex) and a peer DSA.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..2147483647  

dsaName 1.3.6.1.2.1.29.3.1.2
Distinguished Name of the peer DSA to which this entry pertains.
Status: current Access: read-only
OBJECT-TYPE    
  DistinguishedName  

dsaTimeOfCreation 1.3.6.1.2.1.29.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  

dsaTimeOfLastAttempt 1.3.6.1.2.1.29.3.1.4
The value of sysUpTime when the last attempt was made to contact this DSA. 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  

dsaTimeOfLastSuccess 1.3.6.1.2.1.29.3.1.5
The value of sysUpTime when the last attempt made to contact this DSA 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  

dsaFailuresSinceLastSuccess 1.3.6.1.2.1.29.3.1.6
The number of failures since the last time an attempt to contact this DSA was successful. If there has been no successful attempts, this counter will contain the number of failures since this entry was created.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsaFailures 1.3.6.1.2.1.29.3.1.7
Cumulative failures since the creation of this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsaSuccesses 1.3.6.1.2.1.29.3.1.8
Cumulative successes since the creation of this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsaConformance 1.3.6.1.2.1.29.4
OBJECT IDENTIFIER    

dsaGroups 1.3.6.1.2.1.29.4.1
OBJECT IDENTIFIER    

dsaCompliances 1.3.6.1.2.1.29.4.2
OBJECT IDENTIFIER    

dsaOpsCompliance 1.3.6.1.2.1.29.4.2.1
The compliance statement for SNMPv2 entities which implement the DSA-MIB for monitoring DSA operations.
Status: current Access: read-only
MODULE-COMPLIANCE    

dsaEntryCompliance 1.3.6.1.2.1.29.4.2.2
The compliance statement for SNMPv2 entities which implement the DSA-MIB for monitoring DSA operations, entry statistics and cache performance.
Status: current Access: read-only
MODULE-COMPLIANCE    

dsaIntCompliance 1.3.6.1.2.1.29.4.2.3
The compliance statement for SNMPv2 entities which implement the DSA-MIB for monitoring DSA operations and the interaction of the DSA with peer DSAs.
Status: current Access: read-only
MODULE-COMPLIANCE    

dsaOpsGroup 1.3.6.1.2.1.29.4.1.1
A collection of objects for monitoring the DSA operations.
Status: current Access: read-only
OBJECT-GROUP    

dsaEntryGroup 1.3.6.1.2.1.29.4.1.2
A collection of objects for monitoring the DSA entry statistics and cache performance.
Status: current Access: read-only
OBJECT-GROUP    

dsaIntGroup 1.3.6.1.2.1.29.4.1.3
A collection of objects for monitoring the DSA's interaction with peer DSAs.
Status: current Access: read-only
OBJECT-GROUP