-5

I am now currently working with SNMP. The package I used is pysnmp but I do not know how to implement snmp in python. The problem is, given an ip address, it should give the details of that device using snmp. Could anyone suggest me how to do it?

Dinesh Pundkar
  • 4,160
  • 1
  • 23
  • 37
spooky
  • 5
  • 2

1 Answers1

0

If I was in your shoes, I'd read briefly on the subject e.g. how SNMP is designed and how it is typically used. Then I'd try to use ready-made code snippets in hope that they fulfill your immediate need.

Once you progress in getting better understanding of the technology and being able asking more concrete questions, SO community might welcome you! ;-)

Ilya Etingof
  • 5,440
  • 1
  • 17
  • 21