0

I can't figure out how to parse mib files with sharpsnmp, could someone point me to a resource?

Vajura
  • 1,112
  • 7
  • 16

1 Answers1

0

The official way of doing so is via SharpSnmpPro.Mib, which is a commercial product,

https://sharpsnmplib.codeplex.com/wikipage?title=SharpSnmpPro.Mib

Lex Li
  • 60,503
  • 9
  • 116
  • 147
  • hm this still doesnt help me i mean in the situation that i have a mib file and i want to open it in a form that i can extract the data from it how do i do it with sharpsnmp. Also the code gives me missing namespaces for ErrorRegistry and registry.Tree doesnt contain Collector – Vajura Jul 14 '14 at 12:49
  • SharpSnmpPro.Mib is different from SharpSnmpLib.Mib, so "missing namespace" is expected. – Lex Li Jul 15 '14 at 03:03