-
Notifications
You must be signed in to change notification settings - Fork 0
/
telemetry-testbed-3nodes.yaml
45 lines (43 loc) · 1.17 KB
/
telemetry-testbed-3nodes.yaml
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
name: telemetry-testbed-3nodes
topology:
nodes:
pc1:
kind: linux
type: ubuntu-20.04-bionic
group: server
image: giros-dit/clab-telemetry-testbed-ubuntu:latest
pc2:
kind: linux
type: ubuntu-20.04-bionic
group: server
image: giros-dit/clab-telemetry-testbed-ubuntu:latest
pc3:
kind: linux
type: ubuntu-20.04-bionic
group: server
image: giros-dit/clab-telemetry-testbed-ubuntu:latest
r1:
kind: vr-csr
type: cisco-xe-csr1000v
group: router
image: vrnetlab/vr-csr:17.03.06
startup-config: r1-config-3nodes.txt
r2:
kind: vr-csr
type: cisco-xe-csr1000v
group: router
image: vrnetlab/vr-csr:17.03.06
startup-config: r2-config-3nodes.txt
r3:
kind: vr-csr
type: cisco-xe-csr1000v
group: router
image: vrnetlab/vr-csr:17.03.06
startup-config: r3-config-3nodes.txt
links:
- endpoints: ["pc1:eth1", "r1:eth1"]
- endpoints: ["r1:eth2", "r2:eth2"]
- endpoints: ["r1:eth3", "r3:eth2"]
- endpoints: ["r2:eth3", "r3:eth3"]
- endpoints: ["r2:eth1", "pc2:eth1"]
- endpoints: ["r3:eth1", "pc3:eth1"]