From owner-freebsd-net@freebsd.org Tue Mar 13 18:29:01 2018 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48C1CF3FA76 for ; Tue, 13 Mar 2018 18:29:01 +0000 (UTC) (envelope-from justlikeef@gmail.com) Received: from mail-it0-x233.google.com (mail-it0-x233.google.com [IPv6:2607:f8b0:4001:c0b::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D302A6DA6D for ; Tue, 13 Mar 2018 18:29:00 +0000 (UTC) (envelope-from justlikeef@gmail.com) Received: by mail-it0-x233.google.com with SMTP id z7-v6so874547iti.1 for ; Tue, 13 Mar 2018 11:29:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=4aYn2uVrhNk1s02zl17jq+RX2I9mzXkgthlXy0l6heM=; b=G8Z+AFiGCFnhkVpIWtU9jRK09tqOk0LwY5q21iOZbCcVKrzWelxuMzA3ecbmHM44d1 zD7BQrunXYrRmMTP9VDaOYMfprtBWo+MqAu7831trWDRYCbwqHMT5+uwGEGhcelNRKQj NU9K97au5JmhXywd80bZU4iY11AdWYFjdzl3u9mx69/8Ykjzsk3RPx7YpUAptxzyAcXD 2v36UqB+pvoEBp1eVXBrwuuJjt7I0J8srkXUh49VU2ox9Tv7IsTKOeoCShrit6T2U7Pb oU/Gfb9Dt0Fl0niRwKFxf1XvinO4uwcfETBt2YMSDb0CtCZOdw7CdRZ61IG/IqN2OMeo 6Znw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=4aYn2uVrhNk1s02zl17jq+RX2I9mzXkgthlXy0l6heM=; b=lVvWxIZDejv+YmIqDuz2kiWHVIUv3Hg4z38eejtlWPLCQRZxR3c7v1lmz5rSZ5quXZ dpX/6+KgtDqjgQ7mCwLj7peZ11qJHNZ98lJjpP9dWr6dC+dlgQwLvGWf3NvASNF1lXTl TF2SIJhL6KBO0UaV05sSQDgmsp7RBHY487LekGT7TntgpgJan1HC6UpGOM4Q6vGnfeWl P+fD3tTnlPIVry27zDaOeJKZpSYL712x7o2BL3gHLYIHyVBdJFLu0q2tvNjR+/Qhazui dbTendtA0lr4xbH5wnVudVbsT5YchM7PbpYLOEKlNs8fj9xDOoSZzCQcuqOmTsXPZ+Ga dgMw== X-Gm-Message-State: AElRT7GnkIoltyDEVyA2mq8owIqSs3hy3NnhJMU3nUwO/vOJRVmcxtxL rHzLSxGiZ+7Fqq3lKRA4Xu9HeM4JAZiXm2ZbQ9DKfg== X-Google-Smtp-Source: AG47ELtP0GPaWgG5riSZFZRbUeEHOxKo+yZ2VVayJTcKWkk22u+b7sT4khtsupP0QfuM1nK0Irm67CBRtj1lfLw5qk4= X-Received: by 10.36.81.208 with SMTP id s199mr2224530ita.46.1520965739839; Tue, 13 Mar 2018 11:28:59 -0700 (PDT) MIME-Version: 1.0 From: Rob Hutton Date: Tue, 13 Mar 2018 18:28:49 +0000 Message-ID: Subject: Cisco shows LACP not enabled on 11.1U2, BCM 57810S-t, 2960X IOS 15.2 To: freebsd-net@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Mar 2018 18:29:01 -0000 Trying to get to a LACP Trunk config working on FreeNAS, but I'm not sure if this is an upstream issue. First step is just LACP bundle in edge mode (no vlans) and bundle will not form. The FreeNAS side shows it as being active. The switch is reporting that LACP is not enabled on the individual ports. We have tried multiple versions of IOS from 15.0 to 15.2(6)E1. I have about 10 windows servers with the same NICs on the same switch that are negotiating LACP successfully as well as tagging vlans, so the hardware pieces seem to be OK. I have tried configuring from both the GUI and the CL with the same result. Cisco 2960X switch config: interface Port-channel10 switchport access vlan 1900 switchport mode access ! interface GigabitEthernet1/0/27 switchport access vlan 1900 switchport mode access channel-group 10 mode active ! interface GigabitEthernet1/0/28 switchport access vlan 1900 switchport mode access channel-group 10 mode active logs from switch: Mar 13 17:38:09.626: %LINK-3-UPDOWN: Interface GigabitEthernet1/0/27, changed state to up Mar 13 17:38:09.665: %LINK-3-UPDOWN: Interface GigabitEthernet1/0/28, changed state to up Mar 13 17:38:15.753: %EC-5-L3DONTBNDL2: Gi1/0/28 suspended: LACP currently not enabled on the remote port. Mar 13 17:38:16.005: %EC-5-L3DONTBNDL2: Gi1/0/27 suspended: LACP currently not enabled on the remote port. Switch#sh etherc summ Flags: D - down P - bundled in port-channel I - stand-alone s - suspended H - Hot-standby (LACP only) R - Layer3 S - Layer2 U - in use N - not in use, no aggregation f - failed to allocate aggregator M - not in use, minimum links not met m - not in use, port not aggregated due to minimum links not met u - unsuitable for bundling w - waiting to be aggregated d - default port A - formed by Auto LAG Number of channel-groups in use: 1 Number of aggregators: 1 Group Port-channel Protocol Ports ------+-------------+-----------+----------------------------------------------- 10 Po10(SD) LACP Gi1/0/27(w) Gi1/0/28(w) Switch#sh int gi1/0/27 GigabitEthernet1/0/27 is up, line protocol is down (notconnect) Switch#sh int gi1/0/28 GigabitEthernet1/0/28 is up, line protocol is down (notconnect) FreeNAS ifconfig bxe0: flags=8843 metric 0 mtu 1500 options=527bb ether 00:0e:1e:86:7c:70 hwaddr 00:0e:1e:86:7c:70 nd6 options=9 media: Ethernet autoselect (10Gbase-T ) status: active bxe1: flags=8843 metric 0 mtu 1500 options=527bb ether 00:0e:1e:86:7c:70 hwaddr 00:0e:1e:86:7c:72 nd6 options=9 media: Ethernet autoselect (10Gbase-T ) status: active lagg0: flags=8843 metric 0 mtu 1500 options=527bb ether 00:0e:1e:86:7c:70 nd6 options=9 media: Ethernet autoselect status: active groups: lagg laggproto lacp lagghash l2,l3,l4 laggport: bxe0 flags=0<> laggport: bxe1 flags=0<> Last edited: 12 minutes ago