This module defines the behaviour of the SNMP agent mib storage.
The mib storage is used by the agent to store internal mib- related information. The mib storage module is used by several entities, not just the mib-server.
A
The semantics of them and their exact signatures are explained below.
The following functions must be exported from a
Create or open a mib storage table.
Note that the
Note also that the
Close the mib-storage table.
Read a record from the mib-storage table.
Write a record to the mib-storage table.
Delete an entire mib-storage table.
Delete a record from the mib-storage table.
Search the mib-storage table for record that match the specified pattern.
Search the mib-storage table for record that match the specified pattern and then delete them. The records deleted are also returned.
Return all records in the mib-storage table in the form of a list.
Retrieve implementation dependent mib-storage table information.
Synchronize the mib-storage table.
What this means, if anything, is implementation dependent.
Perform a backup of the mib-storage table.
What this means, if anything, is implementation dependent.