Date: Fri, 18 Aug 2006 13:33:05 +0200 From: "Patrick M. Hausen" <hausen@punkt.de> To: Martin Horcicka <martin@horcicka.eu> Cc: pyunyh@gmail.com, Dan Nelson <dnelson@allantgroup.com>, freebsd-stable@freebsd.org, Alan Amesbury <amesbury@umn.edu> Subject: Re: FreeBSD boots too fast on Dell PE850 Message-ID: <20060818113305.GF86440@hugo10.ka.punkt.de> In-Reply-To: <437bc1590608180423n513b58c1yd978b2fcf8997ef6@mail.gmail.com> References: <44E51C93.5090000@umn.edu> <20060818021643.GA74158@dan.emsphone.com> <437bc1590608180151m1017a50cg31c7817d1aeb0dfe@mail.gmail.com> <20060818092255.GD55509@cdnetworks.co.kr> <437bc1590608180423n513b58c1yd978b2fcf8997ef6@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, all! On Fri, Aug 18, 2006 at 01:23:15PM +0200, Martin Horcicka wrote: > Unfortunately, I don't know how it works exactly. In our case when the > autodetection is disabled and there is e.g. 100/full configured > manually on both, switch and the FreeBSD box, ifconfig shows the > interface status wery early as "active". I suspect the switch (Cisco) > to activate the port (from the point of view of the FreeBSD box) but > not to forward any "normal" frames until the Spanning Tree Protocol > procedure is finished for that port. But it's just a guess. I don't > know the negotiation protocol in Ethernet at all and I would really > welcome a commentary from someone who does. This is indeed the case. The switch port goes up. Then the port goes into either the forwarding or the blocking state. The transition period usually takes between 30 and 50 seconds, which may be to long for some devices. spanning-tree portfast puts the port into the forwarding state immediately but still participates in STP, so eventually a loop will be detected and the port put back into blocking state again. The layer 2 interface is, of course, "up" during all this mumble - otherwise the switch could not send & receive STP frames. This is what confuses hosts waiting for DHCP or similar. HTH, Patrick M. Hausen Leiter Netzwerke und Sicherheit -- punkt.de GmbH Internet - Dienstleistungen - Beratung Vorholzstr. 25 Tel. 0721 9109 -0 Fax: -100 76137 Karlsruhe http://punkt.de
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060818113305.GF86440>