On Oct 28, 2005, at 9:20 AM, pywrote:
From what I have seen Python does not come with an snmp module builtin, can anyone suggest some other SNMP module (preferably one you have
used/experienced)..I have googled and seen yapsnmp and pysnmp (which
seem to be the two most active SNMP modules).
Without a doubt, use pysnmp. The newest version is being paid for by the Python Software Foundation, and it includes support for SNMPv3. The documentation might be lacking though.
yapsnmp, IIRC, is just a wrapper around the net-snmp libraries, while pysnmp is a pure Python implementation. yapsnmp does come with a MIB parser though, not sure if pysnmp has one working yet.
Jay P.
-- http://mail.python.org/mailman/listinfo/python-list