pysmi icon indicating copy to clipboard operation
pysmi copied to clipboard

SNMP MIB parser

Results 21 pysmi issues
Sort by recently updated
recently updated
newest added

Dear any chance to have your mib parser in nodejs and typescript or javascript? Best Regards Youssef

Use `mibdump.py` to convert LSI-MegaRAID-SAS-MIB. At first,I use the command mibdump.py LSI-MegaRAID-SAS-MIB The mistake is *Duplicate symbol found: bbuFRU at MIB LSI-MegaRAID-SAS-MIB*. So I download the file, changed it to...

``` Traceback (most recent call last): File "C:\Program Files\Python37\lib\site-packages\pysnmp\smi\builder.py", line 344, in loadModule exec(codeObj, g) File "C:\Projects\test_mibs\USHA-MIB.py", line 211, in upsDevicesTable = MibTable((1, 3, 6, 1, 4, 1, 2468, 1,...

I installed pysmi from the master branch as following: - clone the repo and cd into it - pip install -r requirements.txt - python setup.py install then I tried: `mibdump.py...

I see that in localfile.py the FileReader class does not fill in the oid/oids fields as well as some others listed in the mibinfo.py class. Are there plans to implement...

This is the MIB entry where I am getting error `hm2DHCPServerPoolFlags = MibTableColumn((1, 3, 6, 1, 4, 1, 248, 11, 91, 1, 1, 1, 5, 1, 5), Bits().clone(namedValues=NamedValues(("interface", 0), ("mac",...

It turns out that MIB modules may come concatenated into a single file. Current pysmi logic does not accommodate for that situation.

my pysmi version is 0.3.4 the error code is in jsondoc.py method: genCode(self, ast, symbolTable, **kwargs) ` for sym in self.symbolTable[self.moduleName[0]]['_symtable_order']: if sym not in self._out: raise error.PySmiCodegenError('No generated code...

PySMI would fail to compile mibs that uses symbols that are Python reserved keywords. Because the underlying PySNMP MIB representation is stored in Python files, those symbols are prefixed with...

I am trying to compile HP ILO node MIBs and generate the Json file. The tool generates wrong OIDs for the traps generated by Tool:: "name": "cpqiScsiLinkUp", "oid": "1.3.6.1.4.1.**2320**.169001", Expected...