Netplayback Fremium
Netplayback application is designed to visualize data logs obtained from SNMP commands on multiple devices in a network, as a function of time. It can be used for visualization and debugging purposes, as a movie-like format is convenient for visualization.
The application is able to handle data for big networks consisting of hundreds of devices and nodes.
Download Netplayback for FREE Installers
To read about the product Installation, Running, Features, FAQ visit Netplayback Documentation
Subscribe for updates
Or follow us on Twitter Follow @CalaverasTechCo
SNMPSniffer Open source
SNMPSniffer is a tool with a graphical interface to sniff SNMP packets over the network. The results might be saved into a file. SNMP commands can be optionally run from the interface.
Download SNMPSniffer for FREE
Installers- Run in Google Chrome or Forefox browsers
- Filters by ip, port, direction
- Both requests and responses are displayed and can be saved into a file
- An option to run SNMP commands from the interface
- The application uses the node_pcap library. Please, refer to the node_pcap github repository for the source code and details.
- Operating systems: Linux, OS X (Mac)
- Packet capturing software installed, such as libpcap (libpcap-dev or such for Linux, OS X has it installed by default)
- Installation requires Node.js, npm and node-gyp installed
- Running the application requires administrative (sudo) privileges
Bug reports, development and open source contributions
SNMPSniffer is an open source tool released under a GPLv3 license. The source code is located at the SNMPSniffer github repository.
Fork the repository
If you find any problem with the application or have feature suggestions, please, don't hesitate to submit them. If you want to contribute code or fix a bug, clone the repository and submit a pull request. Your contributions are always welcome!

JSNMPWalker Open source
JSNMPWalker is a Java Swing application to run multiple SNMP sessions simultaneously. The results might be saved into a file.
Download JSNMPWalker for FREE
Installers Or download a .jar file Download-
Performing multiple SNMP commands on multiple IP nodes simultaneously. IPv4 and IPv6, SNMP 1, 2c and 3 supported.
- Scanning and discovering network devices
- Loading MIB files. The application uses the Mibble library to parse MIB files. Please, refer to the Mibble web site and the Mibble github repository for the source code and details.
- Defining SNMP commands, IP nodes and OIDs manually or from the lists of devices and MIBs. The information is stored as a tree.
- Storing and retrieving trees and SNMP options as a configuration file.
- Printing the information about requests and responses to a panel, with a search option.
- Saving the information about requests and responses into a text file.
The uniquness of the application is that it shows both requests and responses, and shows errors in the walks, hence being useful for debugging purposes of networking software.
- Operating systems: Windows, Linux, OS X (Mac)
- Java 7 installed. Downloading and installation instructions for Java 7.
- Copy the application into a location of your choice. Open a terminal session and go to the folder where you copied the .jar file.
-
Run in the command line:
> java -jar JSNMPWalker-<version number>.jar
Bug reports, development and open source contributions
JSNMPWalker is an open source tool released under a GPLv3 license. The source code is located at the JSNMPWalker github repository.
Fork the repository
If you find any problem with the application or have feature suggestions, please, don't hesitate to submit them. If you want to contribute code or fix a bug, clone the repository and submit a pull request. Your contributions are always welcome!