[Twisted-Python] State of snmp

Hello, What is the current recommended (or most popular) way of using SNMP with Twisted? I have tried TwistedSNMP, but it seems to only work with an old version of pysnmp that I can't find -- the TwistedSNMP website says pysnmp version 3.x, but pysnmp's website says the latest version is 2.x. I saw that there is a package in Ubuntu called python-pynetsnmp which contains bindings for netsnmp and somehow integrates it into twisted, but I cannot find this outside of Ubuntu's packages (I don't use Ubuntu) . The pynetsnmp website on sourceforge has no files to download, so I don't think that is source for the package. Thanks, Landreville

On Wed, Sep 22, 2010 at 12:48 PM, Ilya Etingof <ilya@glas.net> wrote:
pysnmp works well. Here is the page with the example for working with Twisted in PySNMP http://pysnmp.sourceforge.net/examples/4.x/v3arch/twisted/manager/getgen.htm... If you are using version 1 or 2 you have to change the addTargetParams call to: config.addTargetParams(snmpEngine, 'myParams', 'test-agent', 'noAuthNoPriv', 1)

On Wed, Sep 22, 2010 at 12:48 PM, Ilya Etingof <ilya@glas.net> wrote:
pysnmp works well. Here is the page with the example for working with Twisted in PySNMP http://pysnmp.sourceforge.net/examples/4.x/v3arch/twisted/manager/getgen.htm... If you are using version 1 or 2 you have to change the addTargetParams call to: config.addTargetParams(snmpEngine, 'myParams', 'test-agent', 'noAuthNoPriv', 1)
participants (2)
-
Ilya Etingof
-
Landreville