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?
Asked
Active
Viewed 290 times
-5
-
2Please share your code and error if any. Please check this link - http://stackoverflow.com/help/how-to-ask – Dinesh Pundkar Aug 26 '16 at 06:58
-
2Find a book about SNMP and it would help you get rid of the illusion. – Lex Li Aug 26 '16 at 07:26
1 Answers
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