Re: snmptrap question

2012-01-14 Thread Dave Shield
On 13 January 2012 20:39, Simon Chamlian wrote: > Now my MIB declares a NOTIFICATION-TYPE: > I don't understand the OBJECTS part. Can we send the values > of all these objects in the trap details? Yes. More strongly - you *must* send the values of all these objects in the trap. Dave -

Re: snmptrap question

2012-01-13 Thread Simon Chamlian
Thanks. Now my MIB declares a NOTIFICATION-TYPE: * mpbcRMHTrapCritical NOTIFICATION-TYPE OBJECTS { mpbcRMHAlarmNEID, mpbcRMHAlarmSlot, mpbcRMHAlarmModule, mpbcRMHAlarmID,

Re: snmptrap question

2012-01-11 Thread Dave Shield
On 11 January 2012 21:31, Simon Chamlian wrote: > I'm issuing the following snmptrap command: > > snmptrap -v 3 -u  testrwauth -a MD5 -A "authentication test" -l authNoPriv > 172.27.57.34  42  MPBC-RMH-MIB::mpbcRMH-Mon-HPU-State What is the definition of the MIB object mpbcRMH-Mon-HP

snmptrap question

2012-01-11 Thread Simon Chamlian
Hi, I'm issuing the following snmptrap command: snmptrap -v 3 -u testrwauth -a MD5 -A "authentication test" -l authNoPriv 172.27.57.34 *42 *MPBC-RMH-MIB::mpbcRMH-Mon-HPU-State 1) This is returning the ObjectID in the summary of my trap window (i.e, my trap log has 4 columns: T

snmptrap question(s)

2009-08-05 Thread Martin Knappe
hi i have 2 questions regarding traps i set up my user in snmptrapd.conf as follows createUser -e 0x81020304 sancho SHA myAuthkey AES myPrivkey then i authorise this user to send traps as follows: authUser log,execute,net sancho priv then i start the snmptrapd sudo snmptrapd -f -Le

Re: General snmptrap question

2006-08-29 Thread Dave Shield
On 28/08/06, Jonathan Shan <[EMAIL PROTECTED]> wrote: > Doesn't active monitoring only apply to the device on which snmpd is > running on? Ish. In principle, the DisMan stuff should be able to monitor values on a remote system (using DISMAN-EVENT-MIB::mteTriggerTargetTag). In practise, I'm not su

Re: General snmptrap question

2006-08-28 Thread Jonathan Shan
Hello Dave, On Fri, 25 Aug 2006, Dave Shield wrote: > Have a look at the snmpd.conf(5) man page, > and the section headed "ACTIVE MONITORING". In particular, the > "monitor" directive. Doesn't active monitoring only apply to the device on which snmpd is running on? So if I install snmpd on my

Re: General snmptrap question

2006-08-25 Thread Dave Shield
On 24/08/06, Jonathan Shan <[EMAIL PROTECTED]> wrote: > How can I make snmptrap more useful? Well the first thing is to take a step back (TM), and think about what you are actually wanting to do. SNMP is just a tool - and the best tool in the world is no use unless you have a task to perform. S

General snmptrap question

2006-08-24 Thread Jonathan Shan
Hello all, How can I make snmptrap more useful? Right now I can only recieve unsolicited trap messages, and I can generate snmptrap using the snmptrap command. A book I have says that I should write a script that monitors key processes and generate traps when any interesting events take place.

Re: an 'snmptrap' question

2004-07-21 Thread Dave Shield
[ Sorry for the delay in responding to this ] > Does anyone know how to specify an originating agent IP address while > sending a v2c trap by using 'snmptrap' command? You could try appending a varbind snmpTrapAddress.0 = {IP-address} to the v2 trap varbind list. This should be inte