hi,
I'm setting up some new systems and if I configure a bond interface with mode 802.3ad show interfaces show u/u even if the switch has not enabled lacp.
Only link was up.
hi,
I'm setting up some new systems and if I configure a bond interface with mode 802.3ad show interfaces show u/u even if the switch has not enabled lacp.
Only link was up.
mii-mon was fine. Link was enabled on the switch and the link for the interface was up. But on the LACP was not enabled on the switch.
So I would exepect to see the sub interfaces from the bond as up but the bond has to be down.
set interfaces bonding bond0 member interface 'eth1' set interfaces bonding bond0 member interface 'eth2' set interfaces bonding bond0 vif 10
results in
[email protected]# run show int Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down Interface IP Address S/L Description --------- ---------- --- ----------- bond0 - u/D bond0.10 - u/D
Is this was you expect? There was a miimon related bug which was fixed in 1.4 already and is pending for 1.3 (https://github.com/vyos/vyos-1x/pull/1406)