• Navigation überspringen
  • Zur Navigation
  • Zum Seitenende
Organisationsmenü öffnen Organisationsmenü schließen
WiN-Labor
  • English
  • zur Forschungsgruppe Netz am RRZE

WiN-Labor

Menu Menu schließen
  • Quantentechnologien
    • Grundlagen
    • Quantencomputer
    • Quantensimulation
    • Quantennetze
    • Tutorials
    • Quanteninitiativen
    • weiterführende Information
    zu Quantentechnologien
  • DFN-GVS
    • Video-Tutorials
    • Einfache Beispielkonfiguration
    • Aufbau
    zu DFN-GVS
  • Projekte
    • WiN-Labor Projekte
      • WiN-Labor aktuell
      • WiN-Labor abgeschlossene Projekte
    • Kooperationsprojekte
      • aktuelle Kooperationsprojekte
      • abgeschlossene Kooperationsprojekte
    zu Projekte
  • Publikationen
  1. Startseite
  2. DFN-GVS
  3. Einfache Beispielkonfiguration

Einfache Beispielkonfiguration

Bereichsnavigation: DFN-GVS
  • Aufbau
  • Einfache Beispielkonfiguration
  • Video-Tutorials

Einfache Beispielkonfiguration

Nach dem Login können Sie unter Types > Add untenstehenden Code einfügen und erhalten ein virtuelles Netz mit 3 VMs, welche vollvermascht verbunden sind.

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
Nach oben