RE: Trap send an engine ID

2007-08-03 Thread Adam Bell
Got it working, Thanks, I appreciate the response. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: Friday, August 03, 2007 9:23 AM To: Adam Bell Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Trap send an engine ID On 03/08/07,

Re: Trap send an engine ID

2007-08-03 Thread Dave Shield
On 03/08/07, Adam Bell <[EMAIL PROTECTED]> wrote: > Is the engine ID in this config line supposed to be the agent's or the trap > receiver's engine ID? If you are sending an SNMPv3 trap PDU, then the engineID should be that of the engine *sending* the trap (and the trap receiver would need to be

Trap send an engine ID

2007-08-03 Thread Adam Bell
I am trying to send V3 traps to endpoints defined by the trap_sess line in snmpd.conf. trap_sess -e 0x0102030405060708 -v 3 -u ExistingUser -l authPriv 172.16.4.138:162 I tried using an existing user with the engine ID of the my agent. The traps leaves fine but the receiver can't recognize it.

Re: snmpd 5.4.1 is crashing where 5.4 didn't

2007-08-03 Thread Dave Shield
On 01/08/07, Zack Little <[EMAIL PROTECTED]> wrote: > I've been adding trace messages trying to figure out what is happening and > I've got a better understanding of the problem. > > The code doesn't always blow up in the same spot (or function), but the > place it blows up almost always seems to

Re: system name

2007-08-03 Thread Dave Shield
On 03/08/07, Nikolett C <[EMAIL PROTECTED]> wrote: > I can now get (and also set) a string in my new MIB, but for this 'hostname' > object it is me that gives the value. I'd need the computer to give it You're providing the code that implements this particular object. Add code to the handler routi