Damien Arnodo Damien
  • Joined on 2025-08-22
Damien pushed to main at Damien/arista-evpn-vxlan-clab 2025-11-30 08:20:32 +00:00
926ab47337 Add host4 interface configuration for LACP bonding with VLAN 78
Damien pushed to main at Damien/arista-evpn-vxlan-clab 2025-11-30 08:20:27 +00:00
ce76b0c342 Add host3 interface configuration for LACP bonding with VLAN 40
Damien pushed to main at Damien/arista-evpn-vxlan-clab 2025-11-30 08:20:22 +00:00
31e1e345cd Add host2 interface configuration for LACP bonding with VLAN 34
Damien pushed to main at Damien/arista-evpn-vxlan-clab 2025-11-30 08:20:19 +00:00
050a529c68 Add host1 interface configuration for LACP bonding with VLAN 40
Damien pushed to fix-bgp-and-mlag at Damien/arista-evpn-vxlan-clab 2025-11-29 20:00:58 +00:00
c81c117ef4 Add VLAN 40 configuration for host3
Damien pushed to fix-bgp-and-mlag at Damien/arista-evpn-vxlan-clab 2025-11-29 20:00:41 +00:00
a93d5e4b9f Add VLAN 34 configuration for host2
Damien pushed to fix-bgp-and-mlag at Damien/arista-evpn-vxlan-clab 2025-11-29 20:00:26 +00:00
4405c75cdb Fix host1 IP address to 10.40.40.101 (was incorrectly set to 10.34.34.102)
Damien pushed to fix-bgp-and-mlag at Damien/arista-evpn-vxlan-clab 2025-11-29 19:59:09 +00:00
43a90805ef Configure interfaces for bonding and VLANs
Damien pushed to fix-bgp-and-mlag at Damien/arista-evpn-vxlan-clab 2025-11-29 19:31:01 +00:00
101143cc59 Add 'up' command to explicitly bring bond0 up
Damien commented on issue Damien/arista-evpn-vxlan-clab#11 2025-11-29 18:48:53 +00:00
Host LACP bonding - Hybrid approach: ifupdown for bond + ip commands for VLAN

FINAL SOLUTION - Hybrid Approach Working!

Problem with Pure ifupdown-ng Approach

ifupdown-ng cannot reliably create VLAN sub-interfaces on bond devices. When trying:

auto…
Damien reopened issue Damien/arista-evpn-vxlan-clab#11 2025-11-29 18:48:40 +00:00
Host LACP bonding - Hybrid approach: ifupdown for bond + ip commands for VLAN
Damien pushed to fix-bgp-and-mlag at Damien/arista-evpn-vxlan-clab 2025-11-29 18:48:31 +00:00
428ce8e80f Hybrid approach: ifupdown for bond0, ip commands for VLAN interfaces
Damien pushed to fix-bgp-and-mlag at Damien/arista-evpn-vxlan-clab 2025-11-29 18:48:00 +00:00
15158c2bb1 Simplify host4 interface file to only configure bond0
Damien pushed to fix-bgp-and-mlag at Damien/arista-evpn-vxlan-clab 2025-11-29 18:47:49 +00:00
89d3e0dac0 Simplify host3 interface file to only configure bond0
Damien pushed to fix-bgp-and-mlag at Damien/arista-evpn-vxlan-clab 2025-11-29 18:47:40 +00:00
17a3bb63a3 Simplify host2 interface file to only configure bond0
Damien pushed to fix-bgp-and-mlag at Damien/arista-evpn-vxlan-clab 2025-11-29 18:47:28 +00:00
d32c6fd6a2 Simplify interface file to only configure bond0
Damien closed issue Damien/arista-evpn-vxlan-clab#11 2025-11-29 18:16:23 +00:00
Host LACP bonding - Hybrid approach: ifupdown for bond + ip commands for VLAN
Damien commented on issue Damien/arista-evpn-vxlan-clab#11 2025-11-29 18:16:15 +00:00
Host LACP bonding - Hybrid approach: ifupdown for bond + ip commands for VLAN

SOLUTION FOUND AND TESTED - Working!

The Missing Piece: use bond Directive

The bonding executor in ifupdown-ng must be explicitly enabled with the use bond directive!

###…

Damien pushed to fix-bgp-and-mlag at Damien/arista-evpn-vxlan-clab 2025-11-29 18:15:45 +00:00
aaca77d4d3 Add 'use bond' directive for host4
Damien pushed to fix-bgp-and-mlag at Damien/arista-evpn-vxlan-clab 2025-11-29 18:15:32 +00:00
b270f4f683 Add 'use bond' directive for host3