MIB Installation

  1. MIBs for basic snmp infrastructure may be needed. Installation from distribution repos or tools will usually be sufficient. On a Debian (based) system, adding or enabling the non-free distribution repository and running apt-get install snmp-mibs-downloader will usually be sufficient.

  2. The two provided MIB files should be copied to the system wide MIB repository, or to the pysnmp library directory for the MIBs:

    # cp -iv ITS*MIB.py /usr/local/lib/python3.9/site-packages/pysnmp/smi/mibs
    # chown root. /usr/local/lib/python3.9/site-packages/pysnmp/smi/mibs/ITS-*
    # chmod 644 /usr/local/lib/python3.9/site-packages/pysnmp/smi/mibs/ITS-*
    

Go back to: Bacula Simple Network Management Protocol (bsnmp).