aboutsummaryrefslogtreecommitdiffstats
path: root/topologies/available/lf_testbed2-XL710-XL710.yaml
blob: 7bb3f501cacc86ad2b84205ac22672aaaf5c7ee2 (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
---
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.20"
    port: 22
    username: testuser
    password: Cisco1234
    interfaces:
      port3:
        # t2-tg1-c4/p1 - 40GE port1 on Intel NIC xl710 2p40GE.
        mac_address: "68:05:ca:37:1f:1c"
        pci_address: "0000:86:00.0"
        driver: i40e
        link: link1
        model: Intel-XL710
      port5:
        # t2-tg1-c4/p2 - 40GE port2 on Intel NIC xl710 2p40GE.
        mac_address: "68:05:ca:37:1f:19"
        pci_address: "0000:86:00.1"
        driver: i40e
        link: link2
        model: Intel-XL710
  DUT1:
    type: DUT
    host: "10.30.51.21"
    port: 22
    username: testuser
    password: Cisco1234
    interfaces:
      port5:
        # t2-sut1-c4/p1 - 40GE port1 on Intel NIC xl710 2p40GE.
        mac_address: "68:05:ca:35:77:08"
        pci_address: "0000:85:00.0"
        link: link3
        model: Intel-XL710
      port6:
        # t2-sut1-c4/p2 - 40GE port2 on Intel NIC xl710 2p40GE.
        mac_address: "68:05:ca:35:77:09"
        pci_address: "0000:85:00.1"
        link: link1
        model: Intel-XL710
  DUT2:
    type: DUT
    host: "10.30.51.22"
    port: 22
    username: testuser
    password: Cisco1234
    interfaces:
      port5:
        # t2-sut2-c4/p1 - 40GE port1 on Intel NIC xl710 2p40GE.
        mac_address: "68:05:ca:35:76:98"
        pci_address: "0000:85:00.0"
        link: link2
        model: Intel-XL710
      port6:
        # t2-sut2-c4/p2 - 40GE port2 on Intel NIC xl710 2p40GE.
        mac_address: "68:05:ca:35:76:99"
        pci_address: "0000:85:00.1"
        link: link3
        model: Intel-XL710