From owner-freebsd-net@FreeBSD.ORG Fri Apr 18 13:07:09 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DEB1F1065672 for ; Fri, 18 Apr 2008 13:07:09 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id B0E348FC0C for ; Fri, 18 Apr 2008 13:07:09 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 5FC4E10073D; Fri, 18 Apr 2008 09:07:09 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 18 Apr 2008 09:07:09 -0400 X-Sasl-enc: sylQ3va7hFvXn6JHY3aq2RLXWEjbg30+iz9aNuG7iDh5 1208524029 Received: from empiric.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id C9A0927CE7; Fri, 18 Apr 2008 09:07:08 -0400 (EDT) Message-ID: <48089CFB.5080105@FreeBSD.org> Date: Fri, 18 Apr 2008 14:07:07 +0100 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.12 (X11/20080405) MIME-Version: 1.0 To: Ingo Flaschberger References: <200804181249.16364.pierre-gilles@netaktiv.com> In-Reply-To: X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org, Pierre-Gilles Mialon Subject: Re: Looking for a bgp stressing tool X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2008 13:07:09 -0000 Ingo Flaschberger wrote: >> >> So we are looking for a tool that inject and verify packet with faked >> IPs. We want to generate fake traffic between A-B A-C B-C in both >> directions. >> The aim is to evaluate the routing capacity of openbgpd/freebsd. >> >> We currently didn't find any tool that fit our needs. Do you have any >> suggestion ? > > sbgp > > you can script this bgp listener/sender. > > is hard to find, as it was in the mrtd router package, which is "dead" > now. > http://www.filewatcher.com/m/mrtd-2.2.2a.tgz.871976.0.0.html The regression test framework in XORP is driven by a set of Python scripts, I believe it is fully scriptable. It might also be worthwhile adding BGP message support to PCS: http://pcs.sourceforge.net/ I have a lot of patches to go into PCS, gnn@ is pretty busy right now. cheers BMS