[Pysnmp-dev] Receiving Traps Question
Brought to you by:
elie
From: Tom P. <pus...@ba...> - 2009-05-15 22:31:01
|
First let me say thanks for pysnmp. Its quite nice. And thanks to Filippo for the twisted dispatcher. Thats working great for me. Is that going to get committed into CVS soon? I've been hacking on examples/v3arch/manager/ntfrcv.py and it works fine. I need to receive v1/v2/v3 traps from many sources in the same network so its not possible to determine who the trap is from by authentication info. Is there an API through which I can determine who sent the trap in cbFun()? Once I get the trap, I need to query the device. Thanks, Tom |