Re: Missing column in 'snmpwalk'

2005-02-22 Thread Robert Story
On Tue, 22 Feb 2005 21:20:42 +0530 Sridhar wrote: SS I thought of a solution for the missing coloums problem that I stated SS earlier. Before I implement I need your comments on the same. SS SS I did some experiments with the 'netSnmpHostsTable' code that resides in SS 'mibgroup/examples/'

Re: Missing column in 'snmpwalk'

2005-01-26 Thread Robert Story
On Tue, 25 Jan 2005 22:17:34 -0800 Wes wrote: WH Do you have at least 2 interfaces? You'd need to if your ignoring the WH first and expect results back still. Yes, an earlier message indicated that he did have 2 interfaces. WH I'd have to study your changes in greater detail but since what

Re: Missing column in 'snmpwalk'

2005-01-26 Thread Sridhar S
Robert, Dealing with jumping to the next row would have to be handled internally in the var_* routine. This means I need to handle in var_ifEntry (...) function. Right ? If so, I need to think of a algorithm for doing so. Thanks SrIdhar On Wed, 26 Jan 2005 15:29:20 -0500, Robert Story

Re: Missing column in 'snmpwalk'

2005-01-25 Thread Wes Hardaker
On Tue, 25 Jan 2005 12:19:25 +0530, Sridhar S [EMAIL PROTECTED] said: Sridhar As seen above, NULL is returned if the query is for ifIndex = Sridhar 1 and should return the actual value if ifIndex = 2. With the Sridhar above code in place, when I did a walk on 'ifSpeed' at the Sridhar manager

Re: Missing column in 'snmpwalk'

2005-01-18 Thread Sridhar S
Robert, Sorry for the delayed reply. SS I am working on 5.1 version of Net-SNMP. I have problem in performing SS SNMP-GetNext request on ifTable. RS On *our* ifTable, or your one implementation? RS It will depend on what release you are using, and what style code you are RS using, and you

Re: Missing column in 'snmpwalk'

2005-01-13 Thread Users
On Wed, 12 Jan 2005 17:05:04 +0530 Sridhar wrote: SS I am working on 5.1 version of Net-SNMP. I have problem in performing SS SNMP-GetNext request on ifTable. On *our* ifTable, or your one implementation? SS Since ifSpeed.2 is found next to the ifMtu.2 in the lexographical tree, SS I think