From owner-freebsd-net@FreeBSD.ORG Wed Jan 10 10:05:26 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C0AFD16A407; Wed, 10 Jan 2007 10:05:26 +0000 (UTC) (envelope-from Hartmut.Brandt@dlr.de) Received: from smtp-3.dlr.de (smtp-3.dlr.de [195.37.61.187]) by mx1.freebsd.org (Postfix) with ESMTP id 5AD1013C441; Wed, 10 Jan 2007 10:05:26 +0000 (UTC) (envelope-from Hartmut.Brandt@dlr.de) Received: from knop-beagle.kn.op.dlr.de ([129.247.173.6]) by smtp-3.dlr.de over TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Wed, 10 Jan 2007 10:53:21 +0100 Date: Wed, 10 Jan 2007 10:53:21 +0100 (CET) From: Harti Brandt X-X-Sender: brandt_h@knop-beagle.kn.op.dlr.de To: Shteryana Shopova In-Reply-To: <61b573980701090838q415d6c6fx75b7de73eeace9fd@mail.gmail.com> Message-ID: <20070110104909.T49466@knop-beagle.kn.op.dlr.de> References: <61b573980701090838q415d6c6fx75b7de73eeace9fd@mail.gmail.com> X-OpenPGP-Key: harti@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 10 Jan 2007 09:53:21.0904 (UTC) FILETIME=[29CB2F00:01C7349D] Cc: freebsd-net@freebsd.org, tsvetan@erenditsov.com Subject: Re: RFC: a MIB for a SNMP vlan monitoring module X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Harti Brandt List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jan 2007 10:05:26 -0000 Hi, On Tue, 9 Jan 2007, Shteryana Shopova wrote: SS>Work is about to start on a vlan monitoring module for bsnmpd(1) - I'm SS>attaching the private BEGEMOT MIB that the module will implement. Any SS>comments or suggestions are very welcome. I'm not an expert on the VLAN stuff, so I cannot comment on this. The only thing I see is that you might add a ...DiscontinuityTime variable to the statistics table so that a managemnt station can correctly catch fast destroy/create cycles on the VLANs (if that makes sense). You might want to look at ifCounterDiscontinuityTime in ifMIB:ifXTable. harti