ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-users: Re: [Ethereal-users] loading MIBS

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

From: Ron Flory <ron.flory@xxxxxxxxxx>
Date: Wed, 03 Oct 2001 08:11:21 -0500
Giles Scott wrote:
> 
> Hi
> 
> I am running ethereal on RedHat 7.1, compiled with UCD-SNMP support
> (UCD-snmp version 4.2.4), Ethereal help about shows Compiled ,with UCD
> SNMP 4.2
> 
> snmp.conf (mibfile 8030root.mib (Alteon MIB)
> Using snmpwalk I can walk the Alteon MIB, but when I do a packet trace
> Ethereal does not decode the OID.
> 
> What am I missing (probably a silly question) ?

 when you are doing the 'snmpwalk', are you running as root, or as a
normal user?

 the mibs are read on a per-user basis, so placing a mib in a user
/.snmp/mibs dir will not be visible to root, which is where ethereal is
being run from.  Am i close?

ron