aboutsummaryrefslogtreecommitdiff
path: root/topo/1mbps.yml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-09-19 12:44:52 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-09-19 12:44:52 +0200
commitbd6a1253999e05fb77fe74e51ddfea507b5d7361 (patch)
treeba5daeccfb6cee6281fcd21f5a5ae6c4629aba90 /topo/1mbps.yml
parent813b35e4794051cd4d0327ce25644c28df9dfd63 (diff)
downloadmknet-bd6a1253999e05fb77fe74e51ddfea507b5d7361.tar.gz
mknet-bd6a1253999e05fb77fe74e51ddfea507b5d7361.zip
Create bandwidth bottleneck topo
Diffstat (limited to 'topo/1mbps.yml')
-rw-r--r--topo/1mbps.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/topo/1mbps.yml b/topo/1mbps.yml
new file mode 100644
index 0000000..75fdfc2
--- /dev/null
+++ b/topo/1mbps.yml
@@ -0,0 +1,25 @@
+links:
+ - &slow
+ bandwidth: 1M
+ latency: 500us
+ - &1000
+ bandwidth: 1000M
+ latency: 100us
+
+servers:
+ - name: node1
+ <<: *slow
+ - name: node2
+ <<: *slow
+ - name: node3
+ <<: *slow
+
+global:
+ subnet:
+ base: 'fc00:9a7a:9e::'
+ local: 64
+ zone: 16
+ latency-offset: 3ms
+ upstream:
+ ip: fc00:9a7a:9e:ffff:ffff:ffff:ffff:ffff
+ conn: *1000