Re: Get Table Object based on Object name (not OID or index)

2011-03-15 Thread Dave Shield
On 15 March 2011 02:17, David Taylor david.tay...@ieee.org wrote:  have created a table and am trying to get an object from this table. Which object? In particular - which row of the table? I need to obtain this object based on name within this object. I don't want to traverse the table or

Re: get table

2008-06-18 Thread Dave Shield
2008/6/17 joy [EMAIL PROTECTED]: since I couldn't find the 'ipRouteDest' in advance, is that mean I must try every possible ip address. Is there an faster way to get the table. If you know the exact indexes of the information you need, then you can use the GET request to retrieve exactly

RE: get table

2008-06-17 Thread Mike Ayers
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of joy Sent: Tuesday, June 17, 2008 2:00 PM I'm a new, I want to write a program to get the connection topology on the IP layer, so I must get the 'ipRouteTable' and wrap it in a struct. OK. since I couldn't