Hi,
I am configuring StealthWatch monitoring using SNMP v3. The network guys has provided me the EngineID as 0x(34 Characters) long.
They have given the below output:
grep -i engineid /var/lib/snmp/snmpd.conf
oldEngineID 0x......(34 characters).
I am not sure the oldEngineID is same as EngineID.
I have added the user details with this EngineID, but it is not resolving the traps received.
If anyone used StealthWatch or have any idea where to see the EngineID on appliance, please guide.
Network Appliance Monitoring Using SNMP v3
-
nitin.gupta111
- Posts: 32
- Joined: Sat Sep 07, 2013 3:32 am
-
kyang
Re: Network Appliance Monitoring Using SNMP v3
I'm not familiar with StealthWatch.
When you added the user details, are any traps being sent out? Or is that what you mean by, it sends but can't receive.
Also, is this perhaps related to your previous thread or are you using a different device to send SNMP v3 traps?
https://support.nagios.com/forum/viewto ... 57#p240357
Are you monitoring it with the network wizard? I'm not exactly sure what you mean?
When you added the user details, are any traps being sent out? Or is that what you mean by, it sends but can't receive.
Also, is this perhaps related to your previous thread or are you using a different device to send SNMP v3 traps?
https://support.nagios.com/forum/viewto ... 57#p240357
Are you monitoring it with the network wizard? I'm not exactly sure what you mean?
-
nitin.gupta111
- Posts: 32
- Joined: Sat Sep 07, 2013 3:32 am
Re: Network Appliance Monitoring Using SNMP v3
I am monitoring using SNMP Traps no wizard. After adding I sent the SNMP Traps, but it is still not reaching.
Re: Network Appliance Monitoring Using SNMP v3
For example, add these two lines to the top of the snmptrapd.conf file and then is should receive SNMP v3 traps. Adjust the settings for your environment.
This line should be removed
And this line should remain
The traphandle command will pass the trap to the SNMP Trap Translation daemon if it is received.
Report back if it works or not and your snmptrapd.conf file so we can view it.
Code: Select all
createUser -e 0x8000000001020304 traptest SHA mypassword AES mypassword
authuser log traptestCode: Select all
disableAuthorization yesCode: Select all
traphandle default /usr/sbin/snmptthandlerReport back if it works or not and your snmptrapd.conf file so we can view it.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Network Appliance Monitoring Using SNMP v3
Update to my previous post.
This line
Still needs to be in the snmptraps.conf file.
This line
Code: Select all
disableAuthorization yesBe sure to check out our Knowledgebase for helpful articles and solutions!