diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-09-19 12:44:52 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-09-19 12:44:52 +0200 |
commit | bd6a1253999e05fb77fe74e51ddfea507b5d7361 (patch) | |
tree | ba5daeccfb6cee6281fcd21f5a5ae6c4629aba90 /topo/10mbps.yml | |
parent | 813b35e4794051cd4d0327ce25644c28df9dfd63 (diff) | |
download | mknet-bd6a1253999e05fb77fe74e51ddfea507b5d7361.tar.gz mknet-bd6a1253999e05fb77fe74e51ddfea507b5d7361.zip |
Create bandwidth bottleneck topo
Diffstat (limited to 'topo/10mbps.yml')
-rw-r--r-- | topo/10mbps.yml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/topo/10mbps.yml b/topo/10mbps.yml new file mode 100644 index 0000000..d895c58 --- /dev/null +++ b/topo/10mbps.yml @@ -0,0 +1,25 @@ +links: + - &slow + bandwidth: 10M + 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 |