From owner-freebsd-net@FreeBSD.ORG Tue Mar 15 16:32:11 2005 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 B9CA216A4CE for ; Tue, 15 Mar 2005 16:32:11 +0000 (GMT) Received: from srv1.rt.mipt.ru (srv1.rt.mipt.ru [194.85.82.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 134F243D46 for ; Tue, 15 Mar 2005 16:32:10 +0000 (GMT) (envelope-from kki@rt.mipt.ru) Received: from Burst1 (burst.rt.mipt.ru [194.85.82.108]) by srv1.rt.mipt.ru (8.13.3/8.13.1) with ESMTP id j2FGW7X3026775 for ; Tue, 15 Mar 2005 19:32:07 +0300 (MSK) Date: Tue, 15 Mar 2005 19:32:04 +0300 From: Nikolay Kryukov X-Mailer: The Bat! (v2.01) Personal X-Priority: 3 (Normal) Message-ID: <155155568625.20050315193204@rt.mipt.ru> To: freebsd-net@freebsd.org In-Reply-To: <20050315011200.G92893@ganymede.hub.org> References: <20050315011200.G92893@ganymede.hub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: High ping latency using two ethernet under FreeBSD 4.11 ... X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nikolay Kryukov List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 16:32:11 -0000 It's the case of incorrect configuration. Equal mac addresses must not exist in different ports on the same vlan on catalyst switches. They may cause problems like: http://www.ciscotaccc.com/lanswitching/showcase?case=K19174025 and, consequently, high latency. MGF> Testing my network, I just noticed the following: MGF> --- 200.46.204.1 ping statistics --- MGF> 4 packets transmitted, 4 packets received, 0% packet loss MGF> round-trip min/avg/max/stddev = 399.664/407.119/420.315/8.267 ms MGF> --- 200.46.208.1 ping statistics --- MGF> 3 packets transmitted, 3 packets received, 0% packet loss MGF> round-trip min/avg/max/stddev = 373.045/409.266/453.402/33.280 ms MGF> 400ms to my default router seems a wee bit high ... MGF> I'm suspecting that it has to do with: MGF> Mar 15 01:13:28 neptune last message repeated 10 times MGF> Mar 15 01:13:28 neptune /kernel: arp: 200.46.204.1 is on MGF> em0 but got reply from 00:0b:bf:42:a8:06 on em1 MGF> Mar 15 01:13:28 neptune /kernel: arp: 200.46.208.1 is on MGF> em1 but got reply from 00:0b:bf:42:a8:06 on em0 MGF> In order to provide network redundancy, and simplify our scripting, with MGF> have one network bound to one ethernet port, and the other network bound MGF> to the second one on the same machine ... MGF> I'm plugging everything into a Cisco 2924 ... is there some way, either on MGF> the FreeBSD side, or Cisco, of 'cleaning this up'? MGF> ---- MGF> Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) MGF> Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664 MGF> _______________________________________________ MGF> freebsd-net@freebsd.org mailing list MGF> http://lists.freebsd.org/mailman/listinfo/freebsd-net MGF> To unsubscribe, send any mail to MGF> "freebsd-net-unsubscribe@freebsd.org"