Skip to main content

SNMP Aktivieren

SSH

 

 

esxcli system snmp set --enable true

[root@MKH-ESX-01:~] esxcli system snmp set --enable true
[root@MKH-ESX-01:~] esxcli system snmp set --authentication SHA1
[root@MKH-ESX-01:~] esxcli system snmp set --privacy AES128
[root@MKH-ESX-01:~] esxcli system snmp hash --auth-hash --raw-secret 
Enter value for 'auth-hash': 
Authentication secret must be at least eight(8) characters in length
[root@MKH-ESX-01:~] esxcli system snmp hash --priv-hash --raw-secret -A
Enter value for 'priv-hash':
Enter value for 'auth-hash':
   Authhash: fba977752b819bf289c4f3f0a64e221feaadd254
   Privhash: fba977752b819bf289c4f3f0a64e221feaadd254
[root@MKH-ESX-01:~] esxcli system snmp set --users max/fba977752b819bf289c4f3f0a64e221feaadd254/fba977752b819bf289c4f3f0a64e221feaadd254/priv