RE: Table GetNext for next column

2007-07-16 Thread Madan Mohan Goud
To: Madan Mohan Goud Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Table GetNext for next column On 11/07/07, Madan Mohan Goud <[EMAIL PROTECTED]> wrote: > The strange behavior I am seeing is as follows: > (1) First column it retrieves properly. > (2) From second column, i

Re: Table GetNext for next column

2007-07-16 Thread Dave Shield
On 11/07/07, Madan Mohan Goud <[EMAIL PROTECTED]> wrote: > The strange behavior I am seeing is as follows: > (1) First column it retrieves properly. > (2) From second column, it jumps to the last index instead of retrieving > values from the list of indices. In the same way it yields value of all >

RE: Table GetNext for next column

2007-07-11 Thread Madan Mohan Goud
7 IF-MIB::ifOutErrors.139 = Counter32: 114 IF-MIB::ifOutQLen.139 = Gauge32: 131 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: Tuesday, July 10, 2007 9:19 PM To: Madan Mohan Goud Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Table Ge

Re: Table GetNext for next column

2007-07-10 Thread Dave Shield
On 10/07/07, Madan Mohan Goud <[EMAIL PROTECTED]> wrote: > I have an SNMP Table implemented in NETSNMP way. What do you mean by the "NETSNMP way"? There are at least four or five different approaches used in the Net-SNMP agent. Which one(s) are you using? >

Re: Table GetNext for next column

2007-07-10 Thread Dave Shield
On 10/07/07, Madan Mohan Goud <[EMAIL PROTECTED]> wrote: > 1. I am following iterator approach OK. So you indicate the end of the column by returning NULL from the 'Get_next_data_point' routine. > My handler function will take the indexes from the request and retrieve > the value corresponding

RE: Table GetNext for next column

2007-07-10 Thread Madan Mohan Goud
TECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: Tuesday, July 10, 2007 8:45 PM To: Madan Mohan Goud Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Table GetNext for next column On 10/07/07, Madan Mohan Goud <[EMAIL PROTECTED]> wrote: > I have an SNMP Table

Re: Table GetNext for next column

2007-07-10 Thread Daniel Coelho
Hi, have you tried snmpbulkget? I believe that walk ignores the snmpgetnext responses when the the original OID changes to another. snmpbulkget doesn't. Not sure. Daniel Coelho On 7/10/07, Madan Mohan Goud <[EMAIL PROTECTED]> wrote: Hi all, I have an SNMP Table implemented in NETSN

Table GetNext for next column

2007-07-10 Thread Madan Mohan Goud
Hi all, I have an SNMP Table implemented in NETSNMP way. When I do a SNMPwalk over a table(dot3StatsTable in Etherlike-MIB as shown below),my Implementation is not getting me values for any other column except first column in the table. When the agent receives request for last index of th