• Skip navigation
  • Skip to navigation
  • Skip to the bottom
Simulate organization breadcrumb open Simulate organization breadcrumb close
WiN-Lab
  • Deutsch
  • zur Forschungsgruppe Netz am RRZE

WiN-Lab

Navigation Navigation close
  • Quantum Technology
    • Basics
    • Quantum computing
    • Quantum simulation
    • Quantum Networks
    • Tutorials
    • Quantum initiatives
    • Additional information
    zu Quantum Technology
  • DFN-GVS
    • Video-Tutorials
    • Simple configuration example
    • Setup
    zu DFN-GVS
  • Projects
    • WiN-Lab Projects
      • current WiN-Lab project
      • closed WiN-Labor projects
    zu Projects
  • Publications
  1. Home
  2. DFN-GVS
  3. Simple configuration example

Simple configuration example

In page navigation: DFN-GVS
  • Setup
  • Simple configuration example
  • Video-Tutorials

Simple configuration example

After logging in, you can paste the code below under Types > Add and get a virtual network with 3 VMs, which are fully meshed connected.

Triangle {
description = "Three interconnected hosts"
id="TriangleTestbed"
host { 
id="h1"
port { id="eth1" }
port { id="eth2" }
}
host {
id="h2"
port { id="eth1" }
port { id="eth2" }
}
host {
id="h3"
port { id="eth1" }
port { id="eth2" }
}
link {
id="l1"
port { id="src" }
port { id="dst" }
}
link {
id="l2"
port { id="src" }
port { id="dst" }
}
link {
id="l3"
port { id="src" }
port { id="dst" }
}
adjacency h1.eth1, l1.src
adjacency h2.eth2, l1.dst
adjacency h2.eth1, l2.src
adjacency h3.eth2, l2.dst
adjacency h1.eth2, l3.src
adjacency h3.eth1, l3.dst
}

Deutsches Forschungsnetz

DFN-Logo
  • Kontakt
  • Impressum
  • Datenschutz
  • Barrierefreiheit
Up