Commit Graph

27 Commits

Author SHA1 Message Date
4fc902ee13 Add DEPLOYMENT_GUIDE.md with step-by-step instructions
Provide clear deployment instructions, verification checklist, and
troubleshooting guidance for the EVPN-VXLAN lab with applied fixes.
2025-11-28 09:28:13 +00:00
783e12cea6 Add FIXES_APPLIED.md to main branch
Document all critical fixes discovered during lab testing:
- Spine routing: ip routing command added
- MLAG: static LAG mode enabled
- Pending: port-channel access mode, host networking

Track status of each fix for deployment readiness.
2025-11-28 09:27:56 +00:00
62efe9fc93 Apply critical fix: Add ip routing command to spine2
This enables BGP and IP forwarding on spine switches. Without this command,
BGP sessions cannot be established and routing is disabled. This is essential
for the underlay fabric to function properly.
2025-11-28 09:27:19 +00:00
41a7e5e9e3 Apply critical fix: Add ip routing command to spine1
This enables BGP and IP forwarding on spine switches. Without this command,
BGP sessions cannot be established and routing is disabled. This is essential
for the underlay fabric to function properly.
2025-11-28 09:27:03 +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