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 ArticleNew Post: Get Module, Object or Entity from OID
http://stackoverflow.com/questions/15433165/get-mibmodule-object-or-entity-from-objectidentifier-sharpsnmplib
View ArticleNew 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 ArticleNew Post: Using tables in an agent
Thank you, that was exactly what I needed! Mvg, Leon Dirks
View ArticleNew 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 ArticleNew 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 ArticleUpdated 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 ArticleNew 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 ArticleNew 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 ArticleNew 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 ArticleCreated 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 ArticleCommented 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 ArticleEdited 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 ArticleCommented 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 ArticleNew 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 ArticleNew 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 ArticleNew 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 ArticleNew 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 ArticleNew 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