|
snmp_read_mibReads and parses a MIB file into the active MIB tree Description
bool snmp_read_mib(string
$filename )
This function is used to load additional, e.g. vendor specific, MIBs so that
human readable OIDs like The order in which the MIBs are loaded does matter as the underlying Net-SNMP library will print warnings if referenced objects cannot be resolved. Parameters
Return Values
Returns Examples
Example #1 Using snmp_read_mib
The above example is made up but the results would look like: Array ( [iso.3.6.1.2.1.2.3.4.5.0] => Gauge32: 6 ) Array ( [FOO-BAR-MIB::someTable.0] => Gauge32: 6 ) |