X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Femuvim%2Fexamples%2Fmonitoring_demo_topology.py;h=a5cf0b2f0e9cd308138eacc510cc53af23d705f5;hb=d31e5d2016a61817381d109301086cb94a783ec4;hp=16c2b5033b5dc31324971df71422811599e57621;hpb=48727c8dfabcd23b729323cc0e66641af5660a9d;p=osm%2Fvim-emu.git diff --git a/src/emuvim/examples/monitoring_demo_topology.py b/src/emuvim/examples/monitoring_demo_topology.py index 16c2b50..a5cf0b2 100755 --- a/src/emuvim/examples/monitoring_demo_topology.py +++ b/src/emuvim/examples/monitoring_demo_topology.py @@ -60,11 +60,13 @@ def create_topology1(): to define you topology. These links can use Mininet's features to limit bw, add delay or jitter. """ + net.addLink(dc1, dc2, delay="10ms") net.addLink(dc1, dc2) - net.addLink("datacenter1", s1) + net.addLink("datacenter1", s1, delay="20ms") net.addLink(s1, dc3) net.addLink(s1, "datacenter4") + """ 5. We want to access and control our data centers from the outside, e.g., we want to connect an orchestrator to start/stop compute