Which method is best to iterate keys in a snmpwalk? I need to find statistics for network in different boards in different PCs. Linux and Windows. I understand that the 1.3.1..... is different. How can I do something like "snmp fetch eth0 mrtu value" ? or "snmp fetch dsk "D" free%" ?
Should I open every mib under mibs directory and trackdown every meaningfull or meaningless key that is "dsk" or "net" and give it a try? And what value suits for me, keep it aside?
Or is there a 'rightful' method ? I need to make a code working on java but yet I don't possess the knowledge yet.