Questions tagged [snmpsharpnet]
23 questions
0
votes
1 answer
SnmpSharpNet Add User (SNMPv3)
I'm very simply trying to add a user to the device given the security name, auth key, auth protocol, priv key, and priv protocol using VB.net. At this point, NOT using VB.net is not an option.
SNMPSharpNet does not seem to have a solution for this…

Brandon Willis
- 145
- 2
- 15
0
votes
1 answer
Configure an Access point using SNMP
Currently I am developing an C# console application using .NET 4.5 to set some configuration values of the access point. This access point is in my local network. Further I am using SnmpSharpNet library to make SNMP requests. To make the SNMP…

diyath.nelaka
- 193
- 14
0
votes
1 answer
How can I respond to a SNMP monitoring system as an Agent using snmpSharpNet
I want to build an app working like a SNMP device (such as switches etc) to monitor some items using snmp monitoring apps (like solarwinds, zabbix etc)
I use SNMPsharpNet component and successfully receive Get message, But I cannot respond to…

Kian
- 13
- 6
0
votes
1 answer
Get SNMP IP list
I am having 30 computer in my network and there are five network printers
so how can i found only those five IP of network printers through SNMP...if i listing all IP
and use snmp like
//OctetString community = new OctetString(arg1);
OctetString…

Neetu Maheshwari
- 21
- 5
0
votes
1 answer
Getting Generic Errors Trying To SNMP To Cisco Switches Using SNMPSharpNET
I am trying to integrate into SNMP scanning with my application and have delved into Google to try and find examples, etc. I have thus come across the SNMPSharpNet DLL which has allowed me to start contacting devices using SNMP which is from this…

Riples
- 1,167
- 2
- 21
- 54
0
votes
1 answer
SNMPSHARPNET - GETBULK only writing last OID
I have the following code which does a get bulk on snmp v2 for a specific IP for the whole 1.3.6.1 OIDRoot. I am then writing the result to a csv file. The issue is that it is only writing the last result line rather than all the lines. I am new to…

altosify
- 47
- 2
- 7
0
votes
1 answer
Error running SNMP with snmpsharpnet
I am running into issues running SNMP get commands with the snmpsharpnet library. I am working off of an example that they provide for running a simple get, but it errors out. I have tested running this OID against the box and I am able to get a…

Ferbla
- 51
- 1
- 11
-1
votes
1 answer
In c# I am doing a development with the SNMP protocol. I am trying to get the header of a table
I get the table data, but I need to get the name of the column it belongs to as the "ireasoning mib browser" app does. When I do the "table view" operation, I get the headers. Does anyone know how I can get those headers in C#?
The library I am…

Jota
- 3
- 2