-
Notifications
You must be signed in to change notification settings - Fork 37
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
Unable to get OID for some nodes #34
Comments
Going up the OID tree for those notifications, I see that application is being imported from the COMVERSE-SNMP-OPEN-INTERFACE module. You will need to either explicitly load that module or make sure that a file with that name and optional .my, .mib, .mi2, or .txt extension is available in your search path. |
Yeah, that’s the other file. But would the nodes and names be able to be loaded if the other one isn’t? |
I only see where you're loading the one file and the name of the other file doesn't match the module name, so it won't be autoloaded. In the current library version, you would get exactly what you're seeing if an import cannot be satisfied. Starting in the next release, building the module will return an error in that case. |
Would be nice indeed if the methods return meaningful errors. Sadly it just prints to log or even stdout in some cases.. But thanks for the pointers, I will have a look.. |
Closing as the OID gets filled when loading the other MIB first.. |
Given the following files comverse-comone-mib.my and comverse-textual-notation.my
When doing
I'm getting this result:
It's strange gosmi is able to find the nodes, but doesn't have the associated OID with them..
The text was updated successfully, but these errors were encountered: