Re: [pysnmp-dev] build-pysnmp-mib error
Brought to you by:
elie
From: Ilya E. <il...@gl...> - 2014-02-28 05:51:41
|
Hi Scott, Chances are smidump can’t find MIBs imported by F5-BIGIP-SYSTEM-MIB.txt so make sure those are in its search path. You could debug this issue further if run: smidump -f python F5-BIGIP-SYSTEM-MIB.txt to see more of its error reporting. -ilya On 28 Feb 2014, at 07:03, Bossi, Scott <Sco...@fm...> wrote: > Hi, > > I’m new to python and pysnmp (but not snmp). I’m trying to build a python module using the build-pysnmp-mib tool. I have the mibs in a directory, and execute the command below, but I get an error. Can anyone help me? > > sudo build-pysnmp-mib -o F5-BIGIP-SYSTEM-MIB.py F5-BIGIP-SYSTEM-MIB.txt > Empty input > smidump -k -f python F5-BIGIP-SYSTEM-MIB.txt | /usr/bin/libsmi2pysnmp fails > make sure you are using libsmi version > 0.4.5 (or svn) > |