>>>>> On Thu, 1 Jun 2006 13:16:55 -0700, Chris Zimmermann <[EMAIL PROTECTED]> 
>>>>> said:

Chris> On Fedora Core4, I did a full build/install of netsnmp 5.3.0.1 and
Chris> tried to run "mib2c -h".  I get the following error:

Chris> ERROR: You don't have the SNMP perl module installed.

Hmm...  that shouldn't happen if make install really did install the
perl modules.  What happens when you run:

  perl -e 'use SNMP;' 

That should print an error message about why it couldn't load.  If it
doesn't work, try:

  cd net-snmp
  cd perl
  perl Makefile.PL
  make
  make install

Chris> What I need to do is import a new MIB into netsnmp v5.3.0.1.  mib2c
Chris> seems like it would be helpful, but what I really want to do is to
Chris> import the entire MIB, not individual objects.  Are there any
Chris> recommendations on the best way to do this?

mib2c will let you do an entire MIB at once for *some* mib2c
configuration files.  However, some only will do one table at a time
(but a table usually has a lot of objects underneath it and I can't
imagine you have so many tables that this would really be a pain?)
-- 
Wes Hardaker
Sparta, Inc.


_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to