Re: [Pysnmp-dev] Receiving Traps Question
Brought to you by:
elie
From: Tom P. <pus...@ba...> - 2009-05-22 15:52:58
|
That looks like exactly what I need. Thanks! Tom On May 22, 2009, at 3:07 AM, Ilya Etingof wrote: > > I've modified pysnmp CVS code to allow NotificationReceiver and > CommandResponder apps browsing request details, particularily > transport information. > > See examples/v3arch/manager/ntfrcv.py for more information. > > Please, let me know if this change meets your needs. > > -ilya > >> As for Notification Originators identification - I'm trying to >> figure out >> how it's supported to be done within the SNMPv3 standard. So far my >> impression is that you have to use peer's contextEngineId/ >> contextName, >> as comes with Notification, then lookup Manager's LCD for >> corresponding >> transport information. >> >> Although I'm still not sure how this mechanism should work in >> SNMPv1/v2c >> compatibility mode. If you have any ideas on the subject, please, >> let me >> know. Meanwhile, I'm trying to figure that out. |