[36654] in North American Network Operators' Group

home help back first fref pref prev next nref lref last post

RE: Router Servers in a lab

daemon@ATHENA.MIT.EDU (Yosi Yarchi)
Thu Apr 12 13:39:39 2001

Message-ID: <2B15221907365C468941FDFC02C8776940B844@EXCHANGE.kerenix.com>
From: Yosi Yarchi <Yosi_Yarchi@KereniX.com>
To: 'mike harrison' <meuon@highertech.net>,
	Barrie Jones <bjones@digisle.net>
Cc: Perry Jannette <perry.jannette@usa.net>, Nanog1 <nanog@merit.edu>
Date: Thu, 12 Apr 2001 20:35:55 +0300
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Errors-To: owner-nanog-outgoing@merit.edu


Hi

I'm using mrtd for this purpose exactly. To begin with, I wrote small PERL
script (route_stoa.pl) which takes "show ip bgp" output of cisco router
(default free, found in the internet) and convert it to mrtd ASCII format.
Then I patched the route_atob (route_atob.c) of mrtd package to read this
file. I used sbgp to inject the full table into my router. Assuming that the
"show ip bgp" dump file is ASproc.pl (this is actually the name I found it),
the command should be (after trimming ASproc so only pure table exist):

gunzip --stdout ASproc.pl | route_stoa.pl -i stdin -o stdout | route_atob -i
stdin -o stdout | sbgp -i stdin .... 

Good luck

Best Regards,
Yosi Yarchi

KereniX                           	    Data-Aware Optical NetworksTM
----------------------------------------------------------------------------
------
Yosi Yarchi 		http://www.kerenix.com     
Phone: +972-3-9050783	Mobile: 972-58-512783
Fax:  +972-3-9347720	
mailto:yosi_yarchi@kerenix.com 
> 70 Pinsker St., Petach-Tikva 49221 ISRAEL
----------------------------------------------------------------------------
------



> -----Original Message-----
> From: mike harrison [mailto:meuon@highertech.net]
> Sent: Wed, April 11, 2001 6:27 AM
> To: Barrie Jones
> Cc: Perry Jannette; Nanog1
> Subject: Re: Router Servers in a lab
> 
> 
> 
> > 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)
> 
> Downloading.... :)  --Thanks
> 
> 


home help back first fref pref prev next nref lref last post