...
Code Block |
---|
sudo apt install snmpd snmp |
Die Datei The file /etc/snmp/snmpd.conf beinhaltet die Konfiguration des SNMPD. Um den SNMPD von anderen Quell-IP-Adressen abrufen zu können, sollte der Konfigurationsparameter agentaddress auskommentiert sein, d.h. folgendes in der Konfigurationsdatei stehencontains the configuration of SNMPD. To query the SNMP from different sources, comment the bellow line:
Code Block |
---|
#agentaddress 127.0.0.1,[::1] |
...