not able to generate the skeleton code using mib2c

export MIBS=+NET-SNMP-TUTORIAL-MIB
[EMAIL PROTECTED] local]#  mib2c -c
mib2c.int_watch.conf NET-SNMP-TUTORIAL-MIB

You didn't give mib2c a valid OID to start with.  IE,
I could not find
any information about the mib node
"NET-SNMP-TUTORIAL-MIB".  This could be caused
because you supplied an incorrectly node, or by the
MIB that you're
trying to generate code from isn't loaded.  To make
sure your mib is
loaded, run mib2c using this as an example:

   env MIBS="+MY-PERSONAL-MIB" mib2c -c
mib2c.int_watch.conf NET-SNMP-TUTORIAL-MIB

You might wish to start by reading the MIB loading
tutorial at:

  
http://www.net-snmp.org/tutorial-5/commands/mib-options.html

And making sure you can get snmptranslate to display
information about
your MIB node.  Once snmptranslate works, then come
back and try mib2c
again.


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to