Hi Dave,
*Thanks for your valuable feedback*.
SNMPv3 user settings:
I created a new snmpv3 user using following command
*net-snmp-config --create-snmpv3-user -a "my_password" myuser*
When i run above command following response i got..
*adding the following line to /var/net-snmp/snmpd.conf:*
* createUser myuser MD5 "my_password" DES*
*adding the following line to /usr/local/share/snmp/snmpd.conf:*
* rwuser myuser*
*
*
After that i queried using SNMPv3 options using following commands:
*//authNoPriv*
$ snmpget -v 3 -u myuser -l authNoPriv -a MD5 -A my_password localhost
sysUpTime.0
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (10252) 0:01:42.52
*//authPriv*
$ snmpget -v 3 -u myuser -l authPriv -a MD5 -A my_password -x DES -X
my_password localhost sysUpTime.0
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (36985) 0:06:09.85
*Coming to MIB object(s) to monitor:*
* *Actually i have to monitor an object in the table but before to that i
want to test the scalar object( That i defined in MIB file and able to
access using GET request) for simplicity. I want to trigger the trap when
integer scalar object is within this range i,e 1 to 3 (value = 1 to value =
3).
*Thanks in Advance*
*Prashant Nirni*
On 28 November 2011 07:26, prashant n <prashant.n...@gmail.com> wrote:
> As per your suggestion i have gone through README.snmpv3 file (in the
> source tree) and the SNMPv3 tutorials on the web pages.
> I worked on SNMPv3 queries as suggested in README.snmpv3 file
> and it worked fine.
So you can send SNMPv3 queries to the agent? Good.
What is the exact command that you are using?
(i.e. what are the SNMPv3 user settings)
> Now tell me, what other pre-requisite i need to follow in order to
> handle DisMan Event MIB ?
What are the MIB object(s) that you are wishing to monitor?
And when do you want to trigger a trap?
I.e. what is the value (or change of value) that the Event MIB
should be looking out for?
Dave
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders