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.
This commit is contained in:
2025-11-24 20:10:05 +00:00
parent 8a291426f9
commit 02d41fde2e
2 changed files with 62 additions and 17 deletions

View File

@@ -76,6 +76,7 @@ topology:
- ip link set eth1 master bond0
- ip link set eth2 master bond0
- ip link set bond0 up
- ip addr add 10.40.40.101/24 dev bond0
host2:
kind: linux
@@ -86,6 +87,8 @@ topology:
- ip link set eth1 master bond0
- ip link set eth2 master bond0
- ip link set bond0 up
- ip addr add 10.34.34.102/24 dev bond0
- ip route add default via 10.34.34.1
host3:
kind: linux
@@ -96,6 +99,7 @@ topology:
- ip link set eth1 master bond0
- ip link set eth2 master bond0
- ip link set bond0 up
- ip addr add 10.40.40.103/24 dev bond0
host4:
kind: linux
@@ -106,6 +110,8 @@ topology:
- ip link set eth1 master bond0
- ip link set eth2 master bond0
- ip link set bond0 up
- ip addr add 10.78.78.104/24 dev bond0
- ip route add default via 10.78.78.1
links:
# Spine1 to Leaf connections (underlay fabric)