Skip to content

Commit 0b64edb

Browse files
committed
Release v1.13.0-1
1 parent 4a7297e commit 0b64edb

File tree

1 file changed

+14
-37
lines changed

1 file changed

+14
-37
lines changed

clab/rtbh/topo.yml

Lines changed: 14 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ topology:
1111
mgmt-ipv4: 172.100.100.2
1212
mgmt-ipv6: 2001:172:100:100::2
1313
binds:
14-
- ./pe-router/daemons:/etc/frr/daemons
15-
- ./pe-router/frr.conf:/etc/frr/frr.conf
16-
- ./pe-router/vtysh.conf:/etc/frr/vtysh.conf
14+
- ./pe-router/daemons:/etc/frr/daemons
15+
- ./pe-router/frr.conf:/etc/frr/frr.conf
16+
- ./pe-router/vtysh.conf:/etc/frr/vtysh.conf
1717
labels:
1818
graph-level: 1
1919
ce-router:
@@ -22,10 +22,10 @@ topology:
2222
mgmt-ipv4: 172.100.100.3
2323
mgmt-ipv6: 2001:172:100:100::3
2424
binds:
25-
- ./ce-router/daemons:/etc/frr/daemons
26-
- ./ce-router/frr.conf:/etc/frr/frr.conf
27-
- ./ce-router/vtysh.conf:/etc/frr/vtysh.conf
28-
- ./ce-router/hsflowd.conf:/etc/hsflowd.conf
25+
- ./ce-router/daemons:/etc/frr/daemons
26+
- ./ce-router/frr.conf:/etc/frr/frr.conf
27+
- ./ce-router/vtysh.conf:/etc/frr/vtysh.conf
28+
- ./ce-router/hsflowd.conf:/etc/hsflowd.conf
2929
env:
3030
COLLECTOR: yes
3131
exec:
@@ -63,33 +63,8 @@ topology:
6363
env:
6464
CLAB_SSH_CONNECTION: ${SSH_CONNECTION}
6565
RTPROP: >
66-
-Dddos_protect.as=64497
67-
-Dddos_protect.nexthop=203.0.113.2
68-
-Dddos_protect.enable.flowspec=yes
69-
-Dddos_protect.router=172.100.100.3
70-
-Dddos_protect.group.local=192.0.2.0/24
71-
-Dddos_protect.mode=automatic
72-
-Dddos_protect.icmp_flood.action=filter
73-
-Dddos_protect.icmp_flood.threshold=20000
74-
-Dddos_protect.icmp_flood.timeout=1
75-
-Dddos_protect.ip_flood.action=drop
76-
-Dddos_protect.ip_flood.threshold=8000
77-
-Dddos_protect.ip_flood.timeout=1
78-
-Dddos_protect.ip_fragmentation.action=filter
79-
-Dddos_protect.ip_fragmentation.threshold=20000
80-
-Dddos_protect.ip_fragmentation.timeout=1
81-
-Dddos_protect.tcp_amplification.action=filter
82-
-Dddos_protect.tcp_amplification.threshold=20000
83-
-Dddos_protect.tcp_amplification.timeout=1
84-
-Dddos_protect.tcp_flood.action=filter
85-
-Dddos_protect.tcp_flood.threshold=20000
86-
-Dddos_protect.tcp_flood.timeout=1
87-
-Dddos_protect.udp_amplification.action=filter
88-
-Dddos_protect.udp_amplification.threshold=20000
89-
-Dddos_protect.udp_amplification.timeout=1
90-
-Dddos_protect.udp_flood.action=filter
91-
-Dddos_protect.udp_flood.threshold=20000
92-
-Dddos_protect.udp_flood.timeout=1
66+
-Dddos_protect.as=64497 -Dddos_protect.nexthop=203.0.113.2 -Dddos_protect.enable.flowspec=yes -Dddos_protect.router=172.100.100.3 -Dddos_protect.group.local=192.0.2.0/24 -Dddos_protect.mode=automatic -Dddos_protect.icmp_flood.action=filter -Dddos_protect.icmp_flood.threshold=20000 -Dddos_protect.icmp_flood.timeout=1 -Dddos_protect.ip_flood.action=drop -Dddos_protect.ip_flood.threshold=8000 -Dddos_protect.ip_flood.timeout=1 -Dddos_protect.ip_fragmentation.action=filter -Dddos_protect.ip_fragmentation.threshold=20000 -Dddos_protect.ip_fragmentation.timeout=1 -Dddos_protect.tcp_amplification.action=filter -Dddos_protect.tcp_amplification.threshold=20000 -Dddos_protect.tcp_amplification.timeout=1 -Dddos_protect.tcp_flood.action=filter -Dddos_protect.tcp_flood.threshold=20000 -Dddos_protect.tcp_flood.timeout=1 -Dddos_protect.udp_amplification.action=filter -Dddos_protect.udp_amplification.threshold=20000 -Dddos_protect.udp_amplification.timeout=1 -Dddos_protect.udp_flood.action=filter -Dddos_protect.udp_flood.threshold=20000 -Dddos_protect.udp_flood.timeout=1
67+
9368
ports:
9469
- 8008:8008
9570
binds:
@@ -113,7 +88,9 @@ topology:
11388
- sh -c 'graphite_motd.sh 8080'
11489
labels:
11590
graph-hide: yes
91+
ixc:
92+
image: ghcr.io/open-traffic-generator/ixia-c-one:1.13.0-1
11693
links:
117-
- endpoints: ["pe-router:eth1","ce-router:eth1"]
118-
- endpoints: ["pe-router:eth2","ixia:eth1"]
119-
- endpoints: ["ce-router:eth2","ixia:eth2"]
94+
- endpoints: ["pe-router:eth1", "ce-router:eth1"]
95+
- endpoints: ["pe-router:eth2", "ixia:eth1"]
96+
- endpoints: ["ce-router:eth2", "ixia:eth2"]

0 commit comments

Comments
 (0)