aboutsummaryrefslogtreecommitdiffstats
path: root/topologies/available/lf_3n_hsw_testbed1.yaml
blob: 3f7b0e8c76096f475268c8be38896dd0fcc048de (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
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
---
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.16"
    arch: x86_64
    port: 22
    username: testuser
    password: Csit1234
    interfaces:
      port1:
        # t1-tg1-c1/p1 - 40GE port1 on Intel NIC xl710 2p40GE.
        mac_address: "68:05:ca:37:1f:48"
        pci_address: "0000:02:00.0"
        ip4_address: "172.16.10.2"
        driver: i40e
        link: link1
        model: Intel-XL710
      port2:
        # t1-tg1-c1/p2 - 40GE port2 on Intel NIC xl710 2p40GE.
        mac_address: "68:05:ca:37:1f:4d"
        pci_address: "0000:02:00.1"
        ip4_address: "172.16.20.2"
        driver: i40e
        link: link2
        model: Intel-XL710
      port3:
        # t1-tg1-c3/p1 - 10GE port1 on Intel NIC x710 2p10GE.
        mac_address: "3c:fd:fe:9c:ee:a0"
        pci_address: "0000:05:00.0"
        ip4_address: "172.16.30.2"
        driver: i40e
        link: link3
        model: Intel-X710
      port4:
        # t1-tg1-c3/p2 - 10GE port2 on Intel NIC x710 2p10GE.
        mac_address: "3c:fd:fe:9c:ee:a1"
        pci_address: "0000:05:00.1"
        ip4_address: "172.16.40.2"
        driver: i40e
        link: link4
        model: Intel-X710
      port5:
        # t1-tg1-c2/p1 - 10GE port1 on Intel NIC x710 2p10GE.
        mac_address: "3c:fd:fe:9c:ed:50"
        pci_address: "0000:07:00.0"
        ip4_address: "172.16.50.2"
        driver: i40e
        link: link5
        model: Intel-X710
      port6:
        # t1-tg1-c2/p2 - 10GE port2 on Intel NIC x710 2p10GE.
        mac_address: "3c:fd:fe:9c:ed:51"
        pci_address: "0000:07:00.1"
        ip4_address: "172.16.60.2"
        driver: i40e
        link: link6
        model: Intel-X710
      port7:
        # t1-tg1-c4/p1 - 40GE port1 on Intel NIC xl710 2p40GE.
        mac_address: "68:05:ca:3a:af:40"
        pci_address: "0000:86:00.0"
        ip4_address: "172.16.70.2"
        driver: i40e
        link: link7
        model: Intel-XL710
      port8:
        # t1-tg1-c4/p2 - 40GE port2 on Intel NIC xl710 2p40GE.
        mac_address: "68:05:ca:3a:af:41"
        pci_address: "0000:86:00.1"
        ip4_address: "172.16.80.2"
        driver: i40e
        link: link8
        model: Intel-XL710
      port9:
        # t1-tg1-c5/p1 - 10GE port1 on Intel NIC x710 2p10GE.
        mac_address: "3c:fd:fe:9c:ee:2c"
        pci_address: "0000:88:00.0"
        ip4_address: "172.16.90.2"
        driver: i40e
        link: link9
        model: Intel-X710
      port10:
        # t1-tg1-c5/p2 - 10GE port2 on Intel NIC x710 2p10GE.
        mac_address: "3c:fd:fe:9c:ee:2d"
        pci_address: "0000:88:00.1"
        ip4_address: "172.16.100.2"
        driver: i40e
        link: link10
        model: Intel-X710
      port11:
        # t1-tg1-c6/p1 - 10GE port1 on Intel NIC x710 2p10GE.
        mac_address: "3c:fd:fe:9c:ed:a4"
        pci_address: "0000:84:00.0"
        ip4_address: "172.16.110.1"
        driver: i40e
        link: link11
        model: Intel-X710
      port12:
        # t1-tg1-c6/p2 - 10GE port2 on Intel NIC x710 2p10GE.
        mac_address: "3c:fd:fe:9c:ed:a5"
        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.17"
    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:
        # t1-sut1-c1/p1 - 10GE port1 on Intel NIC x520 2p10GE.
        mac_address: "90:e2:ba:b5:0a:18"
        pci_address: "0000:0a:00.0"
        ip4_address: "172.17.21.1"
        driver: ixgbe
        link: link21
        model: Intel-X520-DA2
      port2:
        # t1-sut1-c1/p2 - 10GE port2 on Intel NIC x520 2p10GE.
        mac_address: "90:e2:ba:b5:0a:19"
        pci_address: "0000:0a:00.1"
        ip4_address: "172.16.30.1"
        driver: ixgbe
        link: link3
        model: Intel-X520-DA2
      port3:
        # t1-sut1-c2/p1 - 40GE port1 on Cisco VIC 1385 2p40GE.
        mac_address: "04:62:73:8c:c3:0f"
        pci_address: "0000:13:00.0"
        ip4_address: "172.17.22.1"
        driver: enic
        link: link22
        model: Cisco-VIC-1385
      port4:
        # t1-sut1-c2/p2 - 40GE port2 on Cisco VIC 1385 2p40GE.
        mac_address: "04:62:73:8c:c3:10"
        pci_address: "0000:14:00.0"
        ip4_address: "172.16.10.1"
        driver: enic
        link: link1
        model: Cisco-VIC-1385
      port5:
        # t1-sut1-c4/p1 - 40GE port1 on Intel NIC xl710 2p40GE.
        mac_address: "68:05:ca:37:20:48"
        pci_address: "0000:88:00.0"
        ip4_address: "172.17.23.1"
        driver: i40e
        link: link23
        model: Intel-XL710
      port6:
        # t1-sut1-c4/p2 - 40GE port2 on Intel NIC xl710 2p40GE.
        mac_address: "68:05:ca:37:20:49"
        pci_address: "0000:88:00.1"
        ip4_address: "172.16.70.1"
        driver: i40e
        link: link7
        model: Intel-XL710
      port7:
        # t1-sut1-c5/p1 - 10GE port1 on Intel NIC x710 2p10GE.
        mac_address: "3c:fd:fe:9c:ee:c4"
        pci_address: "0000:8a:00.0"
        ip4_address: "172.17.24.1"
        driver: i40e
        link: link24
        model: Intel-X710
      port8:
        # t1-sut1-c5/p2 - 10GE port2 on Intel NIC x710 2p10GE.
        mac_address: "3c:fd:fe:9c:ee:c5"
        pci_address: "0000:8a:00.1"
        ip4_address: "172.16.90.1"
        driver: i40e
        link: link9
        model: Intel-X710
      port9:
        # t1-sut1-cm/p1 - 10GE port1 on Cisco VIC 1227 2p10GE.
        mac_address: "00:fe:c8:e4:d0:1b"
        pci_address: "0000:06:00.0"
        ip4_address: "172.17.25.1"
        driver: enic
        link: link25
        model: Cisco-VIC-1227
      port10:
        # t1-sut1-cm/p2 - 10GE port2 on Cisco VIC 1227 2p10GE.
        mac_address: "00:fe:c8:e4:d0:1c"
        pci_address: "0000:07:00.0"
        ip4_address: "172.16.50.1"
        driver: enic
        link: link5
        model: Cisco-VIC-1227
  DUT2:
    type: DUT
    host: "10.30.51.18"
    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:
        # t1-sut2-c1/p1 - 10GE port1 on Intel NIC x520 2p10GE.
        mac_address: "90:e2:ba:b5:05:e4"
        pci_address: "0000:0a:00.0"
        ip4_address: "172.16.40.1"
        driver: ixgbe
        link: link4
        model: Intel-X520-DA2
      port2:
        # t1-sut2-c1/p2 - 10GE port2 on Intel NIC x520 2p10GE.
        mac_address: "90:e2:ba:b5:05:e5"
        pci_address: "0000:0a:00.1"
        ip4_address: "172.17.21.2"
        driver: ixgbe
        link: link21
        model: Intel-X520-DA2
      port3:
        # t1-sut2-c2/p1 - 40GE port1 on Cisco VIC 1385 2p40GE.
        mac_address: "d8:b1:90:19:41:69"
        pci_address: "0000:13:00.0"
        ip4_address: "172.16.20.1"
        driver: enic
        link: link2
        model: Cisco-VIC-1385
      port4:
        # t1-sut2-c2/p2 - 40GE port2 on Cisco VIC 1385 2p40GE.
        mac_address: "d8:b1:90:19:41:6a"
        pci_address: "0000:15:00.0"
        ip4_address: "172.17.22.2"
        driver: enic
        link: link22
        model: Cisco-VIC-1385
      port5:
        # t1-sut2-c4/p1 - 40GE port1 on Intel NIC xl710 2p40GE.
        mac_address: "68:05:ca:35:78:e8"
        pci_address: "0000:88:00.0"
        ip4_address: "172.16.80.1"
        driver: i40e
        link: link8
        model: Intel-XL710
      port6:
        # t1-sut2-c4/p2 - 40GE port2 on Intel NIC xl710 2p40GE.
        mac_address: "68:05:ca:35:78:e9"
        pci_address: "0000:88:00.1"
        ip4_address: "172.17.23.2"
        driver: i40e
        link: link23
        model: Intel-XL710
      port7:
        # t1-sut2-c5/p1 - 10GE port1 on Intel NIC x710 2p10GE.
        mac_address: "3c:fd:fe:9c:ef:94"
        pci_address: "0000:8a:00.0"
        ip4_address: "172.16.100.1"
        driver: i40e
        link: link10
        model: Intel-X710
      port8:
        # t1-sut2-c5/p2 - 10GE port2 on Intel NIC x710 2p10GE.
        mac_address: "3c:fd:fe:9c:ef:95"
        pci_address: "0000:8a:00.1"
        ip4_address: "172.17.24.2"
        driver: i40e
        link: link24
        model: Intel-X710
      port9:
        # t1-sut2-cm/p1 - 10GE port1 on Cisco VIC 1227 2p10GE.
        mac_address: "00:fe:c8:e5:44:4c"
        pci_address: "0000:06:00.0"
        ip4_address: "172.16.60.1"
        driver: enic
        link: link6
        model: Cisco-VIC-1227
      port10:
        # t1-sut2-cm/p2 - 10GE port2 on Cisco VIC 1227 2p10GE.
        mac_address: "00:fe:c8:e5:44:4d"
        pci_address: "0000:07:00.0"
        ip4_address: "172.17.25.2"
        driver: enic
        link: link25
        model: Cisco-VIC-1227