This is a summary of information regarding objects below the ucdDlmodMIB MIB object, which is defined within the UCD-DLMOD-MIB MIB document as .1.3.6.1.4.1.2021.13.14.
Name | Type | Access | OID | Description |
---|---|---|---|---|
1
dlmodNextIndex | INTEGER32 | ReadOnly | .1.3.6.1.4.1.2021.13.14.1 |
The index number of next appropiate unassigned entry in the dlmodTable. |
Table Name | dlmodTable |
In MIB | UCD-DLMOD-MIB |
Registered at OID | .1.3.6.1.4.1.2021.13.14.2 |
Table Description |
A table of dlmodEntry. |
Row Description |
The parameters of dynamically loaded MIB module. |
Name | Type | Access | Description |
---|---|---|---|
1
dlmodIndex |
INTEGER32
Legal values: 1 .. 65535 | NoAccess |
An index that uniqely identifies an entry in the dlmodTable. |
Name | Type | Access | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2
dlmodName |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadWrite |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. The module name. |
||||||||||||||||
3
dlmodPath |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadWrite |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. The path of the module executable file. |
||||||||||||||||
4
dlmodError |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadOnly |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. The last error from dlmod_load_module. |
||||||||||||||||
5
dlmodStatus |
INTEGER
| ReadWrite |
The current status of the loaded module. |
SCALAR OBJECTS
TABLE OBJECTS |
These TEXTUAL-CONVENTIONS are used in other parts of the document above. They are SNMP's way of defining a datatype that is used repeatedly by other MIB objects. Any implementation implementing objects that use one of these definitions must follow its DESCRIPTION clause as well as the DESCRIPTION clause of the object itself.
Name | Type | Description |
---|---|---|
DisplayString | OCTETSTR | Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of character codes 0-127 (decimal) - the graphics characters (32-126) are interpreted as US ASCII - NUL, LF, CR, BEL, BS, HT, VT and FF have the special meanings specified in RFC 854 - the other 25 codes have no standard interpretation - the sequence 'CR LF' means newline - the sequence 'CR NUL' means carriage-return - an 'LF' not preceded by a 'CR' means moving to the same column on the next line. - the sequence 'CR x' for any x other than LF or NUL is illegal. (Note that this also means that a string may end with either 'CR LF' or 'CR NUL', but not with CR.) Any object defined using this syntax may not exceed 255 characters in length. |
Tree view generated by running: snmptranslate -Tp UCD-DLMOD-MIB::ucdDlmodMIB
+--ucdDlmodMIB(14) +-- -R-- Integer32 dlmodNextIndex(1) | +--dlmodTable(2) | +--dlmodEntry(1) | Index: dlmodIndex | +-- ---- Integer32 dlmodIndex(1) | Range: 1..65535 +-- -RW- String dlmodName(2) | Textual Convention: DisplayString | Size: 0..255 +-- -RW- String dlmodPath(3) | Textual Convention: DisplayString | Size: 0..255 +-- -R-- String dlmodError(4) | Textual Convention: DisplayString | Size: 0..255 +-- -RW- EnumVal dlmodStatus(5) Values: loaded(1), unloaded(2), error(3), load(4), unload(5), create(6), delete(7)
Last modified: Wednesday, 01-Aug-2018 04:41:28 UTC
For questions regarding web content and site functionality, please write to the net-snmp-users mail list.