Ever want to know an SNMP OID from a device?  Many MIB browsers are either free and complicated to work with, or expensive.  We’ve solved this by providing our MIB Browser for free – and it’s very easy to use.

MIB Browser DOWNLOAD

Runs on all Windows OS

Features

  • Supports SNMP v1, v2c, v3 protocols
  • All MIBs are pre-compiled so you don’t have to import them
  • Flexible search feature allows you to quickly find OIDs based on descriptions or names
  • Live graphing of any OID’s current status

mib_browser01-1

              MIB Browser Screenshot

Installation & Operation Video 

Installation and operation video (3:12)

MIB Brower

What is a MIB Browser?

A MIB Browser is a tool used to interact with SNMP-enabled network devices, enabling administrators to manage, configure, and monitor these devices efficiently. Users can access device-specific data and monitor performance by browsing the MIB (Management Information Base)

What is a MIB?

A MIB is a set of variables that can be queried on a device.  Each network device supports many different groups of MIBs, thus encompassing potentially thousands of variables that can be queried from a device.

What is an OID?

An OID is an Object Identifier that specifies a single variable on a network device.  An example might be an OID for packets transmitted on an interface.  Each OID has a text name like “ifInOctets” as well as an OID entry like 1.3.6.1.2.1.2.2.1.10.

OIDs are typically listed in a tree view for easy navigation of the MIB database.

How Does a MIB Browser Work?

MIB browsers query devices through SNMP, retrieving data and configurations from the MIB file associated with each device. They allow users to explore, modify, and troubleshoot network device settings.

MIB Browsers will typically support different versions of SNMP to query devices: SNMP v1, v2c, and v3.

How to use a MIB Browser?

When launching any MIB browser, you may need to download a MIB database to get the latest list of available MIBs and OIDs.  Vendors will release new MIBs and OIDs occasionally, so this database may need to be updated.

The second thing is to configure a network device for communication,  You will need to add the IP address of the network device and the SNMP version, and the credentials needed to communicate with the device.

After that, you can browse through the MIB database by opening different branches to find variables that you may want to query.

Typically, you can right-click on an OID and choose “GET” to get the specific variable, or “GETNEXT” to get all of the variables associated with an OID, or “GETBULK” to do a larger table grab of data.