On 10 April 2010 04:24, Vivekanandan <[email protected]> wrote: > How can i utilize the system MIB from my Enterprise MIB...... > for example SysLocation(1.3.6.1.2.1.1.6).....i want add this parameter to my > Enterprise MIB.
Sorry - that doesn't make sense. The agent will provide information from a wide range of MIB modules, all combined together into a single tree. So it would respond to a request for .1.3.6.1.2.1.1.6.0 with the location information, and requests for .1.3.6.1.4.1.1000.1.2.3.4.5.6.0 (for example) with information from your private MIB. There's no need to duplicate standard definitions in your own MIB. What are you trying to do? However if you *really* must do this, then just copy the same code that implements one object and register this under the new OID. The easiest way to repeat information, is to repeat the code that provides this information. Dave ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
