-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mibdump.py fails on LSI-MegaRAID-SAS-MIB #37
Comments
Try adding two
The end result would be that |
I use the command: |
The original name of the file is LSI-MegaRAID-SAS-MIB.In order to distinguish them,I rename i to LSI-MegaRAID-SAS1-MIB. |
I tried it again.
|
Perhaps you are using some old pysmi version. Try this command:
BTW, here is the documentation. |
Oh!Yes!Thank you very much!It has been successfully converted!Cool! |
I also had the same problem, and |
Yes, 0.3.4 is the latest release. Are you saying that without this |
Right, without this |
Use
mibdump.py
to convert LSI-MegaRAID-SAS-MIB.At first,I use the command
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
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
It was not go, the mistake of Missing source MIBs: LSI-MegaRAID-SAS1-MIB.
The text was updated successfully, but these errors were encountered: