DX-MIB: View SNMP OID List / Download MIB

VENDOR: CA TECHNOLOGIES


 Home MIB: DX-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
 eTrustDirectory 1.3.6.1.4.1.3327
           dxMIB 1.3.6.1.4.1.3327.21
This module contains eTrust Directory-specific SNMP information.
                 dx_MULTIWRITE_MIB 1.3.6.1.4.1.3327.21.1
                     dxMWTable 1.3.6.1.4.1.3327.21.1.1 no-access
The table holding information relating to the MW status of remote DSAs.
                         dxMWEntry 1.3.6.1.4.1.3327.21.1.1.1 no-access
Entry containing information relating to the MW status of remote DSAs.
                             dxMWIndex 1.3.6.1.4.1.3327.21.1.1.1.1 integer no-access
Create a unique key to identify rows of MW information
                             dxRemoteDsaName 1.3.6.1.4.1.3327.21.1.1.1.2 octet string read-only
Name of the current Remote DSA
                             dxMWQueueLength 1.3.6.1.4.1.3327.21.1.1.1.3 gauge32 read-only
The number of currently MWs outstanding
                             dxMWStatus 1.3.6.1.4.1.3327.21.1.1.1.4 integer read-only
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. Enumeration: 'q-purged': 8, 'non-existent': 4, 'ok': 1, 'recovering': 5, 'disp-failed': 6, 'internal-error': 0, 'wait-disp': 7, 'failed': 2, 'failed-sent': 9, 'failed-no-dsa': 3.
                             dxMWPendingRemote 1.3.6.1.4.1.3327.21.1.1.1.5 gauge32 read-only
Gauge of pending remote MW operations
                             dxMWConfirmedLocal 1.3.6.1.4.1.3327.21.1.1.1.6 gauge32 read-only
Gauge of queued MW operations that have been applied locally.
                 dx_STATISTICS_MIB 1.3.6.1.4.1.3327.21.2
                     dxStatsAssocs 1.3.6.1.4.1.3327.21.2.1 gauge32 read-only
The current number of associations
                     dxStatsNilCredit 1.3.6.1.4.1.3327.21.2.2 counter32 read-only
The number of times flow control was applied to any association
                     dxStatsNoTicks 1.3.6.1.4.1.3327.21.2.3 gauge32 read-only
The number of times in the last minute processing did not occur NOTE: This requires stats logging/tracing to enable
                     dxStatsQueue 1.3.6.1.4.1.3327.21.2.4 gauge32 read-only
The number of outstanding operations
                     dxStatsBusy 1.3.6.1.4.1.3327.21.2.5 gauge32 read-only
The percentage of time in the last minute the DSA was busy NOTE: This requires stats logging/tracing to enable
                     dxStatsOps 1.3.6.1.4.1.3327.21.2.6 counter32 read-only
The total number of operations processed since DSA was started
                     dxStatsEntries 1.3.6.1.4.1.3327.21.2.7 counter32 read-only
The total number of entries returned since DSA was started
                     dxStatsMWQ 1.3.6.1.4.1.3327.21.2.8 gauge32 read-only
The number of queued multiwrite operations
                 dx_CACHE_MIB 1.3.6.1.4.1.3327.21.3
                     dxCacheStatus 1.3.6.1.4.1.3327.21.3.1 integer read-only
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 Enumeration: 'internal-error': 0, 'cache-disabled': 1, 'cache-dirty': 4, 'cache-ok': 3, 'cache-building': 2.
                     dxCacheSize 1.3.6.1.4.1.3327.21.3.2 gauge32 read-only
Memory in (mb) currently being used by DxCache.
                     dxCacheSearchHits 1.3.6.1.4.1.3327.21.3.3 counter32 read-only
Number of search requests serviced by DxCache.
                     dxCacheSearchMisses 1.3.6.1.4.1.3327.21.3.4 counter32 read-only
Number of search requests going through to the backend.
                     dxCacheSequentialScans 1.3.6.1.4.1.3327.21.3.5 counter32 read-only
Number of searches requiring a sequential scan of the cache.