Questions tagged [sharp-snmp]

#SNMP is a set of SNMP libraries and tools for Windows and other platforms.

#SNMP is a set of SNMP libraries and tools for Windows and other platforms.

More information about them can be found at the documentation sites,

81 questions
0
votes
1 answer

Exception Raised Event Args and Messenger.GetTable

I have been asked to write some test procedures with the aim to provide feedbacks about the SharpsnmpLib.In particular i have been asked about some classes, methods and interfaces (included also constructors) and my test cases/procedures should…
0
votes
0 answers

Testing the SharpSnmpLibrary

I have to test the class Lextm.SharpSnmpLib.Pipeline.ISnmpContext with the following methods get_Binding get_CreatedTime get_Request get_Response get_Sender but not a unit test, i need a test case and i should not modify the library itself but…
0
votes
1 answer

how to get sharpsnmp device simulator discovered by SNMP managers?

I am trying to develop a device simulator to be tested against SNMP managers during development. It can already host objects and with their OIDs, I can already perform GET and SET for each object using an MIB browser, but what I am trying to find…
Carl Nathan Mier
  • 51
  • 1
  • 1
  • 7
0
votes
1 answer

Get MibModule Object or Entity from ObjectIdentifier [SharpSNMPLib]

I made a Walker requesting a network device some information. IPEndPoint receiver = new IPEndPoint(ip, 161); IList result = new List(); WalkMode mode = WalkMode.WithinSubtree; Messenger.Walk(VersionCode.V1, receiver, new…
0
votes
1 answer

how can i change the trap community in the SNMPEngine Example

I'm testing the SharpSNMP lib and playing a bit with the examples, the library is great but lacks of some documentation. my question is how can i change the community where i am listening the traps because nothing in the examples makes me sense. …
Rafael
  • 3,081
  • 6
  • 32
  • 53
-1
votes
1 answer

Using SharpSNMP with VB.NET

I am starting to create an SNMP agent using SharpSNMP and VB.NET. Could anyone let me know where I can find sample VB.NET code for this? I have seen C# code but was unable to find any VB.NET code for this. Otherwise could someone show me a basic GET…
slayernoah
  • 4,382
  • 11
  • 42
  • 73
1 2 3 4 5
6