initial upload

This commit is contained in:
Jonathan Nebel
2023-12-29 10:58:24 +01:00
commit 807a6ad1a8
3 changed files with 74 additions and 0 deletions

17
vjunosevolved.clab.yml Normal file
View File

@@ -0,0 +1,17 @@
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"]