Re: [pysnmp-users] Custom MIB files
Brought to you by:
elie
From: Ilya E. <il...@gl...> - 2016-11-17 20:08:00
|
Could you please share your MIB (e.g. CUSTOM-EG4-MIB)? I suspect it has syntax errors, in particular it may miss SNMPv2-SMI import. > On 15 Nov 2016, at 16:34, Jian Li <ji...@le...> wrote: > > I tried to add the MIB files to a python script, using PySNMP addAsn1MibSource(‘file:///path’). However I got the following error, > > pysnmp.smi.error.MibNotFoundError: CUSTOM-EG4-MIB compilation error(s): missing; missing; missing; missing; no module "SNMPv2-SMI" in symbolTable at MIB CUSTOM-EG4-MIB > > Would really appreciate your help to get it resolved. > > Thanks, > > Jian |