Commit Graph

32 Commits

Author SHA1 Message Date
c795d1c541 Add comprehensive end-to-end testing guide with VLAN tagging fixes 2025-11-28 10:39:18 +00:00
b6daa30283 Fix: Configure hosts to properly tag VLANs for leaf port-channels 2025-11-28 10:38:48 +00:00
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
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
2aea6a3e7e Remove redundant comment about IP routing 2025-11-28 10:17:02 +00:00
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
e1fb8e27f5 Document all fixes applied in fix-bgp-and-mlag branch 2025-11-28 09:18:32 +00:00
830853dfb2 Fix: Add 'ip routing' command to enable BGP on spine2 2025-11-28 09:17:41 +00:00
7fd9a81013 Fix: Add 'ip routing' command to enable BGP on spine1 2025-11-28 09:17:10 +00:00
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
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
8a291426f9 Add admin user configuration to all devices 2025-11-21 12:09:23 +00:00
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
d2cdab6b5e Add quick reference guide 2025-11-16 15:41:44 +00:00
2759d9cb38 Add .gitignore file 2025-11-16 15:41:05 +00:00
279515edd6 Add comprehensive configuration guide 2025-11-16 15:40:19 +00:00
4991e18430 Add cleanup script 2025-11-16 15:39:20 +00:00
21e1cb2891 Add connectivity test script 2025-11-16 15:38:45 +00:00
600c8e9f57 Add deployment script with interactive menu 2025-11-16 15:38:18 +00:00
222ffb6bb5 Add validation commands documentation 2025-11-16 15:37:49 +00:00
944977510c Add leaf8 configuration with VRF gold and BGP border 2025-11-16 15:37:07 +00:00
61824f2ddf Add leaf7 configuration with VRF gold and BGP border 2025-11-16 15:36:49 +00:00
a1b87aabeb Add leaf6 configuration 2025-11-16 15:36:31 +00:00
c90a104528 Add leaf5 configuration 2025-11-16 15:36:16 +00:00
18f2f88440 Add leaf4 configuration with VRF gold 2025-11-16 15:36:02 +00:00
2e025f7116 Add leaf3 configuration with VRF gold 2025-11-16 15:35:47 +00:00
15d5d4017c Add leaf2 configuration 2025-11-16 15:35:29 +00:00
471722f0b5 Add leaf1 configuration 2025-11-16 15:35:13 +00:00
f7dc787960 Add spine2 configuration 2025-11-16 15:34:50 +00:00
1d2b843d45 Add spine1 configuration 2025-11-16 15:34:37 +00:00
0ea0e8c740 Add comprehensive README 2025-11-16 15:34:18 +00:00
240f5493ed Add ContainerLab topology file 2025-11-16 15:33:43 +00:00