Question

We have network management system under linux, C/C++, perl and we need to test performance of this system. Is there a tool or way that would allow us to emulate 50 000 SNMP devices?

I don't know what more to say here... Please let me know if I should provide more information.

Any idea is appreciated.

Thank you Bogdan

Was it helpful?

Solution 3

Thank you for your answers. Here's the way we solve this problem right now:

  1. We have a linux VM up with 1 interface (eth0).
  2. We add 50'000 virtual interfaces (eth0:1, eth0:2 etc).
  3. An SNMP daemon is up and replies on requests through all the ip addresses.

This way we have 50K IP adresses in the network that reply to SNMP requests.

Though, I'm investigating Raddle. Maybe if it suits we'll switch to this solution.

Thanks, Bogdan

OTHER TIPS

There are a few tools out there that will let you do that, however what I've seen is usually commercial software.

You can try Raddle - it is open-source, written in Perl and based on honeyd, which should be able to emulate up to 65536 hosts.

If the devices are sending traps, you could use Net-SNMP's snmptrap to simulate the effects of that many traps being sent.

The snmpsim tool reportedly can sustain the simulation of ~50K agents. It can simulate different agents by responding at different IPs or to distinct SNMPv1/v2c community names or SNMPv3 context names.

There are also the hints on performance optimization.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top