Re: [snmpsim-users] Trap/Inform Receiver?
Brought to you by:
elie
|
From: Forman, A. <And...@Te...> - 2013-09-20 15:48:36
|
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 |