I am unable to add an enterprise specific SNMP OID or custom attributes in the SNMP/Network device for monitoring

I am unable to add an enterprise specific SNMP OID or custom attributes in the SNMP/Network device for monitoring

The problem with the OIDs not getting added from the mibs was because the MIB file name and the MIBdefinition were different. The dependent MIBs may not be there in the mibs folder.

Solution: The module name and file name should be same to ensure that the SNMP parser can find the dependent MIB. The first MIB may have a dependency on second MIB. The Mib parser will not parse all MIBs in the directory due to performance reasons. It will look for a file with the exact name as the module name of the parent Mib. Hence it is required to have the module name and Mib file name the same to allow the Mib parser to find the dependent Mib. For proper parsing of a mib file, the mib file name and the mib file definition should be of same name and case. Check if this is the case and change accordingly.

If you have a vendor MIB that you can load it in Applications Manager. You can either upload MIB from Admin Tab-->Upload/Files Binaries or You can copy the MIB to ..AppManagerHome\working\mibs folder.

Any MIB file should be named as follows:

Open the MIB file in a text editor and copy the name exactly as it appears in the first occurrence of following line.

Example:
JUNIPER-MIB DEFINITIONS ::= BEGIN
Here the name of the MIB file should be JUNIPER-MIB without any extensions. 
JUNIPER-MIB.mib or JUNIPER-MIB.txt are not correct name

Below the definition line look for the IMPORTS from other MIBs and upload the dependent MIBs as well. The dependent MIBs should also be named appropriately according to its definition name.

Now add the device you want to monitor from New Monitor-->SNMP/Network device monitor
To add attributes go to the monitor details page-->Click on Add attributes-->Link-->Select the appropriate MIB from drop down and select the required attributes for monitoring.
                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • I'm trying to monitor an SNMP device but am unable to add SNMP/Network monitor.

                        Applications Manager should be able to access the SNMP device Make sure the host and SNMP port of the device is accessible and open from Applications Manager machine If the version is v1/v2, make sure the community string provided is correct. If the ...
                      • SNMP Troubleshooting Guide

                        1) Please check the snmp agent is running in problematic remote server or not. 2) if it is running then execute the snmpwalk.bat / snmpwalk.sh This snmpwalk is used to check if the connectivity and the Discovery of the SNMP Server is possible from ...
                      • For a SNMP Device, table OID returns no data.

                        Solution: If SNMP Device's table data is showing no data in the web client then check all the OIDs of the particular table if they are returning proper values. This can be verified using MibBrowser. If 1st OID doesn't respond then the result will be ...
                      • How SNMP Trap Listener works ?

                        SNMP Trap Listener You can monitor your network devices by sending SNMP Traps in ManageEngine Applications Manager using SNMP Trap Listeners. This is achieved by:  1. Configuring Trap Listeners in Applications Manager  2. Sending trap to Applications ...
                      • Script/Custom Monitors - Alarms configured for Table rows were missing

                        In the Applications manager , users have the ability to manage the table rows of a script or custom monitor type according to their specific requirements. This can be done by enabling the "Enable Script Row Deletion" option. For example, let's ...