Re: query on table indexing

2005-11-15 Thread Dave Shield
On Tue, 2005-11-15 at 02:49 -0800, Rasanth A.K. wrote: > is it possible to have a table in a MIB with only indexes > and no other objects? Yes. See (for example) UDP-MIB::udpTable At least one column must be accessible (otherwise how can you walk the table!), but this is perfectly valid. > the

query on table indexing

2005-11-15 Thread Rasanth A.K.
All, is it possible to have a table in a MIB with only indexes and no other objects? the indexes are both external as well as internal.   Thanks