Commit Graph
14 Commits
Author SHA1 Message Date
Damien 8cf952231e Remove FIXES_APPLIED.md - info documented in issues 2025-11-30 10:21:00 +00:00
Damien 3e7759b655 Fix static routes for inter-VLAN reachability 2025-11-30 10:07:13 +00:00
Damien d0db291ede Configure Linux hosts for LACP bonding and VLANs
Use a network-multitool image and configure LACP bonding and VLANs using
the `ip` command.
2025-11-30 09:44:47 +00:00
Damien 43a90805ef Configure interfaces for bonding and VLANs
Adds bonding and VLAN configuration to host interfaces files and
configures the clab yaml to load the modules.
2025-11-29 19:59:06 +00:00
Damien c3aef36a8e Update troubleshooting guide
Improve formatting and add details for clarity.
2025-11-29 16:39:21 +00:00
Damien ba3ed79363 Add LACP fallback configuration to leaf configs 2025-11-28 16:20:35 +00:00
Damien 1275f27637 Fix: Add loopback network advertisements to IPv4 AF on leaf3,4,7,8
Added network statements for loopback addresses in IPv4 address family:
- Leaf3/4: network 10.0.250.13/32, 10.0.250.14/32, 10.0.255.12/32
- Leaf7/8: network 10.0.250.17/32, 10.0.250.18/32, 10.0.255.14/32

This ensures EVPN BGP sessions establish properly on redeploy.
Previously these were only in the VRF gold section.
2025-11-28 10:33:12 +00:00
Damien 5cc976e218 Fix: Update all leafs - Port-Channel1 to ACCESS mode
- Changed switchport mode from trunk to access on all leafs
- Updated switchport access vlan statements for each VLAN
- Leaf1/2/5/6: VLAN 40 (L2 VXLAN)
- Leaf3/4: VLAN 34 (L3 VXLAN)
- Leaf7/8: VLAN 78 (L3 VXLAN)

This enables proper untagged traffic handling for host connections.
2025-11-28 10:31:37 +00:00
Damien 2aea6a3e7e Remove redundant comment about IP routing 2025-11-28 10:17:02 +00:00
Damien a6754de9d6 Fix: Add ip routing command to leaf3, leaf4, leaf7, leaf8
Critical fix to enable BGP initialization on all leaf switches.
Without this command, BGP stays disabled and EVPN neighbors
cannot establish sessions.
2025-11-28 09:57:31 +00:00
Damien 8c3eb7f2d2 Fix MLAG and host interface configuration
Changed the channel-group mode to "on" on the host-facing interfaces.

Changed the bonding mode to balance-rr in the clab file.
2025-11-28 09:15:36 +00:00
Damien 02d41fde2e Add host network addressing and test connectivity steps
Add host network addressing information. Add L2 and L3 VXLAN testing
steps. Add commands to verify EVPN routes on the switches.
2025-11-24 20:10:05 +00:00
Damien 8a291426f9 Add admin user configuration to all devices 2025-11-21 12:09:23 +00:00
Damien 3946d6b2e5 Add EOS image to .gitignore and update topology
Update topology to use arista_ceos kind and new image.
2025-11-17 19:27:57 +00:00