RE: Example of create

2006-02-20 Thread Dave Shield
On Mon, 2006-02-20 at 12:47 +0530, [EMAIL PROTECTED] wrote: I have generated code using mib2c -c mib2c.create-dataset.conf. I am using the netsnmp_table_data_set helper . OK - that helper can take care of deleting rows automatically. You just need to tell it which column is the RowStatus

RE: Example of create

2006-02-20 Thread somenath.pal
Title: RE: Example of create Hi Dave, Many many thanks for your time.Now things are fine .Now I am able to delete rows. I have one more question.Using this helper can I restrict user to create entry befor set ?. I mean user should create row first then only he can change the values of column

RE: Example of create

2006-02-20 Thread Dave Shield
On Mon, 2006-02-20 at 17:27 +0530, [EMAIL PROTECTED] wrote: Using this helper can I restrict user to create entry befor set ?. I mean user should create row first then only he can change the values of column of particular row. Ummm Try deleting the 'allow_creation' line. That enables the

RE: Example of create

2006-02-20 Thread somenath.pal
Title: RE: Example of create Hi Dave, Many many thanks for your time . It is working fine again . Thanks, Somenath -Original Message- From: Dave Shield [mailto:[EMAIL PROTECTED]] Sent: Mon 2/20/2006 7:19 PM To: Somenath Pal (WT01 - Broadband Networks) Cc: net-snmp-users

RE: Example of create

2006-02-19 Thread somenath.pal
, February 17, 2006 7:02 PM To: Somenath Pal (WT01 - Broadband Networks) Cc: net-snmp-users@lists.sourceforge.net Subject: RE: Example of create On Fri, 2006-02-17 at 18:52 +0530, [EMAIL PROTECTED] wrote: Thanks for replying .I have written the code for create. I am able to create and get

Re: Example of create

2006-02-17 Thread Dave Shield
On Fri, 2006-02-17 at 18:29 +0530, [EMAIL PROTECTED] wrote: Can any one help me by providing an example code for creating and removing table entry using NET-SNMP API. Have you looked at the code under 'agent/mibgroup' ? There are *plenty* of examples there, using a wide variety of approaches.

RE: Example of create

2006-02-17 Thread somenath.pal
To: Somenath Pal (WT01 - Broadband Networks) Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Example of create On Fri, 2006-02-17 at 18:29 +0530, [EMAIL PROTECTED] wrote: Can any one help me by providing an example code for creating and removing table entry using NET-SNMP API. Have you

RE: Example of create

2006-02-17 Thread Dave Shield
On Fri, 2006-02-17 at 18:52 +0530, [EMAIL PROTECTED] wrote: Thanks for replying .I have written the code for create. I am able to create and get. But I am not able to delete the row . But how are you maintaining the table? The code snippet you included said *NOTHING* about what approach you are