This is a discussion on Re: Help on MIB table data structure implementation in NET-SNMP within the SNMP Coders forums, part of the Networking and Network Related category; 2008/5/29 Ñîΰ <shyw13@gmail.com>: > Would anybody like to tell me the data structure in Net-...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
2008/5/29 Ñîΰ <shyw13@gmail.com>:
> Would anybody like to tell me the data structure in Net-SNMP? > In which file? There are dozens (if not hundreds) of data structures used in the Net-SNMP agent - scattered through a large number of files. Would you like to be a bit more specific about exactly what you need to know. Dave ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |
|
|||
|
2008/5/30 Ñîΰ <shyw13@gmail.com>:
> I am just reading the "snmp_parse_oid" function. But I am not sure where it > get these oid? Net SNMP store the MIB tree? The Net-SNMP library will load a defined list of MIB files. The 'snmp_parse_oid' takes the specified name, locates it within the loaded collection of MIB files, and returns the equivalent numeric OID. > If I want to parse a private node, it works? or I have to register it before > using? See the FAQ entry How do I add a MIB to the tools? http://www.net-snmp.org/wiki/index.p...pplications_02 Dave ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |