From: Jeremy L. <jla...@re...> - 2012-03-27 01:28:34
|
On Tue, Mar 27, 2012 at 1:48 AM, ian norfolk <ino...@ho...> wrote: > I have noticed that if I do a snmpwalk the data is returned corectly, but if try and get the individual field of daya using snmpget it errors if I set the last octet to 0. Im asuming this is the index. So my problem seems to be the index for the table starts at 1 not 0. The mib tells me its an array of cccaCoponentsEntries. Anyone know a work around for making the index start at 1? I have branches that start with .1 and I don't have this problem. If the walk output starts at ".1" then there's nothing at ".0" and you'll get an error if you try to get it. Cheers Jeremy |