MIBs Depot

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

FromSymbols
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-SMIInteger32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION
UCD-SNMP-MIBucdExperimental

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

NameOIDSyntaxAccessStatus
dlmodNextIndex
OBJECT-TYPE
The index number of next appropiate unassigned entry in the dlmodTable.
1.3.6.1.4.1.2021.13.14.1Integer32read-onlycurrent
dlmodTable
OBJECT-TYPE
A table of dlmodEntry.
1.3.6.1.4.1.2021.13.14.2not-accessiblecurrent
dlmodEntry
OBJECT-TYPE
The parameters of dynamically loaded MIB module.
1.3.6.1.4.1.2021.13.14.2.1not-accessiblecurrent
dlmodIndex
OBJECT-TYPE
An index that uniqely identifies an entry in the dlmodTable.
1.3.6.1.4.1.2021.13.14.2.1.1Integer32 (1..65535)not-accessiblecurrent
dlmodName
OBJECT-TYPE
The module name.
1.3.6.1.4.1.2021.13.14.2.1.2DisplayStringread-writecurrent
dlmodPath
OBJECT-TYPE
The path of the module executable file.
1.3.6.1.4.1.2021.13.14.2.1.3DisplayStringread-writecurrent
dlmodError
OBJECT-TYPE
The last error from dlmod_load_module.
1.3.6.1.4.1.2021.13.14.2.1.4DisplayStringread-onlycurrent
dlmodStatus
OBJECT-TYPE
The current status of the loaded module.
1.3.6.1.4.1.2021.13.14.2.1.5INTEGER {loaded(1), unloaded(2), error(3), load(4), unload(5), create(6), delete(7)}read-writecurrent