Skip to content
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

Couldn't get enough nodes in the MIB file #20

Closed
MTamPham opened this issue Feb 23, 2021 · 2 comments
Closed

Couldn't get enough nodes in the MIB file #20

MTamPham opened this issue Feb 23, 2021 · 2 comments

Comments

@MTamPham
Copy link

MTamPham commented Feb 23, 2021

Hi @sleepinggenius2,

I tried to call gosmi.GetModule() on IEEE8021-TC-MIB but it didn't return me the node "ieee802dot1mibs" for some reason. It leads to some nodes in IEEE8021-Q-BRIDGE-MIB are missing too.

Could you please help me to have a look? I attached the MIB files for you to debug. Hope it would help.

Thanks in advance
Tam

mibs.zip

@sleepinggenius2
Copy link
Owner

There is apparently a side-effect with the way that the IEEE MIBs specify the OID component names explicitly. I will need to do a little more investigation to see how to resolve the issue. For the time being, replacing

::= { org ieee(111) standards-association-numbers-series-standards(2)
        lan-man-stds(802) ieee802dot1(1) 1 1 }

with

::= { ieee802dot1mibs 1 }

in IEEE8021-TC-MIB seems to resolve the issue.

@MTamPham
Copy link
Author

Hi

Thank you for your quick response. Let me try your approach and will get back to you soon.

Tam

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants