From owner-freebsd-stable@FreeBSD.ORG Wed Sep 25 18:16:45 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BE1155EF for ; Wed, 25 Sep 2013 18:16:45 +0000 (UTC) (envelope-from corbe@corbe.net) Received: from a0i166.smtpcorp.com (a0i166.smtpcorp.com [64.131.95.251]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 920112898 for ; Wed, 25 Sep 2013 18:16:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=smtpcorp.com; s=a0_1; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Date:Subject:In-Reply-To:References:Cc:To:From:Message-ID; bh=N+bTe2Pl1m7KdPxgBAnD0zjRbP5d2y2k0iDt/CboUgw=; b=G0EDB3elJsy+bxR4xfFsNBi3RAYfsa34U6/d/8h6844b1gAkbQfRABM2po0Lo8NmNWdSihNo/J9JVzwCyPjgf8rkeKlsecFy1jceSp12YTCiCXNJa4b8n7GdErb9x1iEBJignWsJwqaMR+SDnCg30uf+bCm2AfQJBL1p2Rg971A=; Message-ID: <1F6A12D6D90C4D1792369B0AFC82173A@poopsackHD> From: "Daniel Corbe" To: "Daniel Kalchev" , "Rumen Telbizov" References: <3E619068-9015-4013-A99E-CEE8948C7455@digsys.bg> In-Reply-To: <3E619068-9015-4013-A99E-CEE8948C7455@digsys.bg> Subject: Re: FreeBSD 9.1 ix driver vlan problem Date: Wed, 25 Sep 2013 14:03:19 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 15.4.3555.308 X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3555.308 X-Smtpcorp-Track: 314078952.3.55160347 Cc: freebsd-stable@freebsd.org, Jack Vogel X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Sep 2013 18:16:45 -0000 Why would disabling STP on the switch *shorten* the amount of time it takes for the port to come up? At least on Cisco switches, it takes ~45 seconds for the switching topology to converge with STP disabled. Shorter periods if you enable portfast or uplinkfast. -----Original Message----- From: Daniel Kalchev Sent: Wednesday, September 25, 2013 4:31 AM To: Rumen Telbizov Cc: freebsd-stable@freebsd.org ; Jack Vogel Subject: Re: FreeBSD 9.1 ix driver vlan problem On 25.09.2013, at 02:16, Rumen Telbizov wrote: > > > Example: > ifconfig vlan200 create # this is OK > ifconfig vlan200 inet 1.2.3.1/30 vlan 200 vlandev ix1 description DEBUG # > this second line makes the rest of the vlans freeze for 6-7 seconds > > On the switch side (Juniper) the physical interface flaps. There's nothing > in logs/dmesg. > Might be, you have spanning tree enabled on the switch port and when the interface "flaps" it needs time to converge. Disable spanning tree on the port and the reset will be very short. Daniel _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"