exp-7: base
This commit is contained in:
+38
-8
@@ -2,20 +2,50 @@ name: pe-exp-7
|
||||
|
||||
topology:
|
||||
nodes:
|
||||
client1:
|
||||
kind: linux
|
||||
image: ghcr.io/srl-labs/network-multitool:latest
|
||||
client2:
|
||||
kind: linux
|
||||
image: ghcr.io/srl-labs/network-multitool:latest
|
||||
rt1:
|
||||
kind: cisco_c8000v
|
||||
image: vrnetlab/cisco_c8000v:17.13.01a
|
||||
rt2:
|
||||
kind: cisco_c8000v
|
||||
image: vrnetlab/cisco_c8000v:17.13.01a
|
||||
sw1:
|
||||
kind: cisco_iol
|
||||
type: l2
|
||||
image: registry.uttnetgroup.fr/ung/vrnetlab/cisco_iol:L2-17.15.1
|
||||
sw2:
|
||||
kind: cisco_iol
|
||||
type: l2
|
||||
image: registry.uttnetgroup.fr/ung/vrnetlab/cisco_iol:L2-17.15.1
|
||||
client1:
|
||||
kind: linux
|
||||
image: ghcr.io/srl-labs/network-multitool:latest
|
||||
exec:
|
||||
- ip link set eth1 up
|
||||
- ip addr add 10.0.20.1/24 dev eth1
|
||||
client2:
|
||||
kind: linux
|
||||
image: ghcr.io/srl-labs/network-multitool:latest
|
||||
exec:
|
||||
- ip link set eth1 up
|
||||
- ip addr add 10.0.20.2/24 dev eth1
|
||||
client3:
|
||||
kind: linux
|
||||
image: ghcr.io/srl-labs/network-multitool:latest
|
||||
exec:
|
||||
- ip link set eth1 up
|
||||
- ip addr add 10.0.20.3/24 dev eth1
|
||||
client4:
|
||||
kind: linux
|
||||
image: ghcr.io/srl-labs/network-multitool:latest
|
||||
exec:
|
||||
- ip link set eth1 up
|
||||
- ip addr add 10.0.20.4/24 dev eth1
|
||||
|
||||
links:
|
||||
- endpoints: [ "rt1:eth1", "rt2:eth1" ]
|
||||
- endpoints: [ "rt1:eth2", "client1:eth1" ]
|
||||
- endpoints: [ "rt2:eth2", "client2:eth1" ]
|
||||
- endpoints: [ "rt1:eth2", "sw1:Ethernet0/1" ]
|
||||
- endpoints: [ "sw1:Ethernet0/2", "client1:eth1" ]
|
||||
- endpoints: [ "sw1:Ethernet0/3", "client2:eth1" ]
|
||||
- endpoints: [ "rt2:eth2", "sw2:Ethernet0/1" ]
|
||||
- endpoints: [ "sw2:Ethernet0/2", "client3:eth1" ]
|
||||
- endpoints: [ "sw2:Ethernet0/3", "client4:eth1" ]
|
||||
|
||||
Reference in New Issue
Block a user