sharpsnmplib
                                
                                 sharpsnmplib copied to clipboard
                                
                                    sharpsnmplib copied to clipboard
                            
                            
                            
                        Sharp SNMP Library- Open Source SNMP for .NET and Mono
ToErrorCode() should not throw exceptions as the method is invoked by error message display and ToString() methods. Also, as the ErrorCode field of a SNMP packet is read/parsed by this...
Here is my function in the code below and also the exception message. I basically want to do a walk operation on a snmp device. My problem is when I...
GetTable method has remarks that it support v2c and v3 versions, but at the beggining of the method its throws NotSupportedException for v3 version, isnt it bug?
Hello, I'm using SharpSNMP version 9.0.1 and I have the following exception throw by the library. Exception : System.Net.Sockets.SocketException :: A message sent on a datagram socket was larger than...
I´m trying to use DiscoverAsync method but I´m having some troubles. This is my code: ``` private void button1_Click(object sender, EventArgs e) { asyncMethod(); } private async void asyncMethod() {...
3430 is a draft and does not receive wide support from vendors (Microsoft Windows does not support this). We don't plan to support this RFC in the near future. **Original...
In V3, to connect to some devices, we need to initialize the scope contextName from the discovery
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...