Hello,
I have VyOS installed on a machine with a network card with two 10G interfaces.
I am using also Force10 S4810. I have created bonding on the VyOS and LACP port-channel on the Force10. Initially it is working. But when I disable one of the interfaces, the router becomes unreachable. After enabling the interface, no change.
The reboot resolves the issue.
Have anyone experienced such an issue ?
It seems like I didn’t notice this bug in the previous versions, or probably I didn’t test them properly.
Vyos bonding config:
[quote]set interfaces bonding bond0 description ‘Uplink-SW1-SW2’
set interfaces bonding bond0 hash-policy ‘layer3+4’
set interfaces bonding bond0 mode ‘802.3ad’
set interfaces bonding bond0 mtu ‘9000’
set interfaces ethernet eth2 bond-group ‘bond0’
set interfaces ethernet eth3 bond-group ‘bond0’
[/quote]
Force10 config:
[quote]interface TenGigabitEthernet 0/16
description Router
no ip address
mtu 12000
!
port-channel-protocol LACP
port-channel 2 mode active
!
no shutdown[/quote]