snmp trap v2

2008-05-28 Thread vladimir zherdenovsky
Hello, could you please send an example of the perl code of sending snmp trap v2? Thanks, Vladimir - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt

Re: Allow any community

2008-05-28 Thread Dave Shield
2008/5/28 Pachiappan D <[EMAIL PROTECTED]>: > Can any one let me know the configuration to allow any community > requests in SNMP V2 agent ? I don't believe that this is possible. You have to configure the community strings that should have access to the agent. There is no support for wildcards.

Re: Revision 16968

2008-05-28 Thread Dave Shield
2008/5/25 Magnus Fromreide <[EMAIL PROTECTED]>: > * How to update README.agent-mibs when using the old/new feature? My gut reaction is that README.agent-mibs should probably describe the implementation of the default choices. So if a module re-write is being trialled (using config_new_requi

Re: Send trap in multicast or broadcast

2008-05-28 Thread Wes Hardaker
> On Sun, 25 May 2008 22:06:50 +0200, Bruno Vétel <[EMAIL PROTECTED]> said: BV> I would like to know if I can send trap to a broadcast or multicast BV> address. There has been work to do stuff like that by other packages, but Net-SNMP doesn't support it by default (and it's not really an acce

Re: USM Implementation..

2008-05-28 Thread Wes Hardaker
> On Tue, 20 May 2008 04:06:55 -0700 (PDT), Amit Kumar <[EMAIL PROTECTED]> > said: AK> it means i can not give the auth passphrase and priv passphrase from AK> our mib browser .and before sending through wire i cannot encrypt the AK> data . or this can be done from CLI only . can any bo

Re: u_char* vs. void*

2008-05-28 Thread Wes Hardaker
> On Sun, 25 May 2008 07:16:23 +0200, Magnus Fromreide <[EMAIL PROTECTED]> > said: MF> I would like to start changing all the const u_char*'s used to accept MF> arbitrary pointers into const void*'s. Can we bring this up at the next meeting to discuss it? Or at least get enough people h

Re: Revision 16968

2008-05-28 Thread Magnus Fromreide
On ons, 2008-05-28 at 10:05 +0100, Dave Shield wrote: > 2008/5/25 Magnus Fromreide <[EMAIL PROTECTED]>: > > * How to update README.agent-mibs when using the old/new feature? > > My gut reaction is that README.agent-mibs should probably describe > the implementation of the default choices. S

Re: u_char* vs. void*

2008-05-28 Thread Magnus Fromreide
On ons, 2008-05-28 at 12:50 -0700, Wes Hardaker wrote: > > On Sun, 25 May 2008 07:16:23 +0200, Magnus Fromreide <[EMAIL > > PROTECTED]> said: > > MF> I would like to start changing all the const u_char*'s used to accept > MF> arbitrary pointers into const void*'s. > > Can we bring this u

Re: Revision 16968

2008-05-28 Thread Thomas Anders
Magnus Fromreide wrote: > * How to update README.agent-mibs when using the old/new feature? > I settled for adding a new line for the updated version. I'm much in favor of documenting the rewrite in README.agent-mibs even if it's not enabled by default. Otherwise, where else would th