0

I want to build an application using snmp for searching my LAN and exploring the devices which have shared some resources. I need some assistance to start with it, I have trying to do the same using net-snmp, but still no success.

Ankur
  • 81
  • 1
  • 2
  • 4

1 Answers1

0

SNMP is on UDP, so you can simply do a broadcast.

It is quite normal that net-snmp times out in such cases, as no SNMP agent would like to respond to you or no SNMP agent is there in the same LAN.

Lex Li
  • 60,503
  • 9
  • 116
  • 147