Re: Proper GETNEXT behavior

2009-01-22 Thread Dave Shield
2009/1/21 Adrian Overbury : >If I've got a MIB > file that covers my whole sub-tree, is there a way I can parse that in, > say, python or perl, and get some kind of data structure from which I > can follow a link to the next OID in the tree? You *cou

Re: Proper GETNEXT behavior

2009-01-22 Thread Dave Shield
2009/1/21 Adrian Overbury : > Say I've got a table, and I've just gotten a GETNEXT request for the OID > of one of the column heads. Should I return the OID for the next column > head or the OID of the first field of that column? The general rule with GETNEXT is that you should return the OID of

Proper GETNEXT behavior

2009-01-21 Thread Adrian Overbury
So this is a point I've never been clear on: Say I've got a table, and I've just gotten a GETNEXT request for the OID of one of the column heads. Should I return the OID for the next column head or the OID of the first field of that column? On a similar note, I've been looking at pass and pass