From owner-freebsd-questions@FreeBSD.ORG Wed Aug 9 15:51:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 445FC16A4DD for ; Wed, 9 Aug 2006 15:51:42 +0000 (UTC) (envelope-from agibson@confabulator.net) Received: from relay03.pair.com (relay03.pair.com [209.68.5.17]) by mx1.FreeBSD.org (Postfix) with SMTP id BA14B43D76 for ; Wed, 9 Aug 2006 15:51:41 +0000 (GMT) (envelope-from agibson@confabulator.net) Received: (qmail 72996 invoked from network); 9 Aug 2006 15:51:40 -0000 Received: from unknown (HELO ?10.1.1.55?) (unknown) by unknown with SMTP; 9 Aug 2006 15:51:40 -0000 X-pair-Authenticated: 68.74.122.202 Message-ID: <44DA04E5.8030901@confabulator.net> Date: Wed, 09 Aug 2006 10:53:09 -0500 From: Aaron Gibson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.5) Gecko/20060731 SeaMonkey/1.0.3 MIME-Version: 1.0 CC: freebsd-questions@freebsd.org References: <20060802131420.79edspqrwgok4s8s@216.219.94.118> In-Reply-To: <20060802131420.79edspqrwgok4s8s@216.219.94.118> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Telecom X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 15:51:42 -0000 root@rithy4u.net wrote: > Dear All, > > Can we use FreeBSD in Telecom industry? If I want to build an Internet > Backbone which connect across country in asia. Is it suitable? How is > its stability of routing compare to Cisco? > > Rgds, > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > juniper routers do exactly this (freebsd for network routing protocols, asics for hardware forwarding). Not sure how they compare to Ci$co (I'm assuming cost is driving factor for evaluating freebsd as a routing platform). freebsd can do bgp/ospf/etc with software such as: quagga or zebra, or the newer xorp. some people have used freebsd as a routing platform for large networks, see occaid.org (their network was built with freebsd/quagga and ip-ip tunnels, although they did have some juniper m5s) what you will probably find is that routing in software may not offer the performance required for a backbone network. This is of course dependent on your needs, and some people (occaid) have achieved line-rate (small packets) ip forwarding with intel pro 1000 cards and some patches to enable fastforwarding for ipv6 in freebsd. hope this is of some help. I can't give any numbers with regard to stability -- quagga/zebra did have some issues as I recall. for large amounts of traffic it may help to enable device driver polling to reduce interrupt overhead. --Aaron