Nytro Posted October 9, 2013 Report Posted October 9, 2013 [h=1]Linux SNMP MIB Browser[/h]An SNMP MIB browser is an indispensable tool for engineers and system administrators to manage SNMP enabled network devices such as routers, switches, servers and workstations. The information provided by SNMP includes uptime, interface traffic data, routing information, TCP and UDP connection information, installed software, and much more. In this tutorial, I introduce qtmib, an easy-to-use SNMP browser available for Linux and published under GPLv2 license. The program is build as a front-end for net-snmp tools using QT4 library. qtmib browser window qtmib features qtmib offers a number of powerful features:SNMP v1 and v2c support.OID translation.MIB search capabilities.A huge number of built-in MIBs.Support for adding private MIBs.Network discovery.Easy-to-read reports: system, interfaces, routing table, TCP/UDP connections, running process, and installed software, Installation Installation follows the regular ./configure && make && sudo make install Unix pattern. You would need net-snmp tools and QT4 development libraries as dependencies. An Ubuntu .deb package is also provided.Screenshot tour qtmib host selection qtmib network discovery qtmib report selectionSursa: Linux SNMP MIB Browser | l3net - a layer 3 networking blog Quote