From 685bcce5cccd148544b9b30fc52a67ed8c0348d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baran=20Sch=C3=B6neberg?= Date: Tue, 17 Jun 2025 16:11:40 +0200 Subject: [PATCH] IPv6 addressingscheme aktualisiert --- IPv6-addressingscheme.md | 29 ++++++----------------------- 1 file changed, 6 insertions(+), 23 deletions(-) diff --git a/IPv6-addressingscheme.md b/IPv6-addressingscheme.md index f8ca697..afeb5bd 100644 --- a/IPv6-addressingscheme.md +++ b/IPv6-addressingscheme.md @@ -127,26 +127,9 @@ The network structure reflects a hierarchical and location-aware split of the av ### Router-to-Switch Connections -**Hamburg: `2001:db8:1000:fff0::/64`** - -* RT-HH-01: `2001:db8:1000:fff0::1/64` - -* SW-HH-01: `2001:db8:1000:fff0::2/64` - -**Lübeck: `2001:db8:2000:fff0::/64`** - -* RT-HL-01: `2001:db8:2000:fff0::1/64` - -* SW-HL-01: `2001:db8:2000:fff0::2/64` - -**Berlin: `2001:db8:3000:fff0::/64`** - -* RT-B-01: `2001:db8:3000:fff0::1/64` - -* SW-B-01: `2001:db8:3000:fff0::2/64` - -**München: `2001:db8:4000:fff0::/64`** - -* RT-M-01: `2001:db8:4000:fff0::1/64` - -* SW-M-01: `2001:db8:4000:fff0::2/64` \ No newline at end of file +| Location| Subnet| Router Address| Switch Address| +|-----------|-----------|-----------|-----------| +| Hamburg| 2001:db8:1000:fff0::/64| 2001:db8:1000:fff0::1| 2001:db8:1000:fff0::2| +| Lübeck| 2001:db8:2000:fff0::/64| 2001:db8:2000:fff0::1| 2001:db8:2000:fff0::2| +| Berlin| 2001:db8:3000:fff0::/64| 2001:db8:3000:fff0::1| 2001:db8:3000:fff0::2| +| München| 2001:db8:4000:fff0::/64| 2001:db8:4000:fff0::1| 2001:db8:4000:fff0::2|