Thanks for the reply Peter - but I probably wasnt clear enough. I want my
linux box to "pretend" to be multiple other actual systems - cisco routers,
microsoft web servers etc from the SNMP management point of view. Not just
have multiple address on one NIC.
So -- I take "mib walks" of (say) 30 cisco routers and switches plus some
web servers - etc while in the "lab" at work (using the UCD snmp toolkit)
and put them on the linux laptop. Then take the laptop home and run an
application (which is what I am hoping to find) that acts as a set of
"simulated" SNMP agents (one for each "walked" lab device) which respond
exactly as they were those devices, using the data in the mib walks. This
would allow me to develop SNMP management software while working at home
where I dont have a "real" (in terms of scope and number of devices) network
to play with since the laptop at home would appear to an SNMP manager as if
it was a similated copy of the network in the lab.
What I am after is something like the closed-source "Mimic" by Gambit
(
http://www.gambitcomm.com/site/mainindex.html) - but open source. In short:
a network simulator.
Thanks
Karl
"P.T. Breuer" <(E-Mail Removed)> wrote in message
news:dqej22-(E-Mail Removed)...
> Karl Lowth <(E-Mail Removed)> wrote:
> > Does anyone know of an open-source (ideally: Linux) software that
performs
> > functions similar to "Mimic" - in other words, able to simulate multiple
> > networking "boxes" (routers, switches etc) on a single platform to allow
> > development and/or testing of network managment applications against a
> > "pseudo-network" of devices.
>
> That's what your own machine does. You can add as many IP aliases as you
> like to it.
>
> If you want to run complete virtual operating systems within your system,
> run some user-mode linux instances on it.
>
> Peter