How to query OIDs in the MIB browser
You can query any OID in a MIB file using the
MIB browser. To do so:
- Open Command Prompt or Windows Terminal with administrator or root privileges, respectively.
- Navigate to the directory where the On-Premise Poller is installed.
- Navigate to the Network Plus\bin folder.
- Start the MibBrowser.sh/MibBrowser.bat file in the Network Plus\bin folder.
- As the MIB browser opens, set the SNMP credentials with respect to the version.
- For SNMPv1, set the host, port, and SNMP community. Then click OK.
- For SNMPv2c, navigate to Edit > Settings. Then change the SNMP Version to v2c and click OK. Set the host, port, and SNMP community.
- For SNMPv3, navigate to Edit > Settings. Then change the SNMP Version to v3 and click Add. Set the Target Host, Target Port, User Name, and authentication credentials. Then click OK.
-
In the MIB browser, navigate to File > Load MIB and select the MIB file that contains the required OID. As an example, let us consider HOST-RESOURCES-MIB, which includes the OID for CPU utilization (Fig. 1).
Figure 1. Loading HOST-RESOURCES-MIB.
-
Once the MIB file is loaded, navigate to the required node (Fig. 2). Alternatively, if you know the OID present in the MIB, you can enter it directly in the Object ID field (Fig. 3). For example, let us query the OID for CPU utilization on servers in the HOST-RESOURCES-MIB file, which is .1.3.6.1.2.1.25.3.3.1.2.
Figure 2. Navigating to the node.

Figure 3. Entering the OID in the Object ID field.
The OID displayed in Figure 2 is .iso.org.dod.internet.mgmt.mib-2.host.hrDevice.hrProcessorTable.hrProcessorEntry.hrProcessorLoad, and this can also be written as .1.3.6.1.2.1.25.3.3.1.2.
- Now click the Get SNMP variable
icon, which is the seventh icon from the left (Fig. 4). You can now see the values displayed on the screen.

Figure 4. Viewing the values for the OID after clicking Get SNMP variable.
As with the example shown here (HOST-RESOURCES-MIB), you can query any OID in any MIB.
Alternative steps
If the MIB browser is inaccessible or fails to work, you can use SNMP command-line tools, as given below, to query the OIDs.
- Install the required packages:
Fedora/CentOS: yum install net-snmp-utils
Ubuntu: apt-get install snmp
-
After the installation, execute the commands below in the terminal:
> snmpwalk -v [1/2c/3] -c Read_Community IP_Address .1.3.6.1.2.1.25.3.3.1.2
For example: snmpwalk -v 2c -c public 10.10.10.1 .1.3.6.1.2.1.25.3.3.1.2
If the SNMP port is not the default one, execute the following command:
IP_Address:Port
For example: 10.10.10.1:601
Related articles
- Checking SNMP reachability using the MIB browser
- Identifying the device identifier using the MIB browser
Related Articles
Install the Net-SNMP package in Windows for SNMP-based plugins (iDRAC and HP iLO)
Installing the Net-SNMP package is an essential prerequisite for configuring SNMP-based plugins like Dell iDRAC and HP iLO. Follow the steps below to install the Net-SNMP package, set the path of Net-SNMP, and test SNMP walk. Download and install the ...
Browser requirements for accessing Site24x7 web client
Users of Site24x7 are recommended to update your current browsers to the latest version to ensure fast and uninterrupted user experience. In case there is a problem accessing the Site24x7 web client, please make sure to update to these browser ...
Synthetic browser module prerequisite and troubleshooting guide for On-Premise Pollers
Introduction This document provides a structured troubleshooting guide for resolving issues encountered during the download process of On-Premise Poller for Synthetic (Browser) Module. It covers possible statuses, check-up steps, remedies, and ...
No data for service and process in Windows server monitor
If you see "No Data" for process and service metrics (such as CPU or memory usage of monitored services) in the Site24x7 Windows server monitor user interface, follow the troubleshooting steps below. Run PowerShell Commands Open PowerShell as ...
Monitors that require On-Premise Pollers in Site24x7
Certain monitor types in Site24x7 require the use of On-Premise Pollers for data collection, especially when monitoring internal, firewall-restricted, or private resources. Depending on the type of monitoring, additional modules like the Network ...