This module defines the behaviour of the SNMP agent mib-server
data module. A
The semantics of them and their exact signatures are explained below.
Note that the data extracted from the imported (loaded)
mibs are stored partly by the mib-server and partly by the
symbolic-store server. See the default mib-server data
module,
The following functions must be exported from a
Create a new mib-server data instance.
Close the mib-storage.
Synchronize (write to disc, if possible) the mib-server data.
This depends on the
Load the mib specified by the
Unload the mib specified by the
Find the mib-entry corresponding to the
Finds the lexicographically next oid.
Register the subagent, process, handling part of the mib-tree.
Unregister the subagent, handling part of the mib-tree,
as specified by the
When unregister the subagent using an
Dump the mib-server data to
Retrieve the mib-file to which an given
Retrieve all loaded mib-files.
Retrieve the mib file for the mib.
Retrieve misc info for the mib data.
This is a utility function used to inspect, for instance, memory usage, in a simple way.
Perform a backup of the mib-server data.
Note that its implementation dependant (and also dependent on mib-storage is used) if a backup is possible.
Perform a code-change (upgrade or downgrade).
See