New Post: How do I get a list of MAC addresses per VLAN in SNMP V3
https://sharpsnmplib.codeplex.com/wikipage?title=600008&referringTitle=KB You might start from KB600008
View ArticleNew Post: varbind list construction
I am trying to construct a varbind list for testing that looks something like:'.1.3.6.1.4.1.8072.9999.9999.1.1 STRING "some text"''.1.3.6.1.4.1.8072.9999.9999.1.2 STRING "some text"'...
View ArticleCommented 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 ArticleClosed 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: varbind list construction
http://vwiki.co.uk/SNMP_and_PowerShell You can do that in PowerShell if you follow this page.
View ArticleNew Post: "Wrong response sequence" OperationException
It has been reported a while ago but I could not reproduce it locally. Can you try to capture some network packets? https://sharpsnmplib.codeplex.com/wikipage?title=600008&referringTitle=KB In...
View ArticleNew Post: varbind list construction
Hi Lex, Thanks for the quick reply. I did stumble on that page, however I am not familiar with C# so it wasn't obvious to me how to add the specific entry to the list. After I create the Variable list,...
View ArticleNew Post: varbind list construction
If we start from the sample code on that page, you can see how to construct the simplest variable binding via # Create OID variable list $vList = New-GenericObject System.Collections.Generic.List...
View ArticleCommented 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 ArticleCommented Issue: SNMPv3 message encryption and decryption performance Issue....
The PasswordToKey method in the IAuthenticationProvider implementation classes is called each time when a SNMPv3 message is encrypted or decrypted. All it does is to translate the password and engine...
View ArticleCreated Release: LordGate (9.0)
This release is going to include the following changes,API changes to match SharpSnmpPro.Mib.Full upgrade to .NET 4+. .NET 3.5 support expires.SNMP v3 performance improvement.
View ArticleEdited Issue: SNMPv3 message encryption and decryption performance Issue. [7248]
The PasswordToKey method in the IAuthenticationProvider implementation classes is called each time when a SNMPv3 message is encrypted or decrypted. All it does is to translate the password and engine...
View ArticleClosed Issue: SNMPv3 message encryption and decryption performance Issue. [7248]
The PasswordToKey method in the IAuthenticationProvider implementation classes is called each time when a SNMPv3 message is encrypted or decrypted. All it does is to translate the password and engine...
View ArticleReleased: TritonMate (8.0) (Apr 07, 2013)
News: Want an enhanced SharpSnmpLib.Mib? Try SharpSnmpPro.MibWork item 7239 Bug in SecureSnmpContext.HandleMembership method is closed.Work item 7240 System.ArgumentException truncation error for...
View ArticleUpdated Release: TritonMate (8.0) (Apr 07, 2013)
News: Want an enhanced SharpSnmpLib.Mib? Try SharpSnmpPro.MibWork item 7239 Bug in SecureSnmpContext.HandleMembership method is closed.Work item 7240 System.ArgumentException truncation error for...
View ArticleNew Post: #SNMP Get Operation - Not working
Hi, I am trying to use the SNMP API you provided for a simple GET operation, as follows: var result = Messenger.Get(VersionCode.V2, new IPEndPoint(IPAddress.Parse("10.23.186.186"), 161), new...
View ArticleNew Post: #SNMP Get Operation - Not working
If the device does not respond to SNMP v2 GET message, you would not get anything. You might follow the below article to do some troubleshooting.https://sharpsnmplib.codeplex.com/wikipage?title=600008...
View ArticleUpdated Wiki: Agent Development
When you open snmpd.csproj in Visual Studio (or another IDE), you should first check what are its references.Dependencies There are several references you should pay attention to,SharpSnmpLib*.dll are...
View Article