lextudio / sharpsnmplib

Sharp SNMP Library- Open Source SNMP for .NET
https://sharpsnmp.com
MIT License
356 stars 152 forks source link

load mib and find oid #515

Closed lextudio-support closed 4 hours ago

lextudio-support commented 4 hours ago

Hi

Can anyone help me with some sample code in vb that can show me how to load my mib files and try find an oid definition as an example.

am i correct by asuming that ones you compile a mib that it is loaded or do you have to compile the mib than import it and only than can you find the OID to see what the description is.

basicly all i want to do is find out what this OID means as an example : 1.3.6.1.2.1.2.2.1.1

thanks

Original Reported Date: 2010-05-04T09:22:02.263-07:00 Original CodePlex Discussion Thread ID: 211538

lextudio-support commented 4 hours ago

Copied from CodePlex without authors:

I would really appreciate that too.. unfortunately I found no example of how to load a MIB file and search for an OID.

Original Posted Date: 2010-05-09T09:17:43.27-07:00

lextudio-support commented 4 hours ago

Copied from CodePlex without authors:

PLEASE :)

Original Posted Date: 2010-05-09T09:30:41.737-07:00

lextudio-support commented 4 hours ago

Copied from CodePlex without authors:

I plan to do some samples (C# and VB.NET) this weekend to fill in the gap. So if you can wait, check them out next Monday.

Regards,

Lex

Original Posted Date: 2010-05-09T21:54:19.09-07:00

lextudio-support commented 4 hours ago

Copied from CodePlex without authors:

That would be really great. I'm looking forward to diving into it.

Original Posted Date: 2010-05-10T03:50:30.083-07:00

lextudio-support commented 4 hours ago

Copied from CodePlex without authors:

hi there

Has any one had a chance to create this sample to load mib and find out oid in mib file

thanks

Original Posted Date: 2010-05-21T22:10:33.303-07:00

lextudio-support commented 4 hours ago

Copied from CodePlex without authors:

The latest source has some examples for walking which returns OIDs. Also there is the source code for the compiler and browser which will demonstrate the use of this library.

Also look for Compiling or Loading MIB files in these discussions. [Example of an Example](http://sharpsnmplib.codeplex.com/Thread/View.aspx?ThreadId=79530 "Example of an Example") but mostly just look at the DefaultObjectRegistry.cs file it has some methods for loading a directory and for loading a file.

Hope this helps a bit.

Original Posted Date: 2010-05-22T01:47:35.123-07:00

lextudio-support commented 4 hours ago

Marked as Answer Date: 2013-10-06T20:49:09.46-07:00