DX-MIB

File: DX-MIB.mib (10426 bytes)

Imported modules

SNMPv2-SMI

Imported symbols

OBJECT-TYPE MODULE-IDENTITY Counter32
Gauge32 enterprises

Defined Types

DxMWEntry  
SEQUENCE    
  dxMWIndex INTEGER
  dxRemoteDsaName OCTET STRING
  dxMWQueueLength Gauge32
  dxMWStatus INTEGER
  dxMWPendingRemote Gauge32
  dxMWConfirmedLocal Gauge32

Defined Values

dxMIB 1.3.6.1.4.1.3327.21
This module contains eTrust Directory-specific SNMP information.
MODULE-IDENTITY    

eTrustDirectory 1.3.6.1.4.1.3327
OBJECT IDENTIFIER    

dx-MULTIWRITE-MIB 1.3.6.1.4.1.3327.21.1
OBJECT IDENTIFIER    

dxMWTable 1.3.6.1.4.1.3327.21.1.1
The table holding information relating to the MW status of remote DSAs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DxMWEntry

dxMWEntry 1.3.6.1.4.1.3327.21.1.1.1
Entry containing information relating to the MW status of remote DSAs.
Status: current Access: not-accessible
OBJECT-TYPE    
  DxMWEntry  

dxMWIndex 1.3.6.1.4.1.3327.21.1.1.1.1
Create a unique key to identify rows of MW information
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..2147483647  

dxRemoteDsaName 1.3.6.1.4.1.3327.21.1.1.1.2
Name of the current Remote DSA
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

dxMWQueueLength 1.3.6.1.4.1.3327.21.1.1.1.3
The number of currently MWs outstanding
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

dxMWStatus 1.3.6.1.4.1.3327.21.1.1.1.4
Status of MW queue. The meaning of the statuses are as follows: internal-error - An internal error has occurred. ok - MW is functioning correctly. failed - The MW DSA is not contactable. Update will be queued. The uncontactable DSA needs attention. failed-no-dsa - MW Update failed. Knowledge of DSA lost. non-existent - Waiting for DISP but knowledge of DSA lost. recovering - MW DSA has been contacted and being updated. disp-failed - A failure occurred during DISP. The cause of this needs to be resolved before MW will continue. wait-disp - Waiting for DISP to complete before MWing. q-purged - MW queue was purged and MW to the DSA disabled. failed-sent - Have sent an update to a previously uncontactable DSA and waiting on a response.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER internal-error(0), ok(1), failed(2), failed-no-dsa(3), non-existent(4), recovering(5), disp-failed(6), wait-disp(7), q-purged(8), failed-sent(9)  

dxMWPendingRemote 1.3.6.1.4.1.3327.21.1.1.1.5
Gauge of pending remote MW operations
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

dxMWConfirmedLocal 1.3.6.1.4.1.3327.21.1.1.1.6
Gauge of queued MW operations that have been applied locally.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

dx-STATISTICS-MIB 1.3.6.1.4.1.3327.21.2
OBJECT IDENTIFIER    

dxStatsAssocs 1.3.6.1.4.1.3327.21.2.1
The current number of associations
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

dxStatsNilCredit 1.3.6.1.4.1.3327.21.2.2
The number of times flow control was applied to any association
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dxStatsNoTicks 1.3.6.1.4.1.3327.21.2.3
The number of times in the last minute processing did not occur NOTE: This requires stats logging/tracing to enable
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

dxStatsQueue 1.3.6.1.4.1.3327.21.2.4
The number of outstanding operations
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

dxStatsBusy 1.3.6.1.4.1.3327.21.2.5
The percentage of time in the last minute the DSA was busy NOTE: This requires stats logging/tracing to enable
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

dxStatsOps 1.3.6.1.4.1.3327.21.2.6
The total number of operations processed since DSA was started
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dxStatsEntries 1.3.6.1.4.1.3327.21.2.7
The total number of entries returned since DSA was started
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dxStatsMWQ 1.3.6.1.4.1.3327.21.2.8
The number of queued multiwrite operations
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

dx-CACHE-MIB 1.3.6.1.4.1.3327.21.3
OBJECT IDENTIFIER    

dxCacheStatus 1.3.6.1.4.1.3327.21.3.1
Status of DxCache. The meaning of the statuses are as follows: internal-error - An internal error has occurred. cache-disabled - DxCache is disabled (see trace log if unexpected): - Not turned on - Had a problem loading - Had a problem during an entry update - Has exceeded the maximum configured size - Machine has run out of memory - etc etc cache-building - DxCache is currently loading information from the backend. cache-ok - DxCache is up and running. cache-dirty - The DSA has received a DISP update. DxCache will be refreshed
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER internal-error(0), cache-disabled(1), cache-building(2), cache-ok(3), cache-dirty(4)  

dxCacheSize 1.3.6.1.4.1.3327.21.3.2
Memory in (mb) currently being used by DxCache.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

dxCacheSearchHits 1.3.6.1.4.1.3327.21.3.3
Number of search requests serviced by DxCache.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dxCacheSearchMisses 1.3.6.1.4.1.3327.21.3.4
Number of search requests going through to the backend.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dxCacheSequentialScans 1.3.6.1.4.1.3327.21.3.5
Number of searches requiring a sequential scan of the cache.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32