-
Notifications
You must be signed in to change notification settings - Fork 0
/
telemetry-testbed-xe-srl-4hosts.yaml
57 lines (55 loc) · 1.44 KB
/
telemetry-testbed-xe-srl-4hosts.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
46
47
48
49
50
51
52
53
54
55
56
57
name: telemetry-testbed-xe-srl-4hosts
topology:
nodes:
pc11:
kind: linux
type: ubuntu-20.04-bionic
group: server
image: giros-dit/clab-telemetry-testbed-ubuntu:latest
pc12:
kind: linux
type: ubuntu-20.04-bionic
group: server
image: giros-dit/clab-telemetry-testbed-ubuntu:latest
s1:
kind: ceos
type: arista-ceos
group: switch
image: ceos:4.30.4M
startup-config: s1-config.txt
s2:
kind: ceos
type: arista-ceos
group: switch
image: ceos:4.30.4M
startup-config: s2-config.txt
r1:
kind: vr-csr
image: giros-dit/xe-csr1000v:latest
type: cisco-xe-csr1000v
group: router
startup-config: r1-config.txt
r2:
kind: nokia_srlinux
image: ghcr.io/nokia/srlinux
type: ixr6
group: router
startup-config: srl2.cfg
pc21:
kind: linux
type: ubuntu-20.04-bionic
group: server
image: giros-dit/clab-telemetry-testbed-ubuntu:latest
pc22:
kind: linux
type: ubuntu-20.04-bionic
group: server
image: giros-dit/clab-telemetry-testbed-ubuntu:latest
links:
- endpoints: ["pc11:eth1", "s1:eth1"]
- endpoints: ["pc12:eth1", "s1:eth2"]
- endpoints: ["s1:eth3", "r1:eth1"]
- endpoints: ["r1:eth2", "r2:e1-2"]
- endpoints: ["r2:e1-1", "s2:eth3"]
- endpoints: ["s2:eth1", "pc21:eth1"]
- endpoints: ["s2:eth2", "pc22:eth1"]