How to find the Device Identifier (sysOID) using MIB browser?
The managed objects in an MIB are called object identifiers (object IDs or OIDs). OIDs are identifiable by strings of numbers separated by dots.
Open the Command Prompt as an administrator
Go to the directory where the On-Premise Poller is installed
Then navigate to Network Plus\bin folder
As the MibBrowser opens up, set the SNMP credentials with respect to the version.
For SNMP v1, set the host, port, and the SNMP community
For SNMP v2, click Edit > Settings > Change the SNMP version to v2 > Click Ok. Set the host, port, and the SNMP community
For SNMP v3, click Edit > Settings > Change the SNMP version to v3 > Click Add. Set the host, port, user name, authentication credentials and click ok
In the MibBrowser screen, look out for RFC 1213-MIB in the left end
Navigate to org > dod > internet > mgmt > mib-2 > system by clicking on it
Select sysOID from the list
- Now click on the "Get SNMP variable" icon (located 7th from the left, below the menu bar)
The sysOID displayed on the screen is .iso.org.dod.internet.private.enterprises.9.1.283 and this can also be written
as .1.3.6.1.4.1.9.1.283
If the MIB browser throws an error,
refer here to identify the issue.
Alternative steps:
If the MIB browser is inaccessible or fails to work, SNMP command line tools can be used to find the sysOID.
Install the required packages:
Fedora/Centos: yum install net-snmp-utils
Ubuntu: apt-get install snmp
> snmpget -v [1/2c/3] -c Read_Community IP_Address .1.3.6.1.2.1.1.2.0
Ex: snmpget -v 2c -c public 10.10.10.1 .1.3.6.1.2.1.1.2.0
Note: If the SNMP port is not default, use it like IP_Address:Port
Ex: 10.10.10.1:601
Related article:
Related Articles
How to check the SNMP reachability of network devices
Site24x7's On-Premise Poller uses SNMP to monitor and collect performance metrics from monitored devices. You can check if a network device or a server is reachable through SNMP from the On-Premise Poller using: Site24x7's MIB browser The MIB browser ...
How to query OIDs in the MIB browser
The managed objects in a management information base (MIB) are called object identifiers (object IDs or OIDs). OIDs are identifiable by strings of numbers separated by dots. Learn how to open the MIB browser and configure SNMP settings. You can query ...
Why is my network device or agentless server monitor classified incorrectly?
Topics covered in this doc: How are devices classified? Why is the device classified incorrectly and how do I fix it? How are devices classified? When a device is scheduled for discovery using an SNMP credential, we obtain the device identifier of ...
Troubleshooting data collection issues while using SNMP v3 credentials
When data collection stops, check: If data collection has stopped for only a particular device or for all devices. If any out of memory (OOM) files are present in the following folder: {poller directory}/NetworkPlus/bin folder The credential ...
Add a device template to my network monitor
If there is no preset template corresponding to your device, you can create one based on your need. Log into your Site24x7 account and navigate to Network > Device Templates. In the Device Templates screen, click Add Device Template, located at the ...