>>>>> "EE" == Erik Earle <[EMAIL PROTECTED]> writes:
EE> I've got pretty much everything worked out except for EE> when the request is a 'getnext'. EE> Is there an easy way (that I am missing) to ask the EE> mib_api for the next OID? The agent itself requires that module implementations be required to implement GETNEXT processing. Most modern net-snmp modules, however, make use of helper classes that try and auto-figure out some of these for you. You didn't state which one you're using... EE> If not, should/could I use an oid_stash to create an EE> in memory mapping that I can load from my enterprise EE> MIB and interrogate for getnext requests? That is a potential solution as well... Note: it's hard to tell exactly what you're doing but the wording makes me wondering if you're structuring things in an "odd way" from an SNMP purist perspective. -- Wes Hardaker Sparta, Inc. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
