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 in the machine where the On-Premise Poller is installed
- Command-line tools
Testing using Site24x7's MIB browser
Please follow the steps below to check if a network device or a server is reachable through SNMP, from the On-Premise Poller using the bundled MIB browser:
- Open the Command Prompt as an administrator. From here, go to the directory where the On-Premise Poller is installed. If the Command Prompt isn't opened as an administrator, an Access is denied error message is displayed.
- Navigate to the ../Site24x7OnPremisePoller/Networkplus/bin folder.
- Execute the MibBrowser.sh or MibBrowser.bat file
- 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 > OK. Set the host, port, and the SNMP community.
- For SNMP v3, click Edit > Settings > Change the SNMP version > Add. Set the host, port, username, authentication credentials and click OK.

Figure 4. Testing an OID in the MIB browser in machine where the On-Premise Poller is installed.
-
Then, navigate the RFC1213-MIB to org.dod.internet.mgmt.mib-2.system.sysObjectID (or) set the value for Object ID field to .1.3.6.1.2.1.1.2.
-
Click the Get SNMP variable icon (the seventh icon from the left) below the menu bar.
-
Check if the device details were fetched successfully.
Figure 5. Checking if the value was fetched correctly.
If a timeout occurs, please check if
i) The hostname, port, and SNMP community are specified correctly.
ii) There is a firewall blocking the SNMP connection.
iii) The On-Premise Poller is on the same network as the device.
There is also a chance that the On-Premise Poller will not be on the list of hosts that are allowed to query the device through SNMP. Check the SNMP configuration on the device to ensure it's configured correctly.
If the MIB browser is inaccessible or fails to work, SNMP command-line tools can be used to check the SNMP reachability.
- Install the required packages:
Fedora/Centos: yum install net-snmp-utils
Ubuntu: apt-get install snmp
- Execute the appropriate commands:
SNMP v1/v2c:
> snmpwalk -v [1/2c] -c <Read_Community> <IP_Address>
Example: snmpwalk -v 1 -c public 10.10.10.1
SNMP v3:
> snmpwalk -v3 -l (noAuthNoPriv | authNoPriv | authPriv) -u (username) [-a (MD5 | SHA)] [-A (authphrase)] [-x DES] [-X (privaphrase)] (ipaddress)[:(dest_port)]
Example: snmpwalk -v3 -u testuser -A ‘password@123’ -l authNoPriv -a MD5 10.10.10.1:161
If the SNMP port is not default 161, specify the correct port in the above command as IP_Address:Port.
Example: 10.10.10.1:601
Related Articles
How to set up alerts for network device data collection issues
When your network monitoring interfaces are not collecting data due to issues in the Network Module, you'll want to be alerted. To set up alerts, you need to add or edit the threshold and availability profile of the On-Premise Poller, which is used ...
Resolving huge disk space issues with the On-Premise Poller and Network Module
Often huge disk space results from the heap dump files in the NetworkPlus/bin directory of the On-Premise Poller. What are HPROF files? HPROF files are used to store Java virtual machine (JVM) memory dumps. When a JVM runs out of memory (OOM), it ...
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 ...
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 ...
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 ...