---
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