From owner-freebsd-isp Thu Oct 23 14:46:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA29999 for isp-outgoing; Thu, 23 Oct 1997 14:46:45 -0700 (PDT) (envelope-from owner-freebsd-isp) Received: from red.juniper.net (red.juniper.net [208.197.169.254]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA29994 for ; Thu, 23 Oct 1997 14:46:43 -0700 (PDT) (envelope-from tli@juniper.net) Received: from chimp.juniper.net (chimp.juniper.net [208.197.169.196]) by red.juniper.net (8.8.5/8.8.5) with ESMTP id OAA18026; Thu, 23 Oct 1997 14:46:12 -0700 (PDT) Received: (from tli@localhost) by chimp.juniper.net (8.7.6/8.7.3) id OAA01115; Thu, 23 Oct 1997 14:46:12 -0700 (PDT) To: damian@cablenet.net (Damian Hamill) cc: freebsd-isp@freebsd.org Subject: Re: Router Cards? References: <3.0.1.32.19971021182012.0098ad50@bailin.lan> <344F21C2.6EEA4806@cablenet.net> From: Tony Li Date: 23 Oct 1997 14:46:12 -0700 In-Reply-To: damian@cablenet.net's message of 23 Oct 97 10:06:59 GMT Message-ID: <82k9f4i257.fsf@chimp.juniper.net> Lines: 29 X-Mailer: Gnus v5.3/Emacs 19.34 Sender: owner-freebsd-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk damian@cablenet.net (Damian Hamill) writes: > There is another issue that as yet I haven't seen discussed regarding PC > Unix routers versus dedicated routers. Recently a large number of > Internet routers went belly up as a major ISP loaded a large number of > new routes into the routing tables. This caused these dedicated routers > to run out of memory and reboot, creating a lot of instability and route > flapping. Considering the (virtual) nature of PC Unix memory I do not > know if any PC Unix routers suffered the same fate. In fact, experience with VM routers in the Internet backbone shows that they do not perform well when they begin to page. Unlike normal program execution, when real time systems start to page, it's really bad news. > As I understand the main selling point of dedicated router products like > cisco is reliability, in that their are no moving parts to wear out > (other than the cooling fan). However beyond a simple configuration and > when lots of memory is needed they become VERY expensive. If in fact > they are not as reliable as PC Unix routers in the face of this kind of > event then the whole point of buying them becomes redundant, given the > fact that you can expect years of reliability out of PCs. You perhaps shouldn't confuse hardware reliability with software reliability. The software failures that are seen are an orthogonal issue. Tony