On Thu, 2007-04-12 at 23:33 +0630, Treesa Fairy Joseph wrote: > Hello all, > > I had already sent a mail for the same. I > felt it was little misleading, so I am reframing it > again. > > 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. )
No alternate solutions. You must have a MIB. But... > So I need to create > this MIB. ... if you find standard MIBs (IETF RFCs) that totally or partially fulfill your needs, then you should consider adopting them. > I am planning to take an existing MIB and > put my objects in it. I can see how it is done from an existing MIB, but don't put your own objects inside an existing MIB. That is illegal. Your company shhould request a private node. See more on this bellow > Now I don't know how to > assign numeric OIDs for my MIB objects. Under your MIB just go ahead and choose the numbers you want. Try to find a MIB that is similar to your needs and do something similar. > Could anyone please > help me with this. I guess my MIB will become one > enterprise specific MIB. I guess you would have to submit the registration of your enterprise node in the SMI. I guess you should request this to the IETF or to the IANA... Usually, companies use a common 'abstract' node for all their MIBs and derive all their product's MIBs from that node. Lets imagine IANA/IETF assigned YourCompany the number 54321 under the enterprises node (.1.3.6.1.4.1). You might find usefull not to use directlly the .1.3.6.1.4.1.54321 OID to store YourProductA, but to store it under .1.3.6.1.4.1.54321.1, YourProductB under .1.3.6.1.4.1.54321.2, etc. Then it is up to you to spread your OIDs inside the MIB. Under that number (54321) you rule. cheers jmf > > Thanks in advance, > Treesa > -- > Open WebMail Project (http://openwebmail.org) > > > ------------------------------------------------------------------------- > 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 ------------------------------------------------------------------------- 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
