IPv6 addressingscheme hinzugefügt
parent
4692b0d7cc
commit
790268fa17
1 changed files with 81 additions and 0 deletions
81
IPv6-addressingscheme.md
Normal file
81
IPv6-addressingscheme.md
Normal file
|
@ -0,0 +1,81 @@
|
|||
Unique Local Address - ULA
|
||||
Transport network (router to router): `fd00::/8`
|
||||
Global Unicast Address
|
||||
Local network (slients & server): `2001:db8::/32`
|
||||
|
||||
Static addresses and routing
|
||||
|
||||
### Transport network addressing scheme
|
||||
|
||||
**RT-HH-01 ↔ RT-HL-01: `fd00:0:0:1::/127`**
|
||||
|
||||
- RT-HH-01: `fd00:0:0:1::0/127`
|
||||
|
||||
- RT-HL-01:` fd00:0:0:1::1/127`
|
||||
|
||||
**RT-HH-01 ↔ RT-B-01: `fd00:0:0:2::/127`**
|
||||
|
||||
- RT-HH-01: `fd00:0:0:2::0/127`
|
||||
|
||||
- RT-B-01: `fd00:0:0:2::1/127`
|
||||
|
||||
**RT-HL-01 ↔ RT-M-01: `fd00:0:0:3::/127`**
|
||||
|
||||
- RT-HL-01: `fd00:0:0:3::0/127`
|
||||
|
||||
- RT-M-01: `fd00:0:0:3::1/127`
|
||||
|
||||
**RT-B-01 ↔ RT-M-01:` fd00:0:0:4::/127`**
|
||||
|
||||
- RT-B-01: `fd00:0:0:4::0/127`
|
||||
|
||||
- RT-M-01: `fd00:0:0:4::1/127`
|
||||
|
||||
### Local network addressing scheme
|
||||
|
||||
**Hamburg (HH) - `2001:db8:1000::/48`**
|
||||
* VLAN 10: `2001:db8:1000:10::/64`
|
||||
|
||||
* SW-HH-01: `2001:db8:1000:10::1/64`
|
||||
|
||||
* Client 1: `2001:db8:1000:10::10/64`
|
||||
|
||||
* Client 2: `2001:db8:1000:10::11/64`
|
||||
|
||||
* VLAN 20: `2001:db8:1000:20::/64`
|
||||
|
||||
* SW-HH-01:` 2001:db8:1000:20::1/64`
|
||||
|
||||
|
||||
**Lübeck (HL) - 2001:db8:2000::/48**
|
||||
|
||||
* VLAN 30: `2001:db8:2000:30::/64`
|
||||
*
|
||||
* SW-HL-01: `2001:db8:2000:30::1/64`
|
||||
*
|
||||
* Client 1: `2001:db8:2000:30::10/64`
|
||||
*
|
||||
* Client 2: `2001:db8:2000:30::11/64`
|
||||
*
|
||||
* VLAN 40: `2001:db8:2000:40::/64`
|
||||
*
|
||||
* SW-HL-01: `2001:db8:2000:40::1/64`
|
||||
*
|
||||
|
||||
|
||||
**Berlin (B) - `2001:db8:3000::/48`**
|
||||
|
||||
* VLAN 50 (Server Network): `2001:db8:3000:50::/64`
|
||||
*
|
||||
* SW-B-01: `2001:db8:3000:50::1/64`
|
||||
*
|
||||
* DNS/Web Server: `2001:db8:3000:50::10/64`
|
||||
|
||||
**München (M) - 2001:db8:4000::/48**
|
||||
|
||||
* VLAN 60 (Server Network): `2001:db8:4000:60::/64`
|
||||
*
|
||||
* SW-M-01: `2001:db8:4000:60::1/64`
|
||||
*
|
||||
* Web Server: `2001:db8:4000:60::10/64`
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue