Complete Lab Fixes - L2 and L3 VXLAN Fully Operational #14

Merged
Damien merged 87 commits from fix-bgp-and-mlag into main 2025-11-30 10:24:29 +00:00
Showing only changes of commit 0a23b0ddeb - Show all commits

View File

@@ -74,6 +74,8 @@ topology:
exec: exec:
# Create bonded interface with VLAN 40 tagging for L2 VXLAN test # Create bonded interface with VLAN 40 tagging for L2 VXLAN test
- ip link add bond0 type bond mode balance-rr - ip link add bond0 type bond mode balance-rr
- ip link set eth1 up
- ip link set eth2 up
- ip link set eth1 master bond0 - ip link set eth1 master bond0
- ip link set eth2 master bond0 - ip link set eth2 master bond0
- ip link set bond0 up - ip link set bond0 up
@@ -89,6 +91,8 @@ topology:
exec: exec:
# Create bonded interface with VLAN 34 tagging for L3 VXLAN test (VRF gold) # Create bonded interface with VLAN 34 tagging for L3 VXLAN test (VRF gold)
- ip link add bond0 type bond mode balance-rr - ip link add bond0 type bond mode balance-rr
- ip link set eth1 up
- ip link set eth2 up
- ip link set eth1 master bond0 - ip link set eth1 master bond0
- ip link set eth2 master bond0 - ip link set eth2 master bond0
- ip link set bond0 up - ip link set bond0 up
@@ -105,6 +109,8 @@ topology:
exec: exec:
# Create bonded interface with VLAN 40 tagging for L2 VXLAN test # Create bonded interface with VLAN 40 tagging for L2 VXLAN test
- ip link add bond0 type bond mode balance-rr - ip link add bond0 type bond mode balance-rr
- ip link set eth1 up
- ip link set eth2 up
- ip link set eth1 master bond0 - ip link set eth1 master bond0
- ip link set eth2 master bond0 - ip link set eth2 master bond0
- ip link set bond0 up - ip link set bond0 up
@@ -120,6 +126,8 @@ topology:
exec: exec:
# Create bonded interface with VLAN 78 tagging for L3 VXLAN test (VRF gold) # Create bonded interface with VLAN 78 tagging for L3 VXLAN test (VRF gold)
- ip link add bond0 type bond mode balance-rr - ip link add bond0 type bond mode balance-rr
- ip link set eth1 up
- ip link set eth2 up
- ip link set eth1 master bond0 - ip link set eth1 master bond0
- ip link set eth2 master bond0 - ip link set eth2 master bond0
- ip link set bond0 up - ip link set bond0 up