22 lines
515 B
YAML
22 lines
515 B
YAML
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
|
|
|
|
links:
|
|
- endpoints: [ "rt1:eth1", "rt2:eth1" ]
|
|
- endpoints: [ "rt1:eth2", "client1:eth1" ]
|
|
- endpoints: [ "rt2:eth2", "client2:eth1" ]
|