DLMOD-MIB

File: DLMOD-MIB.mib (1915 bytes)

Imported modules

SNMPv2-SMI RFC-1212 UCD-SNMP-MIB
SNMPv2-TC

Imported symbols

Integer32 OBJECT-TYPE ucdavis
DisplayString

Defined Types

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

Defined Values

dlmod 1.3.6.1.4.1.2021.14
OBJECT IDENTIFIER    

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

dlmodTable 1.3.6.1.4.1.2021.14.2
A list of dlmodEntry
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DlmodEntry

dlmodEntry 1.3.6.1.4.1.2021.14.2.1
A list parameters of dynamic module
Status: current Access: not-accessible
OBJECT-TYPE    
  DlmodEntry  

dlmodIndex 1.3.6.1.4.1.2021.14.2.1.1
An index that uniqely indenties an entry in dlmodTable
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

dlmodName 1.3.6.1.4.1.2021.14.2.1.2
The module name
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

dlmodPath 1.3.6.1.4.1.2021.14.2.1.3
The path of the module executable file
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

dlmodError 1.3.6.1.4.1.2021.14.2.1.4
The last error from dlmod_load_module
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

dlmodStatus 1.3.6.1.4.1.2021.14.2.1.5
Module status
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER loaded(1), unloaded(2), error(3), load(4), unload(5), create(6), delete(7)