Re: doubt in nested table implementation

2011-01-03 Thread Dave Shield
On 2 January 2011 09:44, sujata patra wrote: > Issue I am facing is an implementation issue. > While refreshing the data or loading for the first time , Do I have to load > the whole tree data to  all the tables ? As you say, this is an implementation issue. That means you can handle it in wh

Re: doubt in nested table implementation

2011-01-02 Thread sujata patra
From: Wes Hardaker To: sujata patra Cc: Wes Hardaker ; [email protected] Sent: Wed, December 22, 2010 10:05:34 AM Subject: Re: doubt in nested table implementation >>>>> On Tue, 21 Dec 2010 20:15:12 -0800 (PST), sujata pa

Re: doubt in nested table implementation

2011-01-02 Thread sujata patra
From: Wes Hardaker To: sujata patra Cc: Wes Hardaker ; [email protected] Sent: Wed, December 22, 2010 10:05:34 AM Subject: Re: doubt in nested table implementation >>>>> On Tue, 21 Dec 2010 20:15:12 -0800 (PST), sujata pa

Re: doubt in nested table implementation

2010-12-22 Thread sujata patra
: doubt in nested table implementation From: Wes Hardaker To: sujata patra Cc: Wes Hardaker ; [email protected] Sent: Wed, December 22, 2010 10:05:34 AM Subject: Re: doubt in nested table implementation >>>>> On Tue, 21 De

Re: doubt in nested table implementation

2010-12-22 Thread sujata patra
From: Wes Hardaker To: sujata patra Cc: Wes Hardaker ; [email protected] Sent: Wed, December 22, 2010 10:05:34 AM Subject: Re: doubt in nested table implementation >>>>> On Tue, 21 Dec 2010 20:15:12 -0800 (PST), sujata pa

Re: doubt in nested table implementation

2010-12-21 Thread Wes Hardaker
> On Tue, 21 Dec 2010 20:15:12 -0800 (PST), sujata patra > said: sp> Thanks Wes. That's right . I have got it now and able to progress . I was sp> confused whether to make tree structure . Tree structures are not supported by SMIv2 (the MIB language). If you're getting the point of ne

Re: doubt in nested table implementation

2010-12-21 Thread sujata patra
From: Wes Hardaker To: sujata patra Cc: [email protected] Sent: Tue, December 21, 2010 6:11:08 AM Subject: Re: doubt in nested table implementation >>>>> On Sun, 19 Dec 2010 02:43:26 -0800 (PST), sujata patra >>

Re: doubt in nested table implementation

2010-12-20 Thread Wes Hardaker
> On Sun, 19 Dec 2010 02:43:26 -0800 (PST), sujata patra > said: sp> I have implemented simple table quite a few times . But I am confused to sp> implement when the mib contain more than one table and the tables are sp> nested(means the second table data repeats for each row of firs

doubt in nested table implementation

2010-12-19 Thread sujata patra
generate the code . I have extended a hypothetical mib and have used mib2c.iterate.conf to generate the code. Any such nested table implementation for net-snmp . I like to read the code . Can you point it out ? I hope , I have to built the memory structure as follows but the generated code

Re: request Help for table implementation

2010-02-22 Thread Robert Story
I didn't see a response to this old message, and I hope you solved the problem on your own. Just answering for the archives in case someone else ran into this same problem. On Thu, 1 Oct 2009 17:09:03 +0530 VENU wrote: VP> Here I have a scenario, need to implement a table which supposed to retriev

request Help for table implementation

2009-10-01 Thread VENU POTLURI
Hi Here I have a scenario, need to implement a table which supposed to retrieve the data from external resources, for example from a file. Or If I generate the code which manages the data with in the agent itself, then is there any way to add new rows, delete rows and update the existing rows of t

Re: base table - dependent table implementation

2009-04-05 Thread Dave Shield
2009/4/5 mwnn : > I am working on extending the Net-SNMP agent. I have the following > situation: > > 1. Base table whose ROWSTATUS column is READ-CREATE. > 2. Dependent table which has the same index as the base table. > > In the above scenario, when a row is deleted in the base table the > corres

base table - dependent table implementation

2009-04-05 Thread mwnn
Hi all, I am working on extending the Net-SNMP agent. I have the following situation: 1. Base table whose ROWSTATUS column is READ-CREATE. 2. Dependent table which has the same index as the base table. In the above scenario, when a row is deleted in the base table the corresponding row in the dep

Re: Table Implementation

2008-01-03 Thread Robert Story
On Thu, 29 Nov 2007 19:50:45 +0530 Sridhar wrote: SA> set the cache->flags |= NETSNMP_CACHE_AUTO_RELOAD, will this invoke SA> devTable_container_load at the expirey of the cache timer? Yes. SA> I have different problem with other table, i do not know how many entried are SA> present in the table

Table Implementation

2007-11-29 Thread Sridhar Addagada
I need to implement a table in my mib, generated the code using mib2c -c mib2c.mfd.conf, lookes like most of the code in the TODO list need not be touched and so i added my fetch routine in the devTable_container_load, and set the cache->flags |= NETSNMP_CACHE_AUTO_RELOAD, will this invoke devTable

RE: Request help in Table implementation

2007-09-24 Thread Anuradha A- TLS, Chennai.
] Behalf Of Dave Shield Sent: Monday, September 24, 2007 3:26 AM To: Anuradha A- TLS, Chennai. Cc: [email protected]; Wes Hardaker Subject: Re: Request help in Table implementation On 20/09/2007, Anuradha A- TLS, Chennai. <[EMAIL PROTECTED]> wrote: > I generated the

Re: Request help in Table implementation

2007-09-23 Thread Dave Shield
On 20/09/2007, Anuradha A- TLS, Chennai. <[EMAIL PROTECTED]> wrote: > I generated the .c and .h files using "mib2c.create-dataset.conf" for a > table with a integer as index. (only one index for the table) > > The GETNEXT on the table works correctly , but the GET fails for some > reason. (always

Request help in Table implementation

2007-09-23 Thread Anuradha A- TLS, Chennai.
Title: Request help in Table implementation Hi I generated the .c and .h files using  "mib2c.create-dataset.conf" for a table with a integer as index. (only one index for the table) I did follow the steps as in the example "data_set.c". The GETNEXT on the table works

SNMP Error and Table implementation

2005-09-21 Thread devsingh
Hi All , Please find the attachment below for my problem.. Please do reply ASAP. Hi All, The Detail is as follows: SNMP : net-snmp Development : Agent Compiler : mib2c Code Generated using : mib2c -c mib2c.iterate.conf (Configuration File) ( For Creating Table

Re: Table implementation

2004-08-19 Thread Coders
On Tue, 17 Aug 2004 12:26:21 +0100 Dave wrote: DS> > Where can I find examples about Table implementation with external DS> > Indexes ? DS> DS> What do you mean by "external indexes" ? He may have gotten that terminology form the array-user conf file. I use extern

Re: Table implementation

2004-08-17 Thread Dave Shield
[Sorry for the delay in responding] > Where can I find examples about Table implementation with external Indexes ? What do you mean by "external indexes" ? Can you give us an example of the sort of table you're trying to implement? > and Which MIB2c files (array-

Table implementation

2004-06-09 Thread Maurizio RUBINI
Hi, Where can I find examples about Table implementation with external Indexes ? and Which MIB2c files (array-user, iterate ... etc) should I use ? Thanks, Regards _ Blocca le pop-up pubblicitarie con MSN Toolbar! http