From af66e616051e5d768f90d62067c36a827bac7867 Mon Sep 17 00:00:00 2001 From: NeoCloud ROA bot Date: Sat, 20 Feb 2021 06:15:22 +0000 Subject: [PATCH] Generated at 2021-02-20T06:15:22Z --- README.md | 3 +++ neonetwork.json | 27 +++++++++++++++++++++++++-- rfc8416.json | 12 ++++++++++++ roa46.json | 16 +++++++++++++--- roa46_bird2.conf | 2 ++ roa4_bird2.conf | 1 + roa6_bird2.conf | 1 + 7 files changed, 57 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b1e33a8..5b58ef6 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ | Source | ASN | Owner | Name | |------------|--------------|------------|-----------------------------------------------------------------| +| Internet | AS38173 | SUNNET | SUNNET | | Internet | AS134098 | licson | Licson Internal Network | | Internet | AS140913 | magicneko | Koishi Network(aka Hentai Network) | | Internet | AS140936 | SUNNET | SUNNET | @@ -151,6 +152,8 @@ | ASN | Name | Type | Prefix | Supernet | |--------------|--------------------------------------------------------------------|----------|-------------------------|-------------------| +| AS38173 | SUNNET | subnet | 10.127.11.0/24 | | +| AS38173 | SUNNET | subnet | fd10:127:ee11::/48 | | | AS134098 | LICSON-NET-SUBALLOC-1 | subnet | 10.127.14.0/23 | | | AS140913 | MagicNeko-Asia Backbone node(name:houraisankaguya+fujiwaranomokou) | subnet | 10.127.4.0/24 | | | AS140913 | Magicneko Asia address occupied | subnet | fd10:127:233::/48 | | diff --git a/neonetwork.json b/neonetwork.json index 9fcc993..ec2c99a 100644 --- a/neonetwork.json +++ b/neonetwork.json @@ -1,7 +1,7 @@ { "metadata": { - "generated": 1613744271, - "valid": 1614953871 + "generated": 1613801702, + "valid": 1615011302 }, "people": { "Lan Tian": { @@ -41,6 +41,29 @@ "nic_hdl": "SUNNET" }, "asns": [ + { + "asn": 38173, + "owner": "SUNNET", + "name": "SUNNET", + "source": "Internet", + "description": "SUNNET", + "routes": { + "ipv4": [ + { + "prefix": "10.127.11.0/24", + "maxLength": 29, + "netname": "SUNNET" + } + ], + "ipv6": [ + { + "prefix": "fd10:127:ee11::/48", + "maxLength": 64, + "netname": "SUNNET" + } + ] + } + }, { "asn": 140936, "owner": "SUNNET", diff --git a/rfc8416.json b/rfc8416.json index 82a0b3c..b9ad0af 100644 --- a/rfc8416.json +++ b/rfc8416.json @@ -7,6 +7,12 @@ "locallyAddedAssertions": { "bgpsecAssertions": [], "prefixAssertions": [ + { + "asn": 38173, + "prefix": "10.127.11.0/24", + "maxPrefixLength": 29, + "comment": "SUNNET" + }, { "asn": 134098, "prefix": "10.127.14.0/23", @@ -283,6 +289,12 @@ "maxPrefixLength": 32, "comment": "anycast-recur-4" }, + { + "asn": 38173, + "prefix": "fd10:127:ee11::/48", + "maxPrefixLength": 64, + "comment": "SUNNET" + }, { "asn": 140913, "prefix": "fd10:127:233::/48", diff --git a/roa46.json b/roa46.json index 501057a..9340431 100644 --- a/roa46.json +++ b/roa46.json @@ -1,10 +1,15 @@ { "metadata": { - "counts": 77, - "generated": 1613744271, - "valid": 1614953871 + "counts": 79, + "generated": 1613801702, + "valid": 1615011302 }, "roas": [ + { + "asn": "AS38173", + "prefix": "10.127.11.0/24", + "maxLength": 29 + }, { "asn": "AS134098", "prefix": "10.127.14.0/23", @@ -235,6 +240,11 @@ "prefix": "10.127.255.54/32", "maxLength": 32 }, + { + "asn": "AS38173", + "prefix": "fd10:127:ee11::/48", + "maxLength": 64 + }, { "asn": "AS140913", "prefix": "fd10:127:233::/48", diff --git a/roa46_bird2.conf b/roa46_bird2.conf index 47f971f..be7ad26 100644 --- a/roa46_bird2.conf +++ b/roa46_bird2.conf @@ -1,5 +1,6 @@ # NeoNetwork ROA tool +route 10.127.11.0/24 max 29 as 38173; route 10.127.14.0/23 max 29 as 134098; route 10.127.4.0/24 max 29 as 140913; route 10.127.11.0/24 max 29 as 140936; @@ -46,6 +47,7 @@ route 10.127.127.0/24 max 29 as 4242422464; route 10.127.11.0/24 max 29 as 4242423088; route 10.127.255.53/32 max 32 as 4242423618; route 10.127.255.54/32 max 32 as 4242423618; +route fd10:127:ee11::/48 max 64 as 38173; route fd10:127:233::/48 max 64 as 140913; route fd10:127:ee11::/48 max 64 as 140936; route fd10:127:233:1c3c::/64 max 64 as 141706; diff --git a/roa4_bird2.conf b/roa4_bird2.conf index 2769458..9401304 100644 --- a/roa4_bird2.conf +++ b/roa4_bird2.conf @@ -1,5 +1,6 @@ # NeoNetwork ROA tool +route 10.127.11.0/24 max 29 as 38173; route 10.127.14.0/23 max 29 as 134098; route 10.127.4.0/24 max 29 as 140913; route 10.127.11.0/24 max 29 as 140936; diff --git a/roa6_bird2.conf b/roa6_bird2.conf index 02e27e2..88e0ed9 100644 --- a/roa6_bird2.conf +++ b/roa6_bird2.conf @@ -1,5 +1,6 @@ # NeoNetwork ROA tool +route fd10:127:ee11::/48 max 64 as 38173; route fd10:127:233::/48 max 64 as 140913; route fd10:127:ee11::/48 max 64 as 140936; route fd10:127:233:1c3c::/64 max 64 as 141706;