-
Notifications
You must be signed in to change notification settings - Fork 6
/
vxlan-type5-crpd.clab.yml
48 lines (46 loc) · 1.11 KB
/
vxlan-type5-crpd.clab.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
name: vxlan
topology:
nodes:
r1:
kind: crpd
image: crpd:21.2R1.10
license: junos_sfnt.lic
cmd: /config/license-init.sh
config: r1/juniper.conf
r2:
kind: crpd
image: crpd:21.2R1.10
license: junos_sfnt.lic
cmd: /config/license-init.sh
config: r2/juniper.conf
c1:
kind: linux
image: ghcr.io/hellt/network-multitool
cmd: /config/network-init.sh
binds:
- c1:/config
c2:
kind: linux
image: ghcr.io/hellt/network-multitool
cmd: /config/network-init.sh
binds:
- c2:/config
c3:
kind: linux
image: ghcr.io/hellt/network-multitool
cmd: /config/network-init.sh
binds:
- c3:/config
c4:
kind: linux
image: ghcr.io/hellt/network-multitool
cmd: /config/network-init.sh
binds:
- c4:/config
links:
- endpoints: ["r1:net1", "r2:net1"]
- endpoints: ["r1:net2", "r2:net2"]
- endpoints: ["r1:net3", "c1:net1"]
- endpoints: ["r1:net4", "c3:net1"]
- endpoints: ["r2:net3", "c2:net1"]
- endpoints: ["r2:net4", "c4:net1"]