Ethereal-users: Re: RE: [Ethereal-users] SNMP Decoder

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Wed, 21 May 2003 8:52:01 +0200
Ramakanta Dash wrote:
> 
> Thanks a lot. Yes it's worked. Suppose I want to resolve the enterprise oid.
> can I do that.
> 

It should. You need to put the MIB in the correct directory and probably also configure ucd-snmp to read that MIB.

On Windows I added an environment variable MIBS with value ALL.
The MIBS environment variable tells what MIBs to load, you can
either specify specific MIBs or set it to value ALL, and it
will then read all the MIBs in the directory pointed out by MIBDIRS
(or similar).

I think Ethereal will set the MIBDIRS environment variable if it is not already set.

On other operating systems it may be a bit different. I have only
used ucd-snmp and net-snmp on Windows myself.