Hi,
I'm trying to monitor several things of out ESXis through SNMP. I've enabled the snmp agent with:
#vicfg-snmp --server 1.2.3.4 --username root --password 1234 --communities public
#vicfg-snmp --server 1.2.3.4 --username root --password 1234 --enable
When I make an snmpwalk, it works correctly.
The problem is that the agent shows an incorrect values. For example, I get the VMs and its states with the SDK and works correctly but if I get the same information through the SNMP it shows an incorrect number of VMs running.
I've tried to restart the SNMP daemon but still with the same problem.
Have you had the same problems?
Regards.