dn42/README.md

575 B

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