Dear SysAid Lab members !
For those of you who want to make the most out of the SNMP network scanning - I would like to forward all of your attention to an open source command line tool for snmp queries you can use to learn a lot about your devices and then configure SysAid to extract and save that information.
This net-snmp tool will allow you to be able to send simple queries to your SNMP devices and receive the values.
You can also run a full SNMP walk command and get all the values from the device.
We developed a small SNMP tool based on the command line tool with a user interface you can simply download and run the Windows version. (Linux and Mac versions are also available)
Learn more about the tool Here
If you wish to go for the command line tool follow the instructions below:
Download the third link on the download page or click this direct link : net-snmp-5.4.2.1-1.win32.exe
Perform a default installation – next next….
Open a command line prompt in Windows: (cmd)
The following command lines are usefull:
Get value of a single OID:
snmpget -v1 -c public <device IP> OID
Example : snmpget -v1 -c public 192.168.1.1 1.3.6.1.2.1.43.5.1.1.1.1.0
Get all values of a sub tree:
snmpwalk -v 1 -c public <IP-ADDRESS> mib-2
snmpwalk -v 1 -c public <IP-ADDRESS> private
snmpwalk -v 1 -c public <IP-ADDRESS> mgmt
The outputs are long so you can add "> file1.txt" to the end of each command : snmpwalk -v 1 -c public <IP-ADDRESS> mgmt > mgmt.txt
If you find OID-s of interesting information for printers like page counter , toner level , or any other interesting information for network devices – please post them here !
Good Luck !
Oded
For those of you who want to make the most out of the SNMP network scanning - I would like to forward all of your attention to an open source command line tool for snmp queries you can use to learn a lot about your devices and then configure SysAid to extract and save that information.
This net-snmp tool will allow you to be able to send simple queries to your SNMP devices and receive the values.
You can also run a full SNMP walk command and get all the values from the device.
We developed a small SNMP tool based on the command line tool with a user interface you can simply download and run the Windows version. (Linux and Mac versions are also available)
Learn more about the tool Here

If you wish to go for the command line tool follow the instructions below:
Download the third link on the download page or click this direct link : net-snmp-5.4.2.1-1.win32.exe
Perform a default installation – next next….
Open a command line prompt in Windows: (cmd)
The following command lines are usefull:
Get value of a single OID:
snmpget -v1 -c public <device IP> OID
Example : snmpget -v1 -c public 192.168.1.1 1.3.6.1.2.1.43.5.1.1.1.1.0
Get all values of a sub tree:
snmpwalk -v 1 -c public <IP-ADDRESS> mib-2
snmpwalk -v 1 -c public <IP-ADDRESS> private
snmpwalk -v 1 -c public <IP-ADDRESS> mgmt
The outputs are long so you can add "> file1.txt" to the end of each command : snmpwalk -v 1 -c public <IP-ADDRESS> mgmt > mgmt.txt
If you find OID-s of interesting information for printers like page counter , toner level , or any other interesting information for network devices – please post them here !
Good Luck !
Oded
This message was edited 9 times. Last update was at Jan. 18, 2017 09:52 AM