[36573] in North American Network Operators' Group
Re: Router Servers in a lab
daemon@ATHENA.MIT.EDU (Barrie Jones)
Tue Apr 10 22:28:41 2001
Message-ID: <3AD3B658.904546A@digisle.net>
Date: Tue, 10 Apr 2001 18:41:44 -0700
From: Barrie Jones <bjones@digisle.net>
MIME-Version: 1.0
To: mike harrison <meuon@highertech.net>
Cc: Perry Jannette <perry.jannette@usa.net>, Nanog1 <nanog@merit.edu>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Errors-To: owner-nanog-outgoing@merit.edu
I have never tried this, but I forwarded your mail to my coworker who has,
and here is what he had to say:
----------
interesting... i did try zebra but couldn't find a way to have it load
saved routes, only dump them.
i like mrtd better anyway, since it has the bgpsim tool. it allows you
to withdraw and announce routes to simulate flapping. has frequency,
jitter, all that fun stuff.
---------
(see www.mrtd.net)
mike harrison wrote:
> > route tables and save them to a file. Then have something, possibly a
> > route server, import this file and inject these routes into my lab
> > network. Any ideas/suggestions? Is this possible without having a
> > live BGP feed into my lab network?
>
> This would be easy to do with Zebra and a unix boxen.
> Zebra is a BGP routing deamon similiar in function to GateD.
> Fairly easy to setup (ie: uses cisco-ish commands),
> and a few lines of perl with a dump or log dump
> could easily recreate the world as you want it.
> see: www.zebra.org