From 1a4290dd3d9e9b1d5c92c71b670e1a951c913403 Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Thu, 20 Jul 2023 19:45:33 +0200 Subject: [PATCH] =?UTF-8?q?Re-add=20visualisation.ospf,=20has=20some=20ide?= =?UTF-8?q?a=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- visualisation.visu | 85 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 visualisation.visu diff --git a/visualisation.visu b/visualisation.visu new file mode 100644 index 0000000..89c258f --- /dev/null +++ b/visualisation.visu @@ -0,0 +1,85 @@ +# Keeping for reference, since this contains a few ideas (one.) for syntax. +visualisation + + router 172.23.100.1 + position 0 1300 + + network [172.23.100.10-2] + # future syntax idea: + #label hello + #polyline [0 0] [2 2] [3 3] + + router 172.23.100.2 + position 400 1300 + + router 172.23.100.3 + position 300 1800 + + router 172.23.100.4 + position 0 1700 + + router 172.23.100.5 + position 400 1700 + + router 172.23.100.6 + position 300 1600 + + router 172.23.100.7 + position 0 2100 + + router 172.23.100.8 + position 400 2100 + + router 172.23.100.9 + position 200 2500 + + router 172.23.100.10 + position 200 900 + + router 192.168.15.1 + position 200 700 + + router 192.168.15.7 + position 400 200 + + stubnet 192.168.15.0/24 + router 192.168.15.7 + position 600 300 + stubnet 192.168.0.0/24 + router 192.168.15.7 + position 600 200 + stubnet 192.168.42.0/24 + router 192.168.15.7 + position 600 100 + external 0.0.0.0/0 + position 200 0 + + router 192.168.15.10 + position 0 200 + + router 192.168.15.11 + position 200 200 + + network [172.23.100.4-3] + position 0 1500 + + network [172.23.100.6-3] + position 400 1500 + + network [172.23.100.7-3] + position 0 1900 + + network [172.23.100.8-3] + position 400 1900 + + network [172.23.100.9-2] + position 200 2300 + + network [172.23.100.10-2] + position 200 1100 + + network [192.168.15.1-10] + position 200 800 + + network [192.168.15.7-24] + position 200 500