From owner-freebsd-questions@FreeBSD.ORG Sat Feb 17 00:53:59 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1E84416A406 for ; Sat, 17 Feb 2007 00:53:59 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out4.apple.com (mail-out4.apple.com [17.254.13.23]) by mx1.freebsd.org (Postfix) with ESMTP id 0B2AF13C442 for ; Sat, 17 Feb 2007 00:53:58 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay8.apple.com (a17-128-113-38.apple.com [17.128.113.38]) by mail-out4.apple.com (8.13.8/8.13.8) with ESMTP id l1H0rwuu023055; Fri, 16 Feb 2007 16:53:58 -0800 (PST) Received: from relay8.apple.com (unknown [127.0.0.1]) by relay8.apple.com (Symantec Mail Security) with ESMTP id B7AEF40094; Fri, 16 Feb 2007 16:53:58 -0800 (PST) X-AuditID: 11807126-9d7c9bb00000685d-91-45d65226cc81 Received: from [17.214.13.96] (cswiger1.apple.com [17.214.13.96]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by relay8.apple.com (Apple SCV relay) with ESMTP id 9994340054; Fri, 16 Feb 2007 16:53:58 -0800 (PST) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Fri, 16 Feb 2007 16:53:57 -0800 To: Y Sidhu X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== Cc: freebsd-questions@freebsd.org Subject: Re: Managed Switch Implementation 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: Sat, 17 Feb 2007 00:53:59 -0000 On Feb 16, 2007, at 4:38 PM, Y Sidhu wrote: > Is there anyone who has experience in developing port mirroring in > FBSD? I > am trying to combine 2 devices, a managed switch with a modified > firewall. > This device wants to see traffic from, say 3 ports. So, 3 ports in > and all > they do is mirror to 1 port internally. You can implement "port mirroring" via the existing bridge capabilities. -- -Chuck