don't dream your life, live your dreams !
SNMP for Simple Network Management Protocol.
You can copy/paste this script and use it to configure automatically your server.
echo "install snmp" dnf -y install net-snmp net-snmp-utils echo "start snmp on startup" systemctl enable snmpd.service echo "start service" systemctl start snmpd.service echo "open snmp port 161/tcp" firewall-cmd --permanent --add-port=161/tcp
To test if it works:
snmpwalk -v 1 -c public -O e 127.0.0.1 |
That’s all 🙂
Copyright © 2024 My linux world - by Marc RABAHI
Design by Marc RABAHI and encelades.
admin