Re: SNMPv3: Diffie-Hellman

2010-03-08 Thread Thomas Anders
Sam V wrote: > Does net-snmp support the Diffie-Hellman mode for SNMPv3 authentication > and privacy keys? If it does, what versions support this? Do I need a > special configuration to enable this? >From http://www.net-snmp.org/docs/README.agent-mibs.html : SNMP-USM-DH-OBJECTS-MIB usmDHPublicOb

SNMPv3: Diffie-Hellman

2010-03-08 Thread Sam V
Hi there, Does net-snmp support the Diffie-Hellman mode for SNMPv3 authentication and privacy keys? If it does, what versions support this? Do I need a special configuration to enable this? Thanks. _

Re: sending trap

2010-03-08 Thread maxim maxim
Thanks to all, Can i use function like in snmptrap.c, and what are the differences , that i need to do for sending trap from the subagent? Maxim 2010/3/8 Dave Shield : > On 8 March 2010 10:41, Alexander King wrote: >> YES > > Short, to the point, and wrong. > > > >> is it right,Dave? I am back!

Re: sending trap

2010-03-08 Thread Dave Shield
On 8 March 2010 10:41, Alexander King wrote: > YES Short, to the point, and wrong. > is it right,Dave? I am back!:=) So I see. But you're still wrong. Please read Maxim's question carefully. The code you give does not specify the destination for the trap. It takes this information from the c

Re:sending trap

2010-03-08 Thread Alexander King
YES some piece code of mine: snmp_alarm_register(10, /* seconds */ SA_REPEAT, /* repeat (every 10 seconds). */ send_systemNumbertrap_trap, /* our callback */ NULL/* no callback data needed */