mirror of
https://github.com/jerikan-network/cmdb.git
synced 2024-05-06 04:54:50 +00:00
[data] replace SK1 subnet
This datacenter is still running for a few days.
This commit is contained in:
@@ -396,7 +396,7 @@ IPv6 address from an IPv4 address:
|
||||
```yaml
|
||||
addresses:
|
||||
loopback:
|
||||
- 103.153.6.2/24
|
||||
- 198.51.100.2/24
|
||||
- ~^ip6
|
||||
```
|
||||
|
||||
@@ -405,8 +405,8 @@ This will be translated to:
|
||||
```yaml
|
||||
addresses:
|
||||
loopback:
|
||||
- 103.153.6.2/24
|
||||
- 2406:3bc0:100:b1:a:de:103.153.6.2/120
|
||||
- 198.51.100.2/24
|
||||
- 2406:3bc0:100:b1:a:de:198.51.100.2/120
|
||||
```
|
||||
|
||||
This requires `base-public-6` to be defined in `topology.yaml`.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
supernets:
|
||||
103.153.6.0/24:
|
||||
198.51.100.0/24:
|
||||
country: KR
|
||||
2406:3bc0::/40:
|
||||
2406:3bc0:100::/40:
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
subnets:
|
||||
interco: 103.153.6.8/31
|
||||
interco: 198.51.100.8/31
|
||||
|
||||
@@ -27,7 +27,7 @@ patchpanels:
|
||||
port: GigabitEthernet0/0/0/0
|
||||
|
||||
base: 172.29.0.0/16
|
||||
base-public: 103.153.6.0/24
|
||||
base-public: 198.51.100.0/24
|
||||
base-provisioning: 10.142.0.0/15
|
||||
vlans:
|
||||
public: 100
|
||||
|
||||
@@ -16,7 +16,7 @@ irr:
|
||||
2a0a:e800::/29:
|
||||
netname: FR-BLADE-20160812
|
||||
apnic:
|
||||
- 103.153.6.0/23
|
||||
- 198.51.100.0/23
|
||||
- 2406:3bc0::/32
|
||||
arin:
|
||||
- 162.213.48.0/21
|
||||
|
||||
@@ -85,6 +85,6 @@ interfaces:
|
||||
connectivity: 10G
|
||||
addresses:
|
||||
loopback:
|
||||
- 103.153.6.1
|
||||
- 198.51.100.1
|
||||
- ~^ip6
|
||||
main: 172.29.15.28/21
|
||||
|
||||
@@ -39,6 +39,6 @@ interfaces:
|
||||
connectivity: 10G
|
||||
addresses:
|
||||
loopback:
|
||||
- 103.153.6.2
|
||||
- 198.51.100.2
|
||||
- ~^ip6
|
||||
main: 172.29.15.29/21
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
addresses:
|
||||
oob: 172.29.15.253/21
|
||||
public: 103.153.6.4
|
||||
public: 198.51.100.4
|
||||
rescue: 121.78.242.10/29
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
addresses:
|
||||
oob: 172.29.15.252/21
|
||||
public: 103.153.6.5
|
||||
public: 198.51.100.5
|
||||
rescue: 121.78.242.11/29
|
||||
|
||||
Reference in New Issue
Block a user