blob: d35052a23c079215330353018116c3af370a47a2 (
plain)
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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
|
---
metadata:
version: 0.1
schema:
- resources/topology_schemas/3_node_topology.sch.yaml
- resources/topology_schemas/topology.sch.yaml
tags: [hw, 3-node]
nodes:
TG:
type: TG
subtype: TREX
host: "10.30.51.24"
arch: x86_64
port: 22
username: testuser
password: Csit1234
interfaces:
port1:
# t3-tg1-c1/p1 - 40GE port1 on Intel NIC xl710 2p40GE.
mac_address: "68:05:ca:35:79:40"
pci_address: "0000:02:00.0"
ip4_address: "172.16.10.2"
driver: i40e
link: link1
model: Intel-XL710
port2:
# t3-tg1-c1/p2 - 40GE port2 on Intel NIC xl710 2p40GE.
mac_address: "68:05:ca:35:79:41"
pci_address: "0000:02:00.1"
ip4_address: "172.16.20.2"
driver: i40e
link: link2
model: Intel-XL710
port3:
# t3-tg1-c2/p1 - 10GE port1 on Intel NIC x710 2p10GE.
mac_address: "3c:fd:fe:9c:ef:98"
pci_address: "0000:05:00.0"
ip4_address: "172.16.30.2"
driver: i40e
link: link3
model: Intel-X710
port4:
# t3-tg1-c2/p2 - 10GE port2 on Intel NIC x710 2p10GE.
mac_address: "3c:fd:fe:9c:ef:99"
pci_address: "0000:05:00.1"
ip4_address: "172.16.40.2"
driver: i40e
link: link4
model: Intel-X710
port5:
# t3-tg1-c3/p1 - 10GE port1 on Intel NIC x710 2p10GE.
mac_address: "3c:fd:fe:9c:ee:28"
pci_address: "0000:07:00.0"
ip4_address: "172.16.50.2"
driver: i40e
link: link5
model: Intel-X710
port6:
# t3-tg1-c3/p2 - 10GE port2 on Intel NIC x710 2p10GE.
mac_address: "3c:fd:fe:9c:ee:29"
pci_address: "0000:07:00.1"
ip4_address: "172.16.60.2"
driver: i40e
link: link6
model: Intel-X710
port7:
# t3-tg1-c4/p1 - 40GE port1 on Intel NIC xl710 2p40GE.
mac_address: "68:05:ca:35:79:1c"
pci_address: "0000:86:00.0"
ip4_address: "172.16.70.2"
driver: i40e
link: link7
model: Intel-XL710
port8:
# t3-tg1-c4/p2 - 40GE port2 on Intel NIC xl710 2p40GE.
mac_address: "68:05:ca:35:79:19"
pci_address: "0000:86:00.1"
ip4_address: "172.16.80.2"
driver: i40e
link: link8
model: Intel-XL710
port9:
# t3-tg1-c5/p1 - 10GE port1 on Intel NIC x710 2p10GE.
mac_address: "3c:fd:fe:9c:ee:74"
pci_address: "0000:88:00.0"
ip4_address: "172.16.90.2"
driver: i40e
link: link9
model: Intel-X710
port10:
# t3-tg1-c5/p2 - 10GE port2 on Intel NIC x710 2p10GE.
mac_address: "3c:fd:fe:9c:ee:75"
pci_address: "0000:88:00.1"
ip4_address: "172.16.100.2"
driver: i40e
link: link10
model: Intel-X710
port11:
# t3-tg1-c6/p1 - 10GE port1 on Intel NIC x710 2p10GE.
mac_address: "3c:fd:fe:9c:ef:38"
pci_address: "0000:84:00.0"
ip4_address: "172.16.110.1"
driver: i40e
link: link11
model: Intel-X710
port12:
# t3-tg1-c6/p2 - 10GE port2 on Intel NIC x710 2p10GE.
mac_address: "3c:fd:fe:9c:ef:39"
pci_address: "0000:84:00.1"
ip4_address: "172.16.110.2"
driver: i40e
link: link11
model: Intel-X710
DUT1:
type: DUT
host: "10.30.51.25"
arch: x86_64
port: 22
username: testuser
password: Csit1234
cryptodev: 0000:86:00.0
uio_driver: vfio-pci
honeycomb:
user: admin
passwd: admin
port: 8183
netconf_port: 2831
interfaces:
port1:
# t3-sut1-c1/p1 - 10GE port1 on Intel NIC x520 2p10GE.
mac_address: "90:e2:ba:b5:01:dc"
pci_address: "0000:0a:00.0"
ip4_address: "172.17.21.1"
link: link21
model: Intel-X520-DA2
port2:
# t3-sut1-c1/p2 - 10GE port2 on Intel NIC x520 2p10GE.
mac_address: "90:e2:ba:b5:01:dd"
pci_address: "0000:0a:00.1"
ip4_address: "172.16.30.1"
link: link3
model: Intel-X520-DA2
port3:
# t3-sut1-c2/p1 - 40GE port1 on Cisco VIC 1385 2p40GE.
mac_address: "04:62:73:f8:80:c1"
pci_address: "0000:13:00.0"
ip4_address: "172.17.22.1"
link: link22
model: Cisco-VIC-1385
port4:
# t3-sut1-c2/p2 - 40GE port2 on Cisco VIC 1385 2p40GE.
mac_address: "04:62:73:f8:80:c2"
pci_address: "0000:15:00.0"
ip4_address: "172.16.10.1"
link: link1
model: Cisco-VIC-1385
port5:
# t3-sut1-c4/p1 - 40GE port1 on Intel NIC xl710 2p40GE.
mac_address: "68:05:ca:37:25:18"
pci_address: "0000:88:00.0"
ip4_address: "172.17.23.1"
link: link23
model: Intel-XL710
port6:
# t3-sut1-c4/p2 - 40GE port2 on Intel NIC xl710 2p40GE.
mac_address: "68:05:ca:37:25:19"
pci_address: "0000:88:00.1"
ip4_address: "172.16.70.1"
link: link7
model: Intel-XL710
port7:
# t3-sut1-c5/p1 - 10GE port1 on Intel NIC x710 2p10GE.
mac_address: "3c:fd:fe:9c:ef:34"
pci_address: "0000:8a:00.0"
ip4_address: "172.17.24.1"
link: link24
model: Intel-X710
port8:
# t3-sut1-c5/p2 - 10GE port2 on Intel NIC x710 2p10GE.
mac_address: "3c:fd:fe:9c:ef:35"
pci_address: "0000:8a:00.1"
ip4_address: "172.16.90.1"
link: link9
model: Intel-X710
port9:
# t3-sut1-cm/p1 - 10GE port1 on Cisco VIC 1227 2p10GE.
mac_address: "00:fe:c8:e5:46:d0"
pci_address: "0000:06:00.0"
ip4_address: "172.17.25.1"
link: link25
model: Cisco-VIC-1227
port10:
# t3-sut1-cm/p2 - 10GE port2 on Cisco VIC 1227 2p10GE.
mac_address: "00:fe:c8:e5:46:d1"
pci_address: "0000:07:00.0"
ip4_address: "172.16.50.1"
link: link5
model: Cisco-VIC-1227
DUT2:
type: DUT
host: "10.30.51.26"
arch: x86_64
port: 22
username: testuser
password: Csit1234
cryptodev: 0000:86:00.0
uio_driver: vfio-pci
honeycomb:
user: admin
passwd: admin
port: 8183
netconf_port: 2831
interfaces:
port1:
# t3-sut3-c1/p1 - 10GE port1 on Intel NIC x520 2p10GE.
mac_address: "90:e2:ba:b5:0f:38"
pci_address: "0000:0a:00.0"
ip4_address: "172.16.40.1"
link: link4
model: Intel-X520-DA2
port2:
# t3-sut3-c1/p2 - 10GE port2 on Intel NIC x520 2p10GE.
mac_address: "90:e2:ba:b5:0f:39"
pci_address: "0000:0a:00.1"
ip4_address: "172.17.21.2"
link: link21
model: Intel-X520-DA2
port3:
# t3-sut3-c2/p1 - 40GE port1 on Cisco VIC 1385 2p40GE.
mac_address: "04:62:73:8c:78:2f"
pci_address: "0000:13:00.0"
ip4_address: "172.16.20.1"
link: link2
model: Cisco-VIC-1385
port4:
# t3-sut3-c2/p2 - 40GE port2 on Cisco VIC 1385 2p40GE.
mac_address: "04:62:73:8c:78:30"
pci_address: "0000:15:00.0"
ip4_address: "172.17.22.2"
link: link22
model: Cisco-VIC-1385
port5:
# t3-sut3-c4/p1 - 40GE port1 on Intel NIC xl710 2p40GE.
mac_address: "68:05:ca:35:76:b0"
pci_address: "0000:88:00.0"
ip4_address: "172.16.80.1"
link: link8
model: Intel-XL710
port6:
# t3-sut3-c4/p2 - 40GE port2 on Intel NIC xl710 2p40GE.
mac_address: "68:05:ca:35:76:b1"
pci_address: "0000:88:00.1"
ip4_address: "172.17.23.2"
link: link23
model: Intel-XL710
port7:
# t3-sut3-c5/p1 - 10GE port1 on Intel NIC x710 2p10GE.
mac_address: "3c:fd:fe:9c:ee:e0"
pci_address: "0000:8a:00.0"
ip4_address: "172.16.100.1"
link: link10
model: Intel-X710
port8:
# t3-sut3-c5/p2 - 10GE port2 on Intel NIC x710 2p10GE.
mac_address: "3c:fd:fe:9c:ee:e1"
pci_address: "0000:8a:00.1"
ip4_address: "172.17.24.2"
link: link24
model: Intel-X710
port9:
# t3-sut3-cm/p1 - 10GE port1 on Cisco VIC 1227 2p10GE.
mac_address: "00:fe:c8:e5:44:19"
pci_address: "0000:06:00.0"
ip4_address: "172.16.60.1"
link: link6
model: Cisco-VIC-1227
port10:
# t3-sut3-cm/p2 - 10GE port2 on Cisco VIC 1227 2p10GE.
mac_address: "00:fe:c8:e5:44:1a"
pci_address: "0000:07:00.0"
ip4_address: "172.17.25.2"
link: link25
model: Cisco-VIC-1227
|