Hello,

I'm running on a Solaris9 platform with net-snmp v 5.4.1. 

Within my $HOME/.snmp./mibs directory, I have a real simple MIB called
myMib with the following:

PPEVENTS-MIB DEFINITIONS ::= BEGIN

IMPORTS
   enterprises, OBJECT-TYPE
        FROM RFC1155-SMI;
--   OBJECT-TYPE
--        FROM RFC-1212
--   TRAP-TYPE
--       FROM RFC-1215;

--Textual conventions for this MIB


   emc                    OBJECT IDENTIFIER ::= { enterprises 1139 }

bla  .... bla ... bla ....


And so, when I go to $HOME/.snmp/mibs directory, and run the following
command:

snmptranslate .1.3.6.1.4.1.1139

I get the following:

.1.3.6.1.4.1.1139

So then, I try the following:

snmptranslate -n0 .1.3.6.1.4.1.1139

and get the following:

enterprises.1139

OK, I'm getting closer. But what I'm expecting to see is:

enterprises.emc

VERY IMPORTANT FYI - The tutorial mentions the use of -IR and other
options that aren't supported, however, this snmptranslate only has the
following options:

usage: snmptranslate [-n] [-d] [-r] [-w|-W] [-p] objectID

Any idea how I can get the desired output? 
Thank you,
Randy

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
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

Reply via email to