question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

mibdump.py fails on LSI-MegaRAID-SAS-MIB

See original GitHub issue

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 make it not a duplicate part.Then I use this command

mibdump.py --mib-source http://192.168.1.170/ LSI-MegaRAID-SAS1-MIB

That’s why I can run the locally modified file (LSI-MegaRAID-SAS-MIB).

The new mistake appeared no module “SNMPv2-SMI” in symbolTable at MIB LSI-MegaRAID-SAS-MIB.

I listened to some suggestions, use the command

mibdump.py --mib-source=http://mibs.snmplabs.com/asn1 LSI-MegaRAID-SAS1-MIB

It was not go, the mistake of Missing source MIBs: LSI-MegaRAID-SAS1-MIB.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
etingofcommented, Jul 30, 2018

Try adding two --mib-source options like this:

mibdump.py --mib-source http://192.168.1.170/ --mib-source http://mibs.snmplabs.com/asn1 LSI-MegaRAID-SAS1-MIB

The end result would be that mibdump will search first on your local site, when it can’t find dependent MIBs there, it will search the second site.

0reactions
YorkZcommented, Nov 18, 2019

Right, without this @mib@ magic MIB search does not work.

Read more comments on GitHub >

github_iconTop Results From Across the Web

PYSNMP 4.3.2 Issue with mibdump.py output - Stack Overflow
When I use mibdump.py to generate pysnmp supported python module with mibdump.py ~/syzf-ALARMS , I get: Source MIB repo sitories: file:///home/sbhattac, file:// ...
Read more >
How To Generate Pysnmp Mib With Different Name Using ...
I am trying to generate the custom MIB to pysnmp MIB using mibdump.py utility.I have MIB's with different names MYCUSTOMMIB EXAMPLEMIB. I implimanted...
Read more >
The mibdump tool — SNMP SMI compiler 0.1 documentation
The mibdump.py tool is a command-line frontend to the PySMI library. This tool can be used for automatic downloading and transforming SNMP MIB...
Read more >
Compiling SNMP MIB's for PySNMP - def brian(automate)
By using the mibdump.py utility that is made available to you with ... http://mibs.snmplabs.com/asn1/@mib@ Borrow missing/failed MIBs from: ...
Read more >
Solved: SNMP Modular Input: After adding custom MIBs, why
py I used "mibdump.py" tool as the one that communite suggest today. However compilation keeps failing on CISCO-LWAPP-AP-MIB.my due to Integer32 type missing....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found