How to find the Device Identifier (sysOID) using MIB browser?

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.
You can find the sysOID using the MIB browser.
  1. Open the Command Prompt as an administrator
  2. Go to the directory where the On-Premise Poller is installed
  3. Then navigate to Network Plus\bin folder
  4. Start the MibBrowser.sh/MibBrowser.bat file in the Network Plus\bin folder
  5. 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

  6. In the MibBrowser screen, look out for RFC 1213-MIB in the left end
  7. Navigate to org > dod > internet > mgmt > mib-2 > system by clicking on it
  8. Select sysOID from the list
  9. 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 ...
    • Device types supported for Network Monitoring

      Currently, Site24x7 Network Monitoring supports VPN Firewall Switch Router Load Balancer WAN Wireless UPS Printer Storage Cisco Meraki Switches Cisco Meraki Wireless Devices Cisco Meraki Security Appliances Cisco Meraki Cameras You can also monitor ...
    • 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 ...