Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Sep 2014 09:16:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-net@FreeBSD.org
Subject:   [Bug 185967] [lagg] [patch] Link Aggregation LAGG: LACP not working in 10.0
Message-ID:  <bug-185967-2472-PaMuNRi0r3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-185967-2472@https.bugs.freebsd.org/bugzilla/>
References:  <bug-185967-2472@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=185967

--- Comment #13 from Jeroen van Heugten <vanheugten@gmail.com> ---
We are facing the same problem, running FreeBSD 10.0-p9, connected with LACP to
two Juniper EX4550 switches (virtual-chassis/stacked). In our case the Junipers
are already in active mode, but we still have issues with the connection. We
are experiencing lots of outages (every few mins).

dmesg shows (on -multiple- FreeBSD servers:

ix1: Interface stopped DISTRIBUTING, possible flapping
ix1: Interface stopped DISTRIBUTING, possible flapping
ix1: Interface stopped DISTRIBUTING, possible flapping

Juniper configuration:

    ae21 {
        description "serverX (xe-0/0/17 en xe-1/0/17)";
        aggregated-ether-options {
            link-speed 10g;
            lacp {
                active;
                periodic fast;
            }
        }
        unit 0 {
            family ethernet-switching {
                port-mode access;
                vlan {
                    members S1_SERVERS;
                }
            }
        }
    }


- attached output of "ifconfig -a"
- attached output of "/etc/rc.conf"

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-185967-2472-PaMuNRi0r3>