diff --git a/src/slides.adoc b/src/slides.adoc index 4a1ca0f..b36c5a7 100644 --- a/src/slides.adoc +++ b/src/slides.adoc @@ -14,28 +14,65 @@ Pourquoi ? Comment ? image::https://www.web3.lu/wp-content/uploads/2012/10/internet_topology.jpg[] +=== Interconnexions + +[graphviz,intercos,svg] +---- +digraph G { + #rankdir=LR + edge [dir="both"] + node [style=filled] + + notre_AS [fillcolor = cyan]; + AS_Tronot + AS_Depic + AS_Hassain +} +---- + + === Interconnexions : peering -[plantuml,peering,svg] +[graphviz,peering,svg] ---- -cloud Notre_réseau -cloud Réseau_A -cloud Réseau_B -cloud Réseau_C -Notre_réseau <-> Réseau_A +digraph G { + rankdir=LR + edge [dir="both"] + node [style=filled] + + notre_AS [fillcolor = cyan]; + AS_Tronot [fillcolor = chartreuse] + AS_Depic + AS_Hassain + + {rank=source notre_AS} + + notre_AS -> AS_Tronot + #AS_Tronot -> AS_Hassain + #AS_Tronot -> AS_Depic +} ---- === Interconnexions : transit -[plantuml,transit,svg] +[graphviz,transit,svg] ---- -cloud Notre_réseau -cloud Réseau_A -cloud Réseau_B -cloud Réseau_C -Notre_réseau <-> Réseau_A -Réseau_A <-> Réseau_B -Réseau_A <-> Réseau_C +digraph G { + rankdir=LR + edge [dir="both"] + node [style=filled] + + notre_AS [fillcolor = cyan]; + AS_Tronot [fillcolor = chartreuse] + AS_Depic [fillcolor = aquamarine] + AS_Hassain [fillcolor = aquamarine] + + {rank=source notre_AS} + + notre_AS -> AS_Tronot + AS_Tronot -> AS_Hassain + AS_Tronot -> AS_Depic +} ---- == FAI ?