UCD-DLMOD-MIB: View SNMP OID List / Download MIB

VENDOR: U.C. DAVIS, ECE DEPT. TOM


 Home MIB: UCD-DLMOD-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
 ucdDlmodMIB 1.3.6.1.4.1.2021.13.14
This file defines the MIB objects for dynamic loadable MIB modules.
       dlmodNextIndex 1.3.6.1.4.1.2021.13.14.1 integer32 read-only
The index number of next appropiate unassigned entry in the dlmodTable.
       dlmodTable 1.3.6.1.4.1.2021.13.14.2 no-access
A table of dlmodEntry.
           dlmodEntry 1.3.6.1.4.1.2021.13.14.2.1 no-access
The parameters of dynamically loaded MIB module.
               dlmodIndex 1.3.6.1.4.1.2021.13.14.2.1.1 integer32 no-access
An index that uniqely identifies an entry in the dlmodTable.
               dlmodName 1.3.6.1.4.1.2021.13.14.2.1.2 displaystring read-write
The module name.
               dlmodPath 1.3.6.1.4.1.2021.13.14.2.1.3 displaystring read-write
The path of the module executable file.
               dlmodError 1.3.6.1.4.1.2021.13.14.2.1.4 displaystring read-only
The last error from dlmod_load_module.
               dlmodStatus 1.3.6.1.4.1.2021.13.14.2.1.5 integer read-write
The current status of the loaded module. Enumeration: 'load': 4, 'unload': 5, 'create': 6, 'error': 3, 'loaded': 1, 'unloaded': 2, 'delete': 7.