Re: [snmpsim-users] Trap/Inform Receiver?
Brought to you by:
elie
|
From: Ilya E. <il...@gl...> - 2013-09-20 15:58:23
|
Strictly speaking, snmpsim does not include NotificationReceiver application. But snmpsim already implements some general housekeeping stuff like configuring SNMP engine from command line, SQL backend, process execution... As I understand, what you need is a standalone app that would listen and log (?) incoming notifications possibly coming from snmpsim. Is that correct? Anything beyond that? I'm asking as I'm planning to build a pysnmp-based notification receiver for a long time. But I was not sure what it should be doing with received messages besides simple logging (like Net-SNMP's snmptrapd does). -ilya On 09/20/13 19:48, Forman, Andrew wrote: > > Yes, I need to simulate both agents and managers for this project, as > I've MIBs that include both aspects. > > I can code up trap/inform receivers in straight pysnmp, but so much of > what I'd need to do is a duplicate what snmpsimd does, I was hoping > someone else had done something similar and could save me a bunch of > coding =). > > Thanks, > > Andrew > > *From:*Ilya Etingof [mailto:il...@gl...] > *Sent:* Friday, September 20, 2013 10:23 AM > *To:* Forman, Andrew > *Cc:* snm...@li... > *Subject:* Re: [snmpsim-users] Trap/Inform Receiver? > > Hi Andrew, > > If you are simulating Agents, then your simulator should *produce* > traps, not consume them, right? You management station should be able > to receive traps. At least that looks like the most conventional setup > to me. > > So, please, clarify what is your task? > > -ilya > > On 09/20/13 19:11, Forman, Andrew wrote: > > Has anyone put together a Trap/Inform receiver module for SNMPSim? > > I've my pysnmp MIBs set up, but to fully simulate I need a way to > receive trap/informs coming in. > > Thanks, > > Andrew > |