Files related to the DN42 project I'm contributing to. Mostly router configs and automated scripts. At some point it should be fully automated using Ansible.
Go to file
ventilaar 824885138e add mermaid graph 2023-03-31 00:03:35 +02:00
os base commit 2023-03-29 15:34:39 +02:00
LICENSE Initial commit 2023-03-29 15:22:41 +02:00
README.md add mermaid graph 2023-03-31 00:03:35 +02:00

README.md

dn42

Files related to the DN42 project I'm contributing to. Mostly router configs and automated scripts. At some point it should be fully automated using Ansible.

This is a testing graph using Mermaid, it's ugly as heck but it's nicely customizable in text. It may not be accurate yet.

flowchart LR
   subgraph backbone
   atl04 --- sin05
   ams01 --- atl04
   sin05 --- ams01
   end
   subgraph europe
   ams01 --- ams02
   ams01 --- ngw00
   ams01 --- los03
   end
   subgraph america
   atl04 --- none0
   end
   subgraph asia
   sin05 --- none1
   end