initial upload
This commit is contained in:
17
vjunosevolved.clab.yml
Normal file
17
vjunosevolved.clab.yml
Normal 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"]
|
||||
Reference in New Issue
Block a user