Block a user
Host LACP bonding - Hybrid approach: ifupdown for bond + ip commands for VLAN
Host LACP bonding - Hybrid approach: ifupdown for bond + ip commands for VLAN
The Missing Piece:
✅ 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!
###…
Host LACP bonding - Hybrid approach: ifupdown for bond + ip commands for VLAN
✅ FIX APPLIED - Corrected ifupdown-ng Syntax
Root Cause
Alpine Linux uses ifupdown-ng, which has different syntax than traditional Debian ifupdown. The interface files were using…
Host LACP bonding - Hybrid approach: ifupdown for bond + ip commands for VLAN
Root Cause Found: Bond Interface Not Created
Diagnostic Results
✅ VLAN module loaded: 8021q is present
✅ Interface file mounted correctly
❌ bond0 doesn't exist - This is the…
Host LACP bonding - Hybrid approach: ifupdown for bond + ip commands for VLAN
Debugging VLAN Interface Issue
Let me gather more diagnostic information:
Check 1: Is the 8021q module loaded?
docker exec clab-arista-evpn-fabric-host1 lsmod
Host LACP bonding - Hybrid approach: ifupdown for bond + ip commands for VLAN
❌ VLAN Interface Creation Failing
Current Problem
The VLAN sub-interface creation is failing on host1:
/ # ifup -a
ip: RTNETLINK answers: File exists
ifup: interface bond0 already…
Host LACP bonding - Hybrid approach: ifupdown for bond + ip commands for VLAN