Block a user
Host LACP bonding - Hybrid approach: ifupdown for bond + ip commands for VLAN
LACP Fallback - Explanation
What Problem Does It Solve?
Without LACP Fallback:
- Port-Channel waits for full LACP negotiation before forwarding ANY traffic
- If LACP PDUs are delayed…
Host LACP bonding - Hybrid approach: ifupdown for bond + ip commands for VLAN
Status Update - Partial Fix Applied
Completed:
- ✅ leaf1.cfg - LACP fallback added
- ✅ leaf2.cfg - LACP fallback added
Remaining (need same 2-line addition to Port-Channel1): -…
Host LACP bonding - Hybrid approach: ifupdown for bond + ip commands for VLAN
Fix Applied - Adding LACP Fallback to All Leafs
Fix: Add LACP fallback configuration to Port-Channel1 on all 8 leaf switches.
interface Port-Channel1
port-channel lacp fallback…
Host LACP bonding - Hybrid approach: ifupdown for bond + ip commands for VLAN
SOLUTION FOUND - LACP Fallback Configuration
After reviewing Arista MLAG best practices, the issue is that Port-Channel1 needs LACP fallback or the port-channel needs to allow the link to…
Host LACP bonding - Hybrid approach: ifupdown for bond + ip commands for VLAN
NEW THEORY - Check LACP System Priority
Comparing with the working srl-evpn-mh-lab example, there might be missing LACP configuration on the switch side.
On Arista switches with MLAG,…
Host LACP bonding - Hybrid approach: ifupdown for bond + ip commands for VLAN
Root Cause Confirmed
Checking the configs and topology:
Topology (evpn-lab.clab.yml): Hosts are STILL configured for dual-homing with LACP bonding (mode 802.3ad) Leaf configs: All…