New Post: How do I get a list of MAC addresses per VLAN in SNMP V3
Hi, I downloaded sharpsnmplib, and I want to get all mac addresses connected to a Cisco switch. the problem is that doing snmpwalk on OID 1.3.6.1.2.1.17.4.3.1.1 returns empty data. So I need to do...
View ArticleNew 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 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 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 ArticleNew Post: Testing the SharpsnmpLib and using traps
Dear Lextm, My company has used the SharpsnmpLib for a project and we need to provide a document containing test cases and test procedures related to the SharpsnmpLib.I did not partecipe to the project...
View ArticleNew Post: Testing the SharpsnmpLib and using traps
1) In most cases, the answer is No. Microsoft ships MIB documents in Windows if you enable SNMP service. But to fully understand what is MIB, you need to go and buy an SNMP book. 2) To test traps, run...
View ArticleNew Post: TextualConventionMacro.Syntax == null
The missing feature has been implemented, but in a commercial edition,https://sharpsnmplib.codeplex.com/wikipage?title=Pro%20Edition
View ArticleNew Post: Assembler very slow
The assembler can be made faster, but this has been implemented only in Pro Edition,https://sharpsnmplib.codeplex.com/wikipage?title=Pro%20Edition
View ArticleNew Post: Wrong convertion of "hrSystemDate.0"
This has been resolved in Pro Edition,http://www.lextm.com/2013/08/snmp-pro-dateandtime-syntax-support/
View ArticleNew Post: How to send trap with parameter?
Hello, I'm using SendTrapV2 method but how can I send parameter? Shall I use Variablie list class for it?
View ArticleNew Post: How to send trap with parameter?
The discussion board is going to be shut down by March 31 2014. New posts won't be monitored and answered. If you have any question about #SNMP, please go to StackOverflow and use sharp-snmp tag.
View ArticleNew Post: Testing the SharpsnmpLib and using traps
Thank you Lex for your support.I have another question . I have to test the class Lextm.SharpSnmpLib.Pipeline.ISnmpContext with the following methods get_Binding get_CreatedTime get_Request...
View ArticleNew Post: How to diffrentiate Device type in snmp
hi, first thanks for this awesome library, I am using Get method for retrieving device information. i found below concept from internet : - Switch :- If the device is a Switch, it should respond for...
View ArticleNew Post: How to diffrentiate Device type in snmp
The discussion board is going to be shut down by March 31 2014. New posts won't be monitored and answered. If you have any question about #SNMP, please go to StackOverflow and use sharp-snmp tag.
View Article