On 12/04/07, Treesa Fairy Joseph <[EMAIL PROTECTED]> wrote: > I have an application, where I have to monitor > certain parameters of an embedded system. I have > to have a MIB for this purpose. (U may please suggest, > if there are some alternate solutions, using SNMP, > for this problem. )So I need to create > this MIB. I am planning to take an existing MIB and > put my objects in it.
No - don't do that. It's much better to create a new MIB specifically for your extensions. Don't start messing about with existing MIBs - it's very bad practise. > Now I don't know how to > give OIDs for my MIB objects. Could anyone please > help me with this. I guess my MIB will become one > enterprise specific MIB. Is this MIB ever going to be used by anybody else, or will it only ever be used privately by you and only you? If it's definitely going to be completely private for testing, etc, then you can use the 'netSnmpPlayPen' subtree (.1.3.6.1.4.1.8072.999.9999) If it might possibly be more widely used, then you should apply for your own enterprise number from IANA. See http://pen.iana.org/pen/PenApplication.page Dave ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Net-snmp-users mailing list [EMAIL PROTECTED] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
