Enable SNMP on ESXi with vMA

To enable SNMP on your host over the vMA you work with the command vicfg-snmp.

#vicfg-snmp --server "IP" -e -c "Community Name"

the e option enabled snmp and the c option set a community name.

 

To test your config you can work with snmpwalk, like:

snmpwalk -c "Community Name" -v "IP"