UCD-DLMOD-MIB

File: UCD-DLMOD-MIB.mib (3211 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC UCD-SNMP-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY Integer32
DisplayString ucdExperimental

Defined Types

DlmodEntry  
SEQUENCE    
  dlmodIndex Integer32
  dlmodName DisplayString
  dlmodPath DisplayString
  dlmodError DisplayString
  dlmodStatus INTEGER

Defined Values

ucdDlmodMIB 1.3.6.1.4.1.2021.13.14
This file defines the MIB objects for dynamic loadable MIB modules.
MODULE-IDENTITY    

dlmodNextIndex 1.3.6.1.4.1.2021.13.14.1
The index number of next appropiate unassigned entry in the dlmodTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

dlmodTable 1.3.6.1.4.1.2021.13.14.2
A table of dlmodEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DlmodEntry

dlmodEntry 1.3.6.1.4.1.2021.13.14.2.1
The parameters of dynamically loaded MIB module.
Status: current Access: not-accessible
OBJECT-TYPE    
  DlmodEntry  

dlmodIndex 1.3.6.1.4.1.2021.13.14.2.1.1
An index that uniqely identifies an entry in the dlmodTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

dlmodName 1.3.6.1.4.1.2021.13.14.2.1.2
The module name.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

dlmodPath 1.3.6.1.4.1.2021.13.14.2.1.3
The path of the module executable file.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

dlmodError 1.3.6.1.4.1.2021.13.14.2.1.4
The last error from dlmod_load_module.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

dlmodStatus 1.3.6.1.4.1.2021.13.14.2.1.5
The current status of the loaded module.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER loaded(1), unloaded(2), error(3), load(4), unload(5), create(6), delete(7)