ITS OBSOLETE NOW I GUESS , MAY NOT WORK ANYMORE ————–
In the past, I was using erwan‘s snmptool on windows 2003 base server’s to graph mrtg of any instance of remote pc including Windows Performance Monitor Counters, snmptools give the power to query any performance counter and taking that value, you can create nice graphs on mrtg or other monitoring system like Mikrotik base the DUDE
e.g: https://aacable.wordpress.com/2012/07/02/the-dude-show-us-your-map-series/
, but unfortunately it didn’t worked out for me on Windows 2008 64 bit base servers. When I try to query the 1.3.6.1.4.1.15.1 oid tree, I get no results, even after installing snmptools, I found at that I have to manually add the counters myself in the counters.ini file.
I did accomplish this task by using following method. Make sure you install SNMP service & configure it before continuing.
Automatic Installer is available at
The Manual method is as below . . .
Download Erwan SNMPTOOLS from
Unzip it to any folder. Copy snmptools.dll to c:\windows\ folder.
Now run regagentWow6432.reg
Restart SNMP Service.
Now query this box using snmpwalk or any other snmp browser. I usually use Linux [ubuntu] base OS for general purposes.
1 | snmpwalk -v2c -c public 10.0.0.1 1.3.6.1.4.1.15 |