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 version is v3, make sure the user details provided is correct.
- Security Level
- Username
- Context
- Auth Password
- Auth Protocol
- Priv Password
- Priv Protocol
To verify if you have provided correct user details, you can either :
- Use a MIB Browser tool
- In the Mib browser, load the same v3 user configuration which you have provided while adding the monitor
- Load the mib file
- Click on SNMP Get command button and check if the connection to the SNMP device is successful.
- snmpget command.
- Install snmp in your Applications Manager machine , or any other machine in the same network
- Try connecting to the SNMP device using snmpget command. Based on the users security level :
- snmpget -v 3 -l noAuthNoPriv -u <USERNAME> -n <CONTEXTNAME> <HOST>:<PORT> .1.3.6.1.2.1.1.1
- snmpget -v 3 -l authNoPriv -u <USERNAME> -n <CONTEXTNAME> -a <AUTHPROTOCOL> -A <AUTHPASSWORD> <HOST>:<PORT> .1.3.6.1.2.1.1.1
- snmpget -v3 -l authPriv -u <USERNAME> -a <AUTHPROTOCOL> -A <AUTHPASSWORD> -x <PRIVPROTOCOL> -X <PRIVPASSWORD> .1.3.6.1.2.1.1.1
New to ADSelfService Plus?
Related Articles
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 Note: snmpwalk.bat / snmpwalk.sh troubleshooting script is applicable only for versions v1 and v2. For v3, ...
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 ...
Mail Server Monitor - Troubleshooting
Common Mail Server Monitor Errors and Troubleshooting Guide 1. Unknown Host Error Description: This error occurs when the mail client cannot resolve the hostname of the mail server to an IP address. The issue typically arises from DNS resolution ...
Troubleshooting URL Monitor
Here are few of the common errors you may come across in URL monitor, we have mentioned the steps you can follow to troubleshoot them. General troubleshooting for URL monitor Ensure that the URL is accessible from the server in which Applications ...
DNS Monitor - Troubleshooting
Common DNS Monitor Errors and Troubleshooting Guide 1. Host Not Found Description: The DNS server was unable to locate the requested lookup address. Possible Causes: This may happen if the hostname is incorrect, the domain does not exist, or there is ...