Re: [snmpsim-users] SNMP Trap while simulating agent?
Brought to you by:
elie
|
From: Ilya E. <il...@gl...> - 2013-05-22 11:40:41
|
Hi Benjamin, The question is *when* do you need snmpsim sending TRAP? As of now, snmpsim can send pre-configured TRAP/INFORM messages to pre-configured destination once it receives a GET/SET request from a Manager. So you could query snmpsim (by some other means, like snmpget tool) to trigger snmpsim sending TRAP. Will that work for you? Here's the instruction: http://snmpsim.sourceforge.net/simulation-with-variation-modules.html#notification Let me know in case of any issues. -ilya On 05/22/13 15:33, eis...@we... wrote: > Hi there :), > > i need to simulate a device which sends a snmp trap for example the cold start trap to a specific ip address. > Is there any posibility that the snmp simulator sends out a trap when generating a device? > > my problem is that i am running a network software which need to get traps from the agent to be recognized. > > > so here is the setup i need: > > localhost is running the simulated agent on port 1161. > > simulated agent sents out a cold start trap to on the localhost running network software on port 11146 > > network software recognizes the agent with the trap and adds the device to the network plan. > > > is it possible to do this with the software? > if not do you have any solutions for this :)? > > regards > benjamin > |