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

I see that the last release was in April 2019. Please let me know if the project is still maintained, stable and will there be any future releases? Or is...

snmplabs.com site appears to be down. So some functions of mibdump.py will not work.

$ mibdump.py --generate-mib-texts --destination-format json IF-MIB Source MIB repositories: file:///usr/share/snmp/mibs, http://mibs.snmplabs.com/asn1/@mib@ Borrow missing/failed MIBs from: http://mibs.snmplabs.com/json/fulltexts/@mib@ Existing/compiled MIB locations: Compiled MIBs destination directory: . MIBs excluded from code generation: RFC-1212,...

Hi, Thanks for providing this tool. I'm trying to use _pysmi_ (version-0.3.4) to compile our project's MIBS (Its collection of customized and standard MIBS). While doing so I'm facing compilation...

Hello friends. I need to convert a local file MIB to the format json. How can I do this using pysmi? I didn't quite understand the example commands. The file...

Hello, I try convert mib file to json with mibdump, but file contains multiple MODULE-IDENTITY (ex.: http://www.circitor.fr/Mibs/Mib/R/RAISECOM-SYSTEM-MIB.mib) and script ends with error: _Failed MIBs: RAISECOM-SYSTEM-MIB (Duplicate module identity at MIB...

[WIENER-CRATE-MIB.txt](https://github.com/etingof/pysmi/files/3221112/WIENER-CRATE-MIB.txt) This MIB seems to compile to pysnmp fine with mibdump.py, however when trying to execute `mibBuilder.loadModules('WIENER-CRATE-MIB')` The following error is encountered: `Loading MIB modules... Traceback (most recent call last):...

Say you have an MIB in source form, e.g. `VOGON-POEM-MIB`. It has dependencies that are already available in compiled form but not (currently) in source form, e.g. `SNMPv2-SMI.py` since that's...

I'm getting an error when parsing a certain MIB: ``` mibdump.py --destination-format=json HUAWEI-MIB Source MIB repositories: file:///usr/share/snmp/mibs, http://mibs.snmplabs.com/asn1/@mib@ Borrow missing/failed MIBs from: http://mibs.snmplabs.com/json/notexts/@mib@ Existing/compiled MIB locations: Compiled MIBs destination directory:...