Re: deinit_dlmod rename to shutdown_dlmod breaking 3rd party software

2011-11-30 Thread Magnus Fromreide
On Wed, Nov 30, 2011 at 10:31:22AM -0500, Robert Story wrote: > On Mon, 21 Nov 2011 08:22:56 -0300 Leonardo wrote: > LC> Commit a1786947edc5033807db22fe5456a256df23838b (from v5.7.pre1) > LC> renamed the function deinit_dlmod() to shutdown_dlmod(). Apparently, > LC> some 3rd party software (hp-snm

Fwd: Look what i found here

2011-11-30 Thread mahua dutta
hi there!i was so grateful when my friend turned me onto it path to fortunehttp://money-g.clanteam.com/profile/37StephenRichardson/";>http://money-g.clanteam.com/profile/37StephenRichardson/see you later -- All the data c

Re: net-snmp takes a long time to create table

2011-11-30 Thread Robert Story
On Fri, 25 Nov 2011 10:59:59 -0500 James wrote: JP> My MIB has a number of statically-sized tables. I have increased the JP> size of one of those tables to 10,000 rows. (It was less than 1000 rows JP> previously). JP> JP> At start-up, my code executes JP> JP> entry = SNMP_MALLOC_TYPEDEF (stru

Re: setting ip address returns error

2011-11-30 Thread Robert Story
On Mon, 28 Nov 2011 14:49:45 +0530 [email protected] wrote: BJC> Can you please explain why this commands are not behaving as expected. BJC> BJC> snmpset ... ipAddressIfIndex.ipv4.4.10.10.10.40 = 3 BJC> ipAddressRowStatus.ipv4.4.10.10.10.40 = createAndGo BJC> BJC> It returns the following er

Re: how to make "snmp_async_send" truly asynchronous.

2011-11-30 Thread Robert Story
On Tue, 22 Nov 2011 12:33:23 + Dave wrote: DS> On 22 November 2011 11:39, wrote: DS> > Forget my application and consider a standalone netsnmp app. DS> > Say, i am issuing an SNMPGET for "sysDescr.0" on a CISCO switch using SNMPv3. DS> DS> I suspect that it is the use of SNMPv3 that is the

Re: svn r16778 / PATCH 1826088

2011-11-30 Thread Robert Story
On Sun, 23 Oct 2011 17:38:48 +0200 Bart wrote: BVA> On Sun, Oct 23, 2011 at 3:02 PM, Magnus Fromreide wrote: BVA> > > +/* restore the interface name if we modifed it due to unaliasing BVA> > > + * above BVA> > > + */ BVA> > > +if (entry->flags | NETSNMP_ACCESS_IPAD

Re: deinit_dlmod rename to shutdown_dlmod breaking 3rd party software

2011-11-30 Thread Robert Story
On Mon, 21 Nov 2011 08:22:56 -0300 Leonardo wrote: LC> Commit a1786947edc5033807db22fe5456a256df23838b (from v5.7.pre1) LC> renamed the function deinit_dlmod() to shutdown_dlmod(). Apparently, LC> some 3rd party software (hp-snmp-agents for example) depends on the LC> former. Do you guys normally

Re: Starting Implementation for Bug 3011641

2011-11-30 Thread Robert Story
On Tue, 01 Nov 2011 14:03:38 +0100 Michael wrote: MM> I will start on an implementation for the 'snmpd drops tcp MM> trapsinks/trapsess if remote down at startup'-issue [1]. Great! MM> As I want to have an as net-snmp-like/-fit implementation as possible, I MM> wanted to ask if there were already

Re: Implementing MIB2 - System Variables

2011-11-30 Thread Robert Story
On Mon, 31 Oct 2011 14:37:09 +0530 Shibu wrote: SG> We are using net-snmp agent for monitoring and configuring one of our SG> network elements. We are using agentx for extending our own mib SG> variables. SG> SG> I would like to support MIB-II system variables from our source code SG> [Currently

Re: Alternative implementation of IF-MIB

2011-11-30 Thread Robert Story
On Fri, 28 Oct 2011 10:55:30 +0200 Michael wrote: MS> > The first question is whether or not you are completely replacing MS> > the ifTable, or you just need to add your special interfaces to MS> > the existing table... MS> MS> My device has 26 ports (24x1G, 2x10G) + 1 management port (pretty usua

Re: Reloading a perl subagent in embedded perl

2011-11-30 Thread Robert Story
On Mon, 31 Oct 2011 10:23:13 +0100 Jan wrote: JS> I have a simple perl agent in embedded perl, let's say JS> http://www.net-snmp.org/tutorial/tutorial-5/toolkit/perl/perl_module.pl JS> and following config file: JS> JS> rocommunity public JS> perl do "/path/to/perl_module.pl"; JS> JS> When I star

Re: table_tdata framework is not loading the xxx_load xxx_free hooks ?

2011-11-30 Thread Robert Story
On Fri, 21 Oct 2011 03:02:29 -0700 (PDT) sujata wrote: SP> But one significant difference from the iterative model, that the table need to be loaded initially , as well it need to be retained. Otherwise it does not find the oid. SP> Where as iterative model that's not required. SP> Why so ? Beca

Re: deinit_dlmod rename to shutdown_dlmod breaking 3rd party software

2011-11-30 Thread Leonardo Chiquitto
On Wed, Nov 30, 2011 at 5:21 AM, Bart Van Assche wrote: > On Mon, Nov 21, 2011 at 12:22 PM, Leonardo Chiquitto > wrote: >> >> Commit a1786947edc5033807db22fe5456a256df23838b (from v5.7.pre1) >> renamed the function deinit_dlmod() to shutdown_dlmod().  Apparently, >> some 3rd party software (hp-sn

Re: deinit_dlmod rename to shutdown_dlmod breaking 3rd party software

2011-11-30 Thread Bart Van Assche
On Mon, Nov 21, 2011 at 12:22 PM, Leonardo Chiquitto < [email protected]> wrote: > Commit a1786947edc5033807db22fe5456a256df23838b (from v5.7.pre1) > renamed the function deinit_dlmod() to shutdown_dlmod(). Apparently, > some 3rd party software (hp-snmp-agents for example) depends on the >