This is a discussion on Re: mib2c problems within the SNMP Coders forums, part of the Networking and Network Related category; On Wed, 16 Feb 2005 13:36:39 -0500 Michael wrote: MPS> > Get snmptranslate working w/out -m ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Wed, 16 Feb 2005 13:36:39 -0500 Michael wrote:
MPS> > Get snmptranslate working w/out -m first. Try 'export MIBS=ALL', then MPS> > move on to mib2c. MPS> MPS> At the moment I can't even seem to get mib2c working on the tutorial mib. MPS> MPS> ]$ MIBDIRS=. MIBS=+NET-SNMP-TUTORIAL-MIB mib2c -c mib2c.mfd.conf I've never had much luck with putting env vars before a command line. Try exporting them. Also try using full paths: export MIBDIRS=/usr/local/share/snmp/mibs:$PWD export MIBS=+NET-SNMP-TUTORIAL-MIB mib2c ... Or my favorite method, create $HOME/.snmp/snmp.conf: mibs ALL mibdirs /usr/local/share/snmp/mibs mibdirs +/home/rks/.snmp/ietf-updates (Thought the '+' format only works in recent versions. Older versions should use the path style format; eg dir1:dir2) -- Robert Story; NET-SNMP Junkie Support: <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |
![]() |
| Thread Tools | |
| Display Modes | |
|
|