Quantcast
Channel: C# Based Open Source SNMP Library for .NET and Mono
Browsing all 576 articles
Browse latest View live
↧

New Post: Get Module, Object or Entity from OID

Hello guys, I made a Walker requesting a network device some information.IPEndPoint receiver = new IPEndPoint(ip, 161); IList<Variable> result = new List<Variable>(); WalkMode mode =...

View Article


New Post: Get Module, Object or Entity from OID

http://stackoverflow.com/questions/15433165/get-mibmodule-object-or-entity-from-objectidentifier-sharpsnmplib

View Article


New Post: Using tables in an agent

If you carefully follow the sample objects we provided, then your work should be visible in any MIB browser. To troubleshoot, make sure you use WALK operation on the tree node. Then you can analyze the...

View Article

New Post: Using tables in an agent

Thank you, that was exactly what I needed! Mvg, Leon Dirks

View Article

New Comment on "Documentation"

Samples are probably more advanced (complex) than they need to be. I would respectfully suggest to write a couple of examples proper in the documentation of this project.

View Article


New Comment on "KB"

Would it be possible to write an article with basic usage? The examples show error handling, which is great, but some people might just need to write a simple SNMP GET code and it would be great to see...

View Article

Updated Wiki: Documentation

We only have a few words available, but if you want more discussions, you can go to our discussion board.License NoticeArticles on CodeProjectKB (Knowledge Base)SpecificationsFAQHistoryRoadmapSimilar...

View Article

Updated Wiki: Articles on CodeProject

An introduction to #SNMP

View Article


New Post: SNMP Trap Data (sending)

Hi there, i have a question regarding the isnmpdata interface when you try to send a trap. Starting point is the call of this method Messenger.SendTrapV1(new IPEndPoint(targetip, 162),...

View Article


New Post: SNMP Trap Data (sending)

Okay, i am a dumbass.. i got it myself now. I have to do it like this variables.Add(new Variable(oid,new OctetString(test))); Can be closed.. :)

View Article

New Post: SNMP Trap Data (sending)

Okay, i am a dumbass.. i got it myself now. I have to do it like this variables.Add(new Variable(oid,new OctetString(test))); Can be closed.. :)

View Article

Created Issue: Report engine time exceeds RFC max value [7253]

Hi Lex,We've had report messages returned by SecureSnmpContext.HandleDiscovery() where the EngineTime exceeds the max int value of 2147483647; so our network devices do not complete the discovery...

View Article

Commented Issue: Report engine time exceeds RFC max value [7253]

Hi Lex,We've had report messages returned by SecureSnmpContext.HandleDiscovery() where the EngineTime exceeds the max int value of 2147483647; so our network devices do not complete the discovery...

View Article


Edited Issue: Report engine time exceeds RFC max value [7253]

Hi Lex,We've had report messages returned by SecureSnmpContext.HandleDiscovery() where the EngineTime exceeds the max int value of 2147483647; so our network devices do not complete the discovery...

View Article

Commented Issue: Report engine time exceeds RFC max value [7253]

Hi Lex,We've had report messages returned by SecureSnmpContext.HandleDiscovery() where the EngineTime exceeds the max int value of 2147483647; so our network devices do not complete the discovery...

View Article


New Post: Moving module from PendingModules collection to LoadedModules...

Hello, How can I move a module from pending modules to loaded modules, when dependencies are loaded? In ReloadableObjectRegistry tried Refresh() method as well as Tree.Refresh(), which didn't give any...

View Article

New Post: Performing a walk using a .mib file

Hi I want to be able to perform a complete datadump on my SNMP unit. Using the walk sample code I have been able to dump the OID and data of each object, but I also want to present the user friendly...

View Article


New Post: Moving module from PendingModules collection to LoadedModules...

Please first use our compiler (Compiler.exe) to compile your MIB documents. It is capable to tell which dependency is missing.http://sharpsnmplib.codeplex.com/discussions/71560 Only when you provide...

View Article

New Post: Performing a walk using a .mib file

A sinlge MIB document is not enough. You also need to find all dependencies. Then you can compile those documents to .module files with our compiler (Compiler.exe). The .module files can be used to...

View Article

New Post: Wrong response sequence, and receiving what appears to be...

Hello everyone. This issue appears to be similar to the one described by: http://sharpsnmplib.codeplex.com/discussions/250704 but I think it's a bit different. Using the SharpSnmpLib v7.0.10213.18, we...

View Article
Browsing all 576 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>