Hi all!!!
 
I'm implementing a MIB using net-snmp 5.3.2 and generate the code with mib2c -c 
mib2c.iterate.conf.
In that MIB I have a table that have 5 columns, each column has is own OID but 
the OIDs from all columns are not in order. The last two doesn't follow the 
natural order of the numbers.
What I mean is, my table has the follow aspect:
 
    table1
        |
        Entry1
            |
            Index.1
            Column.2
            Column.3
            Column.9
            Column.10
 
When I tried to do a snmpwalk for that table a got an error, user defined 
#31... can this error happened because my table doesn't follow the natural 
order of the numbers... should it be,
 
    table1
        |
        Entry1
            |
            Index.1
            Column.2
            Column.3
            Column.4
            Column.5
 
instead?
 
I have other tables implemented that the OIDs follow the natural order of the 
numbers and I don't have that error... can you please confirm me this?
 
Thanks in advance,
Ângela
 
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to