Hi all,
I have upgraded my FreeBSD from 10.3 to 11-RELEASE. On this server, I had an aggregated network (bxe2 and bxe3 to lagg0) by using LACP.
On my /etc/rc.conf, I have the following configuration
The problem is that after the first reboot, the network was unreachable.
What I noticed is ifconfig giving the same MAC address to bxe2 and bxe3 and lagg0.
If I destroy the lagg0 interface and configure bxe2 or bxe3 independently, it works.
How could I make LACP work again?
Thanks
I have upgraded my FreeBSD from 10.3 to 11-RELEASE. On this server, I had an aggregated network (bxe2 and bxe3 to lagg0) by using LACP.
On my /etc/rc.conf, I have the following configuration
Code:
ifconfig_bxe2="up"
fconfig_bxe3="up"
cloned_interfaces="lagg0"
ifconfig_lagg0="up laggproto lacp laggport bxe2 laggport bxe3 10.0.0.69/21"
What I noticed is ifconfig giving the same MAC address to bxe2 and bxe3 and lagg0.
If I destroy the lagg0 interface and configure bxe2 or bxe3 independently, it works.
How could I make LACP work again?
Thanks