-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathndc_poc.clab.yml
172 lines (163 loc) · 5.79 KB
/
ndc_poc.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
# Copyright 2024 Daniel Melzer
# Licensed under the BSD 3-Clause License.
# SPDX-License-Identifier: BSD-3-Clause
name: ndc_poc # Nokia DC Proof-of-Conecpt for dacoso by dm
prefix: ""
mgmt:
network: ndc_poc
ipv4-subnet: 172.80.144.0/24
topology:
defaults:
kind: srl
kinds:
vr-sros:
image: registry.intra.miriquidi-net.works:9443/clab/nokia_sros:24.10.R1
type: sr-1x-48d
license: ./license_sr.key
srl:
image: registry.intra.miriquidi-net.works:9443/clab/nokia_srl:24.10.1
type: ixrd2l
nodes:
### DCGWS ###
dc-gw01-dc01:
kind: vr-sros
mgmt-ipv4: 172.80.144.11
startup-config: startup/dc-gw01-dc01/config.partial.cfg
dc-gw02-dc01:
kind: vr-sros
mgmt-ipv4: 172.80.144.12
startup-config: startup/dc-gw02-dc01/config.partial.cfg
dc-gw01-dc02:
kind: vr-sros
mgmt-ipv4: 172.80.144.21
startup-config: startup/dc-gw01-dc02/config.partial.cfg
dc-gw02-dc02:
kind: vr-sros
mgmt-ipv4: 172.80.144.22
startup-config: startup/dc-gw02-dc02/config.partial.cfg
### SPINES ###
spine01-dc01:
kind: srl
type: ixrd4
mgmt-ipv4: 172.80.144.13
startup-config: startup/spine01-dc01/config.cfg
spine02-dc01:
kind: srl
type: ixrd4
mgmt-ipv4: 172.80.144.14
startup-config: startup/spine02-dc01/config.cfg
spine01-dc02:
kind: srl
type: ixrd4
mgmt-ipv4: 172.80.144.23
startup-config: startup/spine01-dc02/config.cfg
spine02-dc02:
kind: srl
type: ixrd4
mgmt-ipv4: 172.80.144.24
startup-config: startup/spine02-dc02/config.cfg
### LEAFS ###
leaf01-dc01:
kind: srl
mgmt-ipv4: 172.80.144.15
startup-config: startup/leaf01-dc01/config.cfg
leaf02-dc01:
kind: srl
mgmt-ipv4: 172.80.144.16
startup-config: startup/leaf02-dc01/config.cfg
leaf03-dc01:
kind: srl
mgmt-ipv4: 172.80.144.17
startup-config: startup/leaf03-dc01/config.cfg
leaf04-dc01:
kind: srl
mgmt-ipv4: 172.80.144.18
startup-config: startup/leaf04-dc01/config.cfg
leaf01-dc02:
kind: srl
mgmt-ipv4: 172.80.144.25
startup-config: startup/leaf01-dc02/config.cfg
leaf02-dc02:
kind: srl
mgmt-ipv4: 172.80.144.26
startup-config: startup/leaf02-dc02/config.cfg
leaf03-dc02:
kind: srl
mgmt-ipv4: 172.80.144.27
startup-config: startup/leaf01-dc02/config.cfg
leaf04-dc02:
kind: srl
mgmt-ipv4: 172.80.144.28
startup-config: startup/leaf04-dc02/config.cfg
### CLIENTS ###
cpe01-dc01:
kind: vr-sros
mgmt-ipv4: 172.80.144.31
startup-config: startup/cpe01-dc01/config.partial.cfg
cpe02-dc01:
kind: vr-sros
mgmt-ipv4: 172.80.144.32
startup-config: startup/cpe02-dc01/config.partial.cfg
cpe03-dc01:
kind: vr-sros
mgmt-ipv4: 172.80.144.33
startup-config: startup/cpe03-dc01/config.partial.cfg
cpe04-dc01:
kind: vr-sros
mgmt-ipv4: 172.80.144.34
startup-config: startup/cpe04-dc01/config.partial.cfg
cpe01-dc02:
kind: vr-sros
mgmt-ipv4: 172.80.144.41
startup-config: startup/cpe01-dc02/config.partial.cfg
cpe02-dc02:
kind: vr-sros
mgmt-ipv4: 172.80.144.42
startup-config: startup/cpe02-dc02/config.partial.cfg
cpe03-dc02:
kind: vr-sros
mgmt-ipv4: 172.80.144.43
startup-config: startup/cpe03-dc02/config.partial.cfg
cpe04-dc02:
kind: vr-sros
mgmt-ipv4: 172.80.144.44
startup-config: startup/cpe04-dc02/config.partial.cfg
links:
- endpoints: ["dc-gw01-dc01:eth1", "dc-gw02-dc01:eth1"]
- endpoints: ["dc-gw01-dc01:eth2", "dc-gw01-dc02:eth2"]
- endpoints: ["dc-gw01-dc01:eth3", "dc-gw02-dc02:eth3"]
- endpoints: ["dc-gw02-dc01:eth3", "dc-gw01-dc02:eth3"]
- endpoints: ["dc-gw02-dc01:eth2", "dc-gw02-dc02:eth2"]
- endpoints: ["dc-gw01-dc02:eth1", "dc-gw02-dc02:eth1"]
- endpoints: ["dc-gw01-dc01:eth5", "spine01-dc01:e1-29"]
- endpoints: ["dc-gw01-dc01:eth6", "spine02-dc01:e1-29"]
- endpoints: ["dc-gw02-dc01:eth5", "spine01-dc01:e1-30"]
- endpoints: ["dc-gw02-dc01:eth6", "spine02-dc01:e1-30"]
- endpoints: ["dc-gw01-dc02:eth5", "spine01-dc02:e1-29"]
- endpoints: ["dc-gw01-dc02:eth6", "spine02-dc02:e1-29"]
- endpoints: ["dc-gw02-dc02:eth5", "spine01-dc02:e1-30"]
- endpoints: ["dc-gw02-dc02:eth6", "spine02-dc02:e1-30"]
- endpoints: ["spine01-dc01:e1-1", "leaf01-dc01:e1-49"]
- endpoints: ["spine01-dc01:e1-2", "leaf02-dc01:e1-49"]
- endpoints: ["spine01-dc01:e1-3", "leaf03-dc01:e1-49"]
- endpoints: ["spine01-dc01:e1-4", "leaf04-dc01:e1-49"]
- endpoints: ["spine02-dc01:e1-1", "leaf01-dc01:e1-50"]
- endpoints: ["spine02-dc01:e1-2", "leaf02-dc01:e1-50"]
- endpoints: ["spine02-dc01:e1-3", "leaf03-dc01:e1-50"]
- endpoints: ["spine02-dc01:e1-4", "leaf04-dc01:e1-50"]
- endpoints: ["spine01-dc02:e1-1", "leaf01-dc02:e1-49"]
- endpoints: ["spine01-dc02:e1-2", "leaf02-dc02:e1-49"]
- endpoints: ["spine01-dc02:e1-3", "leaf03-dc02:e1-49"]
- endpoints: ["spine01-dc02:e1-4", "leaf04-dc02:e1-49"]
- endpoints: ["spine02-dc02:e1-1", "leaf01-dc02:e1-50"]
- endpoints: ["spine02-dc02:e1-2", "leaf02-dc02:e1-50"]
- endpoints: ["spine02-dc02:e1-3", "leaf03-dc02:e1-50"]
- endpoints: ["spine02-dc02:e1-4", "leaf04-dc02:e1-50"]
- endpoints: ["cpe01-dc01:eth1", "leaf01-dc01:e1-1"]
- endpoints: ["cpe02-dc01:eth1", "leaf02-dc01:e1-1"]
- endpoints: ["cpe03-dc01:eth1", "leaf03-dc01:e1-1"]
- endpoints: ["cpe04-dc01:eth1", "leaf04-dc01:e1-1"]
- endpoints: ["cpe01-dc02:eth1", "leaf01-dc02:e1-1"]
- endpoints: ["cpe02-dc02:eth1", "leaf02-dc02:e1-1"]
- endpoints: ["cpe03-dc02:eth1", "leaf03-dc02:e1-1"]
- endpoints: ["cpe04-dc02:eth1", "leaf04-dc02:e1-1"]