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?