Re: Getnext Implementation

2006-09-27 Thread Dave Shield
On 27/09/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > 1)What are the options for mib2c to create cache handler for one table. -S cache=1 Dave - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForg

Re: Getnext Implementation

2006-09-26 Thread Dave Shield
On 26/09/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >>> The table does not have any row initially .The user need to create the row . >> How? >> Via an SNMP SET command? >> Or via some other control mechanism? > > The table may be created by another agent (for example http agent) Ok - so that

RE: Getnext Implementation

2006-09-26 Thread somenath.pal
    -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: Tuesday, September 26, 2006 3:04 PM To: Somenath Pal (WT01 - Broadband Networks) Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Getnext Implementation   On 26/09/06

Re: Getnext Implementation

2006-09-26 Thread Dave Shield
On 26/09/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > It was one simple example. The index may be IPADDRESS also > For this particular table there can be large gap Ok - so a different approach is needed. >> How is the table populated initially, how is it updated > > The table does not have

Re: Getnext Implementation

2006-09-26 Thread Dave Shield
On 26/09/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Suppose we have one table having index's data type as integer. > Suppose it has three rows with index 1, 2, 3. Then the agent needs to know this. Not just what the syntax of the indexing is, but what the currently valid indexes actually a

RE: Getnext Implementation

2006-09-26 Thread somenath.pal
    -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: Tuesday, September 26, 2006 2:22 PM To: Somenath Pal (WT01 - Broadband Networks) Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Getnext Implementation   On 26/09/06

RE: Getnext Implementation

2006-09-26 Thread somenath.pal
@lists.sourceforge.net Subject: Re: Getnext Implementation   On 26/09/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Is it possible to implement snmpgetnext even the agent does not contain the data. > For example in a table where row can be created how it is possible to > know

Re: Getnext Implementation

2006-09-26 Thread Dave Shield
On 26/09/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Is it possible to implement snmpgetnext even the agent does not contain the > data. > For example in a table where row can be created how it is possible to > know the next index? The agent is reporting on the information that it knows ab