UCD-DLMOD-MIB
- Registered at
- 1.3.6.1.4.1.2021.13.14
- Last updated
- 2000-01-26 00:00
- Organization
- University of California, Davis
- Revisions
- 2000-01-26 00:00, 1999-12-10 00:00
- Namespace
- netsnmp
- Source file
UCD-DLMOD-MIB- Digest
sha256:dd338b316f49db70a54febdc3d62a3993644497dc83289bc8f45736e4d8f098a
Description
This file defines the MIB objects for dynamic loadable MIB modules.
Contact
This mib is no longer being maintained by the University of California and is now in life-support-mode and being maintained by the net-snmp project. The best place to write for public questions about the net-snmp-coders mailing list at net-snmp-coders@lists.sourceforge.net. postal: Wes Hardaker P.O. Box 382 Davis CA 95617 email: net-snmp-coders@lists.sourceforge.net
Imports
| From | Symbols |
|---|---|
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION |
| UCD-SNMP-MIB | ucdExperimental |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
HCNUM-TC SNMPv2-CONF SNMPv2-SMI SNMPv2-TC UCD-DLMOD-MIB UCD-SNMP-MIB
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| dlmodNextIndex OBJECT-TYPE The index number of next appropiate unassigned entry in the dlmodTable. | 1.3.6.1.4.1.2021.13.14.1 | Integer32 | read-only | current |
| dlmodTable OBJECT-TYPE A table of dlmodEntry. | 1.3.6.1.4.1.2021.13.14.2 | not-accessible | current | |
| dlmodEntry OBJECT-TYPE The parameters of dynamically loaded MIB module. | 1.3.6.1.4.1.2021.13.14.2.1 | not-accessible | current | |
| dlmodIndex OBJECT-TYPE An index that uniqely identifies an entry in the dlmodTable. | 1.3.6.1.4.1.2021.13.14.2.1.1 | Integer32 (1..65535) | not-accessible | current |
| dlmodName OBJECT-TYPE The module name. | 1.3.6.1.4.1.2021.13.14.2.1.2 | DisplayString | read-write | current |
| dlmodPath OBJECT-TYPE The path of the module executable file. | 1.3.6.1.4.1.2021.13.14.2.1.3 | DisplayString | read-write | current |
| dlmodError OBJECT-TYPE The last error from dlmod_load_module. | 1.3.6.1.4.1.2021.13.14.2.1.4 | DisplayString | read-only | current |
| dlmodStatus OBJECT-TYPE The current status of the loaded module. | 1.3.6.1.4.1.2021.13.14.2.1.5 | INTEGER {loaded(1), unloaded(2), error(3), load(4), unload(5), create(6), delete(7)} | read-write | current |