From owner-freebsd-net@FreeBSD.ORG Thu Apr 8 11:18:59 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F025E16A4CE for ; Thu, 8 Apr 2004 11:18:59 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BC7043D3F for ; Thu, 8 Apr 2004 11:18:59 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 44EEF6530A; Thu, 8 Apr 2004 19:18:57 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 63870-05-4; Thu, 8 Apr 2004 19:18:56 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 3E9E3652FE; Thu, 8 Apr 2004 19:18:56 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id F086960EE; Thu, 8 Apr 2004 19:18:54 +0100 (BST) Date: Thu, 8 Apr 2004 19:18:54 +0100 From: Bruce M Simpson To: "Marc G. Fournier" Message-ID: <20040408181854.GD710@empiric.dek.spc.org> Mail-Followup-To: "Marc G. Fournier" , Don Bowman , freebsd-net@freebsd.org References: <20040408141840.Y40836@ganymede.hub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040408141840.Y40836@ganymede.hub.org> cc: freebsd-net@freebsd.org Subject: Re: Stupid question about managed switches X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Apr 2004 18:19:00 -0000 On Thu, Apr 08, 2004 at 02:20:49PM -0300, Marc G. Fournier wrote: > 'k, but I want to use the managed aspect of it to be able to hard code the > port rates (ie. to fix this full-duplex issue initially) as well as be > able to access SNMP so that I can do bandwidth monitoring of external > traffic ... I have SNMP setup on the FreeBSD boxes right now so that I can > see network load per server, but I want to be able to isolate the > 'external' traffic from 'internal', by monitoring the specific port that > is connected to the providers switch ... > > So, in both cases, I need to assign an IP somewhere, correct? I generally just cheat by assigning a link-scope address to the switch and to my management station connected to the same switch, thus obviating the need for a router. Generally however the management station has to be in a certain VLAN to access the SNMP features of the switch, this is usually VLAN 1 (at least on 3Com). BMS