Commit Graph
26 Commits
Author SHA1 Message Date
Damien 16c8de57f2 Fix: Move network statements to main IPv4 address-family in leaf8 2025-11-28 11:38:23 +00:00
Damien abfac1ea9f Fix: Move network statements to main IPv4 address-family in leaf7 2025-11-28 11:37:55 +00:00
Damien 8ca36c2214 Fix: Move network statements to main IPv4 address-family in leaf4 2025-11-28 11:37:31 +00:00
Damien 9113a11100 Fix: Move network statements to main IPv4 address-family in leaf3 2025-11-28 11:37:09 +00:00
Damien aef7ce6b6e Fix: Remove duplicate network advertisements in leaf8 BGP config 2025-11-28 11:24:33 +00:00
Damien 862d2260bc Fix: Remove duplicate network advertisements in leaf7 BGP config 2025-11-28 11:24:17 +00:00
Damien b9b4fcd163 Fix: Remove duplicate network advertisements in leaf4 BGP config 2025-11-28 11:24:03 +00:00
Damien 70d6bb0b8f Fix: Remove duplicate network advertisements in leaf3 BGP config 2025-11-28 11:23:43 +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 830853dfb2 Fix: Add 'ip routing' command to enable BGP on spine2 2025-11-28 09:17:41 +00:00
Damien 7fd9a81013 Fix: Add 'ip routing' command to enable BGP on spine1 2025-11-28 09:17:10 +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 8a291426f9 Add admin user configuration to all devices 2025-11-21 12:09:23 +00:00
Damien 944977510c Add leaf8 configuration with VRF gold and BGP border 2025-11-16 15:37:07 +00:00
Damien 61824f2ddf Add leaf7 configuration with VRF gold and BGP border 2025-11-16 15:36:49 +00:00
Damien a1b87aabeb Add leaf6 configuration 2025-11-16 15:36:31 +00:00
Damien c90a104528 Add leaf5 configuration 2025-11-16 15:36:16 +00:00
Damien 18f2f88440 Add leaf4 configuration with VRF gold 2025-11-16 15:36:02 +00:00
Damien 2e025f7116 Add leaf3 configuration with VRF gold 2025-11-16 15:35:47 +00:00
Damien 15d5d4017c Add leaf2 configuration 2025-11-16 15:35:29 +00:00
Damien 471722f0b5 Add leaf1 configuration 2025-11-16 15:35:13 +00:00
Damien f7dc787960 Add spine2 configuration 2025-11-16 15:34:50 +00:00
Damien 1d2b843d45 Add spine1 configuration 2025-11-16 15:34:37 +00:00