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|