Closed Issue: SNMPV3 credential for set and get operation [7251]
How to pass SNMPV3 credential for set and get operation?
View ArticleUpdated Wiki: KB
Here are a list of useful articles,KB 600001 How to use #SNMP command line toolsKB 600002 Built-in community names and users for #SNMP AgentKB 600003 How to use #SNMP MIB BrowserKB 600004 How to use...
View ArticleUpdated Wiki: 600014
KB 600014 Errors on Antlr3.targetsSummary This article describes how to resolve the compilation error caused by an ANTLR bug.Symptoms When you download the source code and follow KB 600005, 600006, and...
View ArticleNew Post: Antlr3.targets(123,5): error AC1000: Unknown build error
Thanks. This has been recorded as a new KB article, http://sharpsnmplib.codeplex.com/wikipage?title=600014
View ArticleUpdated Wiki: Home
Project Description#SNMP (SharpSNMP) Suite is a set of free SNMP tools based on an open source library for developers who target Microsoft .NET/Xamarin Mono platforms. It's developed in C# and can be...
View ArticleNew Post: Data: NoSuchInstance
Hi! I am trying to get .iso.org.dod.internet.mgmt.mib-2.system.sysName.0 value from a device using the library. The value is supported by the device for sure, since can be retrieved with third party...
View ArticleNew Post: Data: NoSuchInstance
Whooo.... I was somehow misinterpreting the MIB. It is working with ".1.3.6.1.2.1.1.6.0" - even if it is not a table, it is indexed.
View ArticleNew Post: Using tables in an agent
Hello everybody, I have been trying to implement an SNMP Agent. We have a server keeping tabs on some other assets and reporting it via webservices. However we now want to add SNMP to it. Using the...
View ArticleNew Post: Async SnmpV3
Looking over the samples I am assuming projects SnmpSendTrap SnmpTrapD deal with asynchronous communication and these examples only have versions for SnmpV1 and SnmpV2 does sharpsnmplib not support...
View ArticleNew Post: Async SnmpV3
Async support is mentioned in http://sharpsnmplib.codeplex.com/wikipage?title=600009&referringTitle=KB SNMP v3 requires you to use ISnmpMessage derived classes directly, which was mentioned in...
View ArticleNew Post: SNMP Trap V2
Hi Friends, I want to Receive Trap V2,i use the snmptrapd Code but this code not work, Please Send the Simple Code For handle SNMP Trap V2. Thanks....
View ArticleNew Post: SNMP Trap V2
Hi, It sounds like that you are still using an old release of #SNMP. The latest snmptrapd sample has been heavily changed. Now the SNMP engine is built by Microsoft Unity based on configuration in...
View ArticleNew Post: Receiving Traps from other communities?
Hi I have got the sample code to work in C#, but i need to receive traps from a community other than "public". How do I configure this? I can't seem to find anything in the snmptrapd example that sets...
View ArticleNew Post: Receiving Traps from other communities?
Hi Jesper, You will have to configure a IMembershipProvider derived instance to serve as the authentication provider. The sample uses the built-in one...
View ArticleCreated Issue: Do you support AES privacy algorithm for SNMPV3 ? [7252]
In general SNMPv3 uses two algorithm for privacy i.e. DES and AES. Currently we are using sharpSnmpLib version 1.0.1. It doesnt have support for AES so we just want to know your plan for the same.
View ArticleNew Post: Receiving Traps from other communities?
Thanks you. That solved my problem :)
View ArticleCommented Issue: Do you support AES privacy algorithm for SNMPV3 ? [7252]
In general SNMPv3 uses two algorithm for privacy i.e. DES and AES. Currently we are using sharpSnmpLib version 1.0.1. It doesnt have support for AES so we just want to know your plan for the...
View ArticleClosed Issue: Do you support AES privacy algorithm for SNMPV3 ? [7252]
In general SNMPv3 uses two algorithm for privacy i.e. DES and AES. Currently we are using sharpSnmpLib version 1.0.1. It doesnt have support for AES so we just want to know your plan for the same.
View ArticleNew Post: Network Discovering and Get Devices Information
I am new to SNMP and need to develop a Windows Service that will make the discovery of devices (SNMP) for all network and then need to get the information from discovered devices. The discovery of...
View ArticleNew Post: Network Discovering and Get Devices Information
That's something out of the scope of any SNMP library. You might try to post such questions to StackOverflow.com or another site to gain recommendations from the field experts. Regards, Lex
View Article