Code in this video_Zabbix-How to Monitor Linux Host via SNMP v3 on Zabbix Server

Code in this video_Zabbix-How to Monitor Linux Host (Ubuntu, Debian, Linux Mint, Debian-based ) via SNMP v3 on Zabbix Server

📌 Replace the highlighted information with your own

📌 On Linux Host

sudo apt install snmpd snmp libsnmp-dev -y

agentAddress udp:161,udp6:[::1]:161

sudo net-snmp-config --create-snmpv3-user -ro -a SHA -A auth_Password -x AES -X privacy_Password snmpv3user

📌 On Zabbix Server

sudo apt install snmpd snmp libsnmp-dev -y

snmpwalk -v3 -a SHA -A auth_Password -x AES -X privacy_Password -l authPriv -u snmpv3user 192.168.1.25 | head -10

Leave a Reply

Your email address will not be published. Required fields are marked *