From 02e0e883caa96d0bfb780ee0d20e4a1d0a0814c1 Mon Sep 17 00:00:00 2001 From: billchenchina Date: Wed, 15 Apr 2020 02:46:10 +0800 Subject: [PATCH 1/2] HITLUG Join as AS4242420985 This commit adds AS4242420985 to registry. These resources are maintained by HITLUG and are only for demonstration use. --- data/aut-num/AS4242420985 | 8 ++++++++ data/dns/hitlug.dn42 | 8 ++++++++ data/inet6num/fd94:267a:f14e::_48 | 12 ++++++++++++ data/inetnum/172.22.134.32_27 | 12 ++++++++++++ data/organisation/ORG-HITLUG | 6 ++++++ data/route/172.22.134.32_27 | 5 +++++ data/route6/fd94:267a:f14e::_48 | 6 ++++++ 7 files changed, 57 insertions(+) create mode 100644 data/aut-num/AS4242420985 create mode 100644 data/dns/hitlug.dn42 create mode 100644 data/inet6num/fd94:267a:f14e::_48 create mode 100644 data/inetnum/172.22.134.32_27 create mode 100644 data/organisation/ORG-HITLUG create mode 100644 data/route/172.22.134.32_27 create mode 100644 data/route6/fd94:267a:f14e::_48 diff --git a/data/aut-num/AS4242420985 b/data/aut-num/AS4242420985 new file mode 100644 index 000000000..04445ef60 --- /dev/null +++ b/data/aut-num/AS4242420985 @@ -0,0 +1,8 @@ +aut-num: AS4242420985 +as-name: HITLUG-DEMO-ASN +descr: This ASN is maintained by HITLUG and is only for demonstration use. +org: ORG-HITLUG +admin-c: BILL-DN42 +tech-c: BILL-DN42 +mnt-by: BILL-MNT +source: DN42 diff --git a/data/dns/hitlug.dn42 b/data/dns/hitlug.dn42 new file mode 100644 index 000000000..559b8f127 --- /dev/null +++ b/data/dns/hitlug.dn42 @@ -0,0 +1,8 @@ +domain: hitlug.dn42 +descr: This domain object is maintained by HITLUG and is only for demonstration use. +admin-c: BILL-DN42 +tech-c: BILL-DN42 +mnt-by: BILL-MNT +nserver: ns1.hitlug.dn42 172.22.134.33 +nserver: ns1.hitlug.dn42 fd94:267a:f14e::1 +source: DN42 diff --git a/data/inet6num/fd94:267a:f14e::_48 b/data/inet6num/fd94:267a:f14e::_48 new file mode 100644 index 000000000..c8c9fd811 --- /dev/null +++ b/data/inet6num/fd94:267a:f14e::_48 @@ -0,0 +1,12 @@ +inet6num: fd94:267a:f14e:0000:0000:0000:0000:0000 - fd94:267a:f14e:ffff:ffff:ffff:ffff:ffff +cidr: fd94:267a:f14e::/48 +netname: HITLUG-DEMO-NETWORK +descr: This inet6num object is maintained by HITLUG and is only for demonstration use. +country: CN +org: ORG-HITLUG +nserver: ns1.hitlug.dn42 +admin-c: BILL-DN42 +tech-c: BILL-DN42 +status: ASSIGNED +mnt-by: BILL-MNT +source: DN42 diff --git a/data/inetnum/172.22.134.32_27 b/data/inetnum/172.22.134.32_27 new file mode 100644 index 000000000..fc60d457b --- /dev/null +++ b/data/inetnum/172.22.134.32_27 @@ -0,0 +1,12 @@ +inetnum: 172.22.134.32 - 172.22.134.63 +cidr: 172.22.134.32/27 +netname: HITLUG-DEMO-NETWORK +descr: This inetnum object is maintained by HITLUG and is only for demonstration use. +country: CN +org: ORG-HITLUG +nserver: ns1.hitlug.dn42 +admin-c: BILL-DN42 +tech-c: BILL-DN42 +mnt-by: BILL-MNT +status: ASSIGNED +source: DN42 diff --git a/data/organisation/ORG-HITLUG b/data/organisation/ORG-HITLUG new file mode 100644 index 000000000..b8a75529e --- /dev/null +++ b/data/organisation/ORG-HITLUG @@ -0,0 +1,6 @@ +organisation: ORG-HITLUG +org-name: Harbin Institute of Technology, School of Computer Science and Technology, Linux and Opensource Student Club +admin-c: BILL-DN42 +tech-c: BILL-DN42 +mnt-by: BILL-MNT +source: DN42 diff --git a/data/route/172.22.134.32_27 b/data/route/172.22.134.32_27 new file mode 100644 index 000000000..2fb2c5bd9 --- /dev/null +++ b/data/route/172.22.134.32_27 @@ -0,0 +1,5 @@ +route: 172.22.134.32/27 +descr: This route object is maintained by HITLUG and is only for demonstration use. +origin: AS4242420985 +mnt-by: BILL-MNT +source: DN42 diff --git a/data/route6/fd94:267a:f14e::_48 b/data/route6/fd94:267a:f14e::_48 new file mode 100644 index 000000000..d01e40ada --- /dev/null +++ b/data/route6/fd94:267a:f14e::_48 @@ -0,0 +1,6 @@ +route6: fd94:267a:f14e::/48 +max-length: 56 +descr: This route6 object is maintained by HITLUG and is only for demonstration use. +origin: AS4242420985 +mnt-by: BILL-MNT +source: DN42 From 2487c79f2a045b0a2856a55cd1691a47aa4c2a7a Mon Sep 17 00:00:00 2001 From: billchenchina Date: Wed, 15 Apr 2020 03:33:50 +0800 Subject: [PATCH 2/2] Add ORG attribute to data/dns/hitlug.dn42 --- data/dns/hitlug.dn42 | 1 + 1 file changed, 1 insertion(+) diff --git a/data/dns/hitlug.dn42 b/data/dns/hitlug.dn42 index 559b8f127..a3bb707a9 100644 --- a/data/dns/hitlug.dn42 +++ b/data/dns/hitlug.dn42 @@ -1,5 +1,6 @@ domain: hitlug.dn42 descr: This domain object is maintained by HITLUG and is only for demonstration use. +org: ORG-HITLUG admin-c: BILL-DN42 tech-c: BILL-DN42 mnt-by: BILL-MNT