I want to monitor the inbound/outbound traffic of a VM inside ESXi through SNMP. I activated SNMP protocol on ESXi and can get information with snmpwalk and snmpget. But I don't know which OID is the wright one to get the network info of my desired VM. I want to get some information like the ones that the following commands return inside ESXi shell: esxcli network vm list esxcli network vm port list -w esxcli network port stats get -p
Any help is appreciated.