Questions tagged [snmpsharpnet]

20 questions
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…
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,105
  • 1
  • 16
  • 50
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
  • 6
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
  • 10
1
2