3.4 SNMP Configuration

Normally, this does not require additional configuration, unless you want to load some custom MIBs.

To load an additional MIB file, use the ‘add-mib’ statement. Its argument is the name of the file to load.

 
add-mib "MY-MIBS.txt";

Unless full pathname is specified, the file is searched in the SNMP search path. To modify the search path, use the ‘mib-directory’. Each ‘mib-directory’ adds a single directory to the end of the path:

 
mib-directory "/usr/share/slb/mibs";