I have a server that was running 14.2-RELEASE-p1 happily for over a year. It has 2 x 1GB links to a stack of Juniper EX4100 switches, using LACP for aggregation.
This was working fine until I upgraded the server to 14.3-RELEASE using `freebsd-update -r 14.3-RELEASE upgrade install`
Now the interfaces come up but nothing is passed.
I have another server, with a similiar configuration, that's still on 14.2-RELEASE, and one difference I see is in ifconfig output:
On old server:
On new server:
I'm not sure if the missing ACTIVE flag is just because the lagg fails to activate the interfaces, or if it's configured in passive mode. I haven't changed anything in rc.conf or on the switch.
The switch shows lacp active and both members active:
I tried disabling lacp and using the interfaces seperate, and it works, so it's not the interfaces themselves or cabling.
Could it be changes in flags for bnxt driver needed?
This was working fine until I upgraded the server to 14.3-RELEASE using `freebsd-update -r 14.3-RELEASE upgrade install`
Now the interfaces come up but nothing is passed.
I have another server, with a similiar configuration, that's still on 14.2-RELEASE, and one difference I see is in ifconfig output:
On old server:
Code:
laggport: bnxt0 flags=1c<ACTIVE,COLLECTING,DISTRIBUTING>
laggport: bnxt1 flags=1c<ACTIVE,COLLECTING,DISTRIBUTING>
On new server:
Code:
laggport: bnxt0 flags=18<COLLECTING,DISTRIBUTING>
laggport: bnxt1 flags=18<COLLECTING,DISTRIBUTING>
I'm not sure if the missing ACTIVE flag is just because the lagg fails to activate the interfaces, or if it's configured in passive mode. I haven't changed anything in rc.conf or on the switch.
The switch shows lacp active and both members active:
Code:
Aggregated interface: ae11
LACP state: Role Exp Def Dist Col Syn Aggr Timeout Activity
ge-0/0/7 Actor No No Yes Yes Yes Yes Fast Active
ge-0/0/7 Partner No No Yes Yes Yes Yes Slow Active
ge-1/0/7 Actor No No Yes Yes Yes Yes Fast Active
ge-1/0/7 Partner No No Yes Yes Yes Yes Slow Active
LACP protocol: Receive State Transmit State Mux State
ge-0/0/7 Current Slow periodic Collecting distributing
ge-1/0/7 Current Slow periodic Collecting distributing
I tried disabling lacp and using the interfaces seperate, and it works, so it's not the interfaces themselves or cabling.
Could it be changes in flags for bnxt driver needed?