From 76b0c4b3333f2faf4b15b7676ac39dc9d7babcbb Mon Sep 17 00:00:00 2001 From: billchenchina Date: Sun, 13 Aug 2023 13:31:59 +0800 Subject: [PATCH] BILL-MNT: split home network and global network We're gonna assign the previous allocation 172.23.33.0/26 to home network, and assign a new range for global network. The global network will use 172.23.45.0/26, but as for now only the first half portion will be assigned. 172.23.45.32/27 is reserved for future use. --- data/inetnum/172.23.33.0_26 | 2 +- data/inetnum/172.23.45.0_26 | 8 ++++++++ data/inetnum/172.23.45.0_27 | 8 ++++++++ data/inetnum/172.23.45.32_27 | 9 +++++++++ data/route/172.23.45.0_27 | 4 ++++ 5 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 data/inetnum/172.23.45.0_26 create mode 100644 data/inetnum/172.23.45.0_27 create mode 100644 data/inetnum/172.23.45.32_27 create mode 100644 data/route/172.23.45.0_27 diff --git a/data/inetnum/172.23.33.0_26 b/data/inetnum/172.23.33.0_26 index e5b44c043..365a37a4c 100644 --- a/data/inetnum/172.23.33.0_26 +++ b/data/inetnum/172.23.33.0_26 @@ -1,6 +1,6 @@ inetnum: 172.23.33.0 - 172.23.33.63 cidr: 172.23.33.0/26 -netname: BILL-NETWORK +netname: BILL-HOME-NETWORK admin-c: BILL-DN42 tech-c: BILL-DN42 mnt-by: BILL-MNT diff --git a/data/inetnum/172.23.45.0_26 b/data/inetnum/172.23.45.0_26 new file mode 100644 index 000000000..e372aeb7a --- /dev/null +++ b/data/inetnum/172.23.45.0_26 @@ -0,0 +1,8 @@ +inetnum: 172.23.45.0 - 172.23.45.63 +cidr: 172.23.45.0/26 +netname: BILL-GLOBAL-NETWORK +admin-c: BILL-DN42 +tech-c: BILL-DN42 +mnt-by: BILL-MNT +status: ALLOCATED +source: DN42 diff --git a/data/inetnum/172.23.45.0_27 b/data/inetnum/172.23.45.0_27 new file mode 100644 index 000000000..c91096e55 --- /dev/null +++ b/data/inetnum/172.23.45.0_27 @@ -0,0 +1,8 @@ +inetnum: 172.23.45.0 - 172.23.45.31 +cidr: 172.23.45.0/27 +netname: BILL-GLOBAL-NETWORK-1 +admin-c: BILL-DN42 +tech-c: BILL-DN42 +mnt-by: BILL-MNT +status: ASSIGNED +source: DN42 diff --git a/data/inetnum/172.23.45.32_27 b/data/inetnum/172.23.45.32_27 new file mode 100644 index 000000000..63e6c3e56 --- /dev/null +++ b/data/inetnum/172.23.45.32_27 @@ -0,0 +1,9 @@ +inetnum: 172.23.45.32 - 172.23.45.63 +cidr: 172.23.45.32/27 +netname: BILL-GLOBAL-NETWORK-2 +admin-c: BILL-DN42 +tech-c: BILL-DN42 +mnt-by: BILL-MNT +status: ALLOCATED +remarks: reserved for future use +source: DN42 diff --git a/data/route/172.23.45.0_27 b/data/route/172.23.45.0_27 new file mode 100644 index 000000000..ca3e56735 --- /dev/null +++ b/data/route/172.23.45.0_27 @@ -0,0 +1,4 @@ +route: 172.23.45.0/27 +origin: AS4242420803 +mnt-by: BILL-MNT +source: DN42