Complete Lab Fixes - L2 and L3 VXLAN Fully Operational #14
@@ -74,6 +74,8 @@ topology:
|
||||
exec:
|
||||
# Create bonded interface with VLAN 40 tagging for L2 VXLAN test
|
||||
- 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 eth2 master bond0
|
||||
- ip link set bond0 up
|
||||
@@ -89,6 +91,8 @@ topology:
|
||||
exec:
|
||||
# Create bonded interface with VLAN 34 tagging for L3 VXLAN test (VRF gold)
|
||||
- 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 eth2 master bond0
|
||||
- ip link set bond0 up
|
||||
@@ -105,6 +109,8 @@ topology:
|
||||
exec:
|
||||
# Create bonded interface with VLAN 40 tagging for L2 VXLAN test
|
||||
- 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 eth2 master bond0
|
||||
- ip link set bond0 up
|
||||
@@ -120,6 +126,8 @@ topology:
|
||||
exec:
|
||||
# Create bonded interface with VLAN 78 tagging for L3 VXLAN test (VRF gold)
|
||||
- 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 eth2 master bond0
|
||||
- ip link set bond0 up
|
||||
|
||||
Reference in New Issue
Block a user