From owner-freebsd-questions@FreeBSD.ORG Mon May 15 17:44:57 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 18A0F16AC0D for ; Mon, 15 May 2006 17:44:57 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id A48CF43D46 for ; Mon, 15 May 2006 17:44:46 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 6C4645FEE; Mon, 15 May 2006 13:44:46 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YJejyNr1fdCt; Mon, 15 May 2006 13:44:45 -0400 (EDT) Received: from [199.103.21.238] (pan.codefab.com [199.103.21.238]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id BE5065E75; Mon, 15 May 2006 13:44:45 -0400 (EDT) In-Reply-To: <1147714075.62338.4.camel@localhost.savola.com> References: <1147714075.62338.4.camel@localhost.savola.com> Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <74EA5D50-F363-4007-AC01-6F1B64F9F217@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Mon, 15 May 2006 13:44:44 -0400 To: yraffah@savola.com X-Mailer: Apple Mail (2.750) Cc: freebsd-questions@freebsd.org Subject: Re: Connecting to CISCO Devices 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: Mon, 15 May 2006 17:44:57 -0000 On May 15, 2006, at 1:27 PM, Yousef Raffah wrote: > What kind of tools are there to connect to CISCO devices' console on > FreeBSD using the COM port? I'm sure there are a lot of you on the > list > managing CISCO devices! tip and cu come with the base system, I believe, otherwise look for something such as Kermit, perhaps...? -- -Chuck