-
Notifications
You must be signed in to change notification settings - Fork 11
/
topo.clab.yml
58 lines (58 loc) · 1.56 KB
/
topo.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
name: keng-frr
topology:
nodes:
ixc:
kind: linux
image: ghcr.io/open-traffic-generator/keng-controller:1.19.0-5
network-mode: host
cmd: --accept-eula --http-port 8443
ports:
- 8443:8443
te1:
kind: linux
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.241
ports:
- 5555:5555
- 50071:50071
env:
OPT_LISTEN_PORT: 5555
ARG_IFACE_LIST: virtual@af_packet,veth0
OPT_NO_HUGEPAGES: Yes
OPT_NO_PINNING: Yes
WAIT_FOR_IFACE: Yes
pe1:
kind: linux
image: ghcr.io/open-traffic-generator/ixia-c-protocol-engine:1.00.0.424
network-mode: container:te1
startup-delay: 5
env:
INTF_LIST: veth0
dut:
kind: linux
image: quay.io/frrouting/frr:8.4.2
binds:
- ./frr/daemons:/etc/frr/daemons
- ./frr/frr.conf:/etc/frr/frr.conf
- ./frr/vtysh.conf:/etc/frr/vtysh.conf
te2:
kind: linux
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.241
ports:
- 5556:5556
- 50072:50071
env:
OPT_LISTEN_PORT: 5556
ARG_IFACE_LIST: virtual@af_packet,veth2
OPT_NO_HUGEPAGES: Yes
OPT_NO_PINNING: Yes
WAIT_FOR_IFACE: Yes
pe2:
kind: linux
image: ghcr.io/open-traffic-generator/ixia-c-protocol-engine:1.00.0.424
network-mode: container:te2
startup-delay: 5
env:
INTF_LIST: veth2
links:
- endpoints: ["te1:veth0", "dut:veth1"]
- endpoints: ["te2:veth2", "dut:veth3"]