Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2020 19:54:26 -0500
From:      Michael Watters <wattersm@watters.ws>
To:        freebsd-questions@freebsd.org
Subject:   Aggregate interfaces do not come up at boot
Message-ID:  <5106c7fa-011f-617a-91fa-0c78e91c41c2@watters.ws>

next in thread | raw e-mail | index | archive | help
I'm attempting to set up an aggregated interface using LACP on FreeBSD
12.1 however the interface is not coming up at boot.=C2=A0 My rc.conf is =
set
as follows.

ifconfig_ql0=3D"up polling"
ifconfig_ql1=3D"up polling"
ifconfig_ql2=3D"up polling"
ifconfig_ql3=3D"up polling"
ifconfig_lagg0=3D"laggproto lacp laggport ql0 laggport ql1 laggport ql2 l=
aggport ql3 10.201.64.4/22"
defaultrouter=3D"10.201.67.254"


After booting the server the lagg0 interface exists but the default gatew=
ay is not reachable.


lagg0: flags=3D8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu =
1500
        options=3D507bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,V=
LAN_HWCSUM,TSO4,TSO6,LRO,VLAN_HWFILTER,VLAN_HWTSO>
        ether 34:80:0d:43:d4:ec
        inet 10.201.64.4 netmask 0xfffffc00 broadcast 10.201.67.255
        laggproto lacp lagghash l2,l3,l4
        laggport: ql0 flags=3D0<>
	laggport: ql1 flags=3D0<>
	laggport: ql2 flags=3D0<>
	laggport: ql3 flags=3D0<>
        groups: lagg
        media: Ethernet autoselect
        status: active
        nd6 options=3D29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>

The only way I have been able to get lagg to work is by bringing down
the other three NICs which kind of defeats the purpose of having LACP.


Does anybody know what would cause this? I do see traffic on the
interface when running tcpdump.







Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5106c7fa-011f-617a-91fa-0c78e91c41c2>