login as:
root Using keyboard-interactive authentication.
Password:
The time and date of this login have been sent to the system logs.
2. Gán SNMP community string.
[:~] esxcli system snmp set --communities YOUR_COMM_STRING
3. Bật dịch vụ SNMP
[:~] esxcli system snmp set --enable true
4. Thiết lập firewall
[:~] esxcli network firewall ruleset set --ruleset-id snmp --allowed-all trueAlready allowed all ip
[:~] esxcli network firewall ruleset set --ruleset-id snmp --enabled true
5. Khởi động dịch vụ SNMP
[:~] /etc/init.d/snmpd restart
root: snmpd Running from interactive shell, running command: esxcli system snmp set -e false.
root: snmpd setting up resource reservations.
root: snmpd opening firewall port(s) for notifications.
root: snmpd watchdog for snmpd started.
Mất khoảng 30-45'' để dịch vụ khởi động, bạn có thể thấy qua giao diện (GUI) dịch vụ running như hình bên dưới.
Lưu ý: dòng lệnh sau dùng để gởi SNMP đến subnet 192.168.0.0/24.
esxcli network firewall ruleset set --ruleset-id snmp --allowed-all false
esxcli network firewall ruleset allowedip add --ruleset-id snmp --ip-address 192.168.0.0/24
esxcli network firewall ruleset set --ruleset-id snmp --enabled true