User Tools

Site Tools


howto:snmp_op_debian

SNMP installerren op Debian

context

dit document beschrijft hoe je SNMP installeert op Debian.

stappenplan

  • werk de repo's en de server bij:
    apt update && apt upgrade
  • installeer de SNMP daemon:
    apt install snmp snmpd
  • controleer ahv
    snmpd --version

  • open /etc/snmp/snmpd.conf
  • vul onderstaande waarden in:
        * **sysLocation   ** KiesMaarIets
        * **sysContact    ** ZegMaarIets
        * **agentAddress** udp:161
  • start de daemon:
    systemctl start snmpd
  • autostart de daemon:
    systemctl enable snmpd
  • check de service:
    systemctl status snmpd
  • test ahv
    snmpwalk -v 2c -c public localhost

meer info

howto/snmp_op_debian.txt · Last modified: by admin