17 lines
423 B
YAML
17 lines
423 B
YAML
name: vjunosevolved
|
|
|
|
topology:
|
|
nodes:
|
|
client1:
|
|
kind: "linux"
|
|
image: wbitt/network-multitool:alpine-extra
|
|
exec:
|
|
- ip addr add 192.168.1.2/30 dev eth1
|
|
- ip route add 192.168.2.0/30 via 192.168.1.1
|
|
vevo:
|
|
kind: juniper_vjunosevolved
|
|
image: vrnetlab/vr-vjunosevolved:23.2R1-S1.8-EVO
|
|
startup-config: vjunos.cfg
|
|
|
|
links:
|
|
- endpoints: ["client1:eth1", "vevo:eth1"] |