New Post: OID Description
Thanks Lex. I can get the description and the property. Thanks for help me. BR, snowmoun
View ArticleNew Post: SnmpEngine close session when exting from method.
Don't use using unless you fully understand what it is.
View ArticleUpdated Wiki: 600006
KB 600006 How to compile source code on openSUSESummary This article describes how to compile #SNMP on openSUSE.Due to an xbuild bug, https://bugzilla.xamarin.com/show_bug.cgi?id=3055, #SNMP 7.5 cannot...
View ArticleUpdated Wiki: 600007
KB 600007 How to compile source code on Ubuntu 10.10Summary This article describes how to compile source code on Ubuntu 10.10.Due to an xbuild bug, https://bugzilla.xamarin.com/show_bug.cgi?id=3055,...
View ArticleNew Post: Compiling current build for .NET 3.5 SP1
Just updated the KB articles. You are now recommended to download the source code from [url:https://github.com/lextm/sharpsnmplib/releases]. The master branch in repository has already been cleaned up...
View ArticleNew Post: Compiling current build for .NET 3.5 SP1
Thanks for the answer.. I can understand the decision.
View ArticleNew Post: Convert OctetString to Readable Decimal Value
Hi, I am struggling to convert an OctetString Value to readable decimal value. For example, I receive (Raw Value [OctetString]: HEX: 00 80 00 00 ) over SNMP using SharpSnmpLib and don't know how to...
View ArticleNew Post: Convert OctetString to Readable Decimal Value
Hi, The value itself is impossible to convert from the raw bytes to the value you want. The MIB Browser tool you use, can only do the conversion when it loads the corresponding MIB documents. #SNMP Pro...
View ArticleNew Post: Receive traps from several agents
Hi. We are working on a project where we're going to receive traps from 3000 snmp agents. Does that mean we will have to instantiate 3000 instances of the SnmpEngine? ( To be able to handle all the...
View ArticleNew Post: Receive traps from several agents
https://sharpsnmplib.codeplex.com/discussions/436297 Start from snmptrapd and you only need to change membership provider to accept traps from those agents.
View ArticleNew Post: Discovery with multiple network cards
Discoverer.Descover() does not specify the Network Interface where the broadcast is sent, so the OS will probably just pick one. I propose that you add a new Parameter where the local endpoint can be...
View ArticleNew Post: Receive traps from several agents
The challenge we are facing is how to handle time synchonization data for SNMPv3 for all agents. Seems like the library expect all agents to start up at time 0 (at the same time as the trap receiver is...
View ArticleNew Post: Receive traps from several agents
Hi,deripsni:i face the same problem in v3 trap! when i look through the source code, i think we must instantiate 3000 instances of "SnmpEngine and engineGroups" but the Listener UserRegistry,...
View ArticleNew Post: Receive traps from several agents
Btw, how to handle traps from different agent with same username but diff auth/priv password? this version of "sharpsnmplib" only use "user name" as the key of usm, And it is not thread safe, so it...
View ArticleCreated Unassigned: Unable to get Value with "bits" data type [7261]
Hey,i am currently trying to get an value of an OID from the Intel Modular Server MIB.1.3.6.1.4.1.343.2.19.1.2.10.207.1.1.23.1Its an OID from the table .1.3.6.1.4.1.343.2.19.1.2.10.207.1Its an BITS...
View ArticleEdited Unassigned: Unable to get Value with "bits" data type [7261]
Hey,i am currently trying to get an value of an OID from the Intel Modular Server MIB.1.3.6.1.4.1.343.2.19.1.2.10.207.1.1.23.1Its an OID from the table .1.3.6.1.4.1.343.2.19.1.2.10.207.1Its an BITS...
View ArticleEdited Unassigned: Unable to get Value with "bits" data type [7261]
Hey,i am currently trying to get an value of an OID from the Intel Modular Server MIB.1.3.6.1.4.1.343.2.19.1.2.10.207.1.1.23.1Its an OID from the table .1.3.6.1.4.1.343.2.19.1.2.10.207.1Its an BITS...
View ArticleNew Post: Receive traps from several agents
deripsni wrote: The challenge we are facing is how to handle time synchonization data for SNMPv3 for all agents. Seems like the library expect all agents to start up at time 0 (at the same time as the...
View ArticleNew Post: Receive traps from several agents
samlin wrote: Btw, how to handle traps from different agent with same username but diff auth/priv password? this version of "sharpsnmplib" only use "user name" as the key of usm, And it is not thread...
View Article