From owner-freebsd-stable@FreeBSD.ORG Wed Sep 25 08:33:07 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0E557BDB for ; Wed, 25 Sep 2013 08:33:07 +0000 (UTC) (envelope-from daniel@digsys.bg) Received: from smtp-sofia.digsys.bg (smtp-sofia.digsys.bg [193.68.21.123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 867F62205 for ; Wed, 25 Sep 2013 08:33:05 +0000 (UTC) Received: from [192.92.129.101] ([192.92.129.101]) (authenticated bits=0) by smtp-sofia.digsys.bg (8.14.6/8.14.6) with ESMTP id r8P8V5OP037361 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Wed, 25 Sep 2013 11:31:06 +0300 (EEST) (envelope-from daniel@digsys.bg) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: FreeBSD 9.1 ix driver vlan problem From: Daniel Kalchev In-Reply-To: Date: Wed, 25 Sep 2013 10:31:10 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <3E619068-9015-4013-A99E-CEE8948C7455@digsys.bg> References: To: Rumen Telbizov X-Mailer: Apple Mail (2.1510) 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 08:33:07 -0000 On 25.09.2013, at 02:16, Rumen Telbizov wrote: >=20 >=20 > 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 >=20 > On the switch side (Juniper) the physical interface flaps. There's = nothing > in logs/dmesg. >=20 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