User Tools

Site Tools


howto:snmp_op_debian

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
howto:snmp_op_debian [2025/10/07 12:23] – created adminhowto:snmp_op_debian [2025/10/26 13:56] (current) admin
Line 6: Line 6:
  
 ===== stappenplan===== ===== stappenplan=====
 +  * werk de repo's en de server bij: <code>apt update && apt upgrade</code>
 +  * installeer de SNMP daemon: <code>apt install snmp snmpd</code>
 +  * controleer ahv <code>snmpd --version</code> {{ :howto:ls002113.png?400 |}}
 +  * open ''/etc/snmp/snmpd.conf''
 +
 +<bootnote warning>Zoals altijd: een komma is een komma.\\ Let goed op spaties, leestekens, ...\\ Immers: de SNMP daemon zal wel starten, maar hij zal mogelijks geen verbinding toelaten als er een teken te veel/weinig staat</bootnote>
 +  * vul onderstaande waarden in: <code>
 +    * **sysLocation   ** KiesMaarIets
 +    * **sysContact    ** ZegMaarIets
 +    * **agentAddress** udp:161</code>
 +  * start de daemon: <code>systemctl start snmpd</code>
 +  * autostart de daemon: <code>systemctl enable snmpd</code>
 +  * check de service: <code>systemctl status snmpd</code>
 +  * test ahv <code>snmpwalk -v 2c -c public localhost</code> {{ :howto:ls002114.png?400 |}}
 +
 +
 +
 +
 +
 ===== meer info ===== ===== meer info =====
   * [[https://idroot.us/install-snmp-debian-12/|How To Install SNMP on Debian 12]]   * [[https://idroot.us/install-snmp-debian-12/|How To Install SNMP on Debian 12]]
 {{tag>HOWTO linux snmp debian}} {{tag>HOWTO linux snmp debian}}
  
howto/snmp_op_debian.1759839838.txt.gz · Last modified: by admin