1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork-ROA synced 2024-06-27 02:48:42 +08:00

Generated at 2020-12-29T07:37:51Z

This commit is contained in:
NeoCloud ROA bot 2020-12-29 07:37:51 +00:00
parent 7f6294ba46
commit 2ea7949075
6 changed files with 31 additions and 10 deletions

View file

@ -184,6 +184,7 @@
|--------------|-----------------------------------------------|----------|-------------------------|-------------------| |--------------|-----------------------------------------------|----------|-------------------------|-------------------|
| AS134098 | LICSON-NET-SUBALLOC-1 | subnet | 10.127.14.0/23 | | | AS134098 | LICSON-NET-SUBALLOC-1 | subnet | 10.127.14.0/23 | |
| AS140936 | SUNNET | subnet | 10.127.11.0/24 | | | AS140936 | SUNNET | subnet | 10.127.11.0/24 | |
| AS140936 | SUNNET | subnet | fd10:127:ee11::/48 | |
| AS207268 | IX42-LAS-4 | subnet | 10.127.131.0/24 | | | AS207268 | IX42-LAS-4 | subnet | 10.127.131.0/24 | |
| AS207268 | IX42-LAS-6 | subnet | fd10:127:1300::/48 | | | AS207268 | IX42-LAS-6 | subnet | fd10:127:1300::/48 | |
| AS213262 | Moe | subnet | fd10:127:3262::/64 | | | AS213262 | Moe | subnet | fd10:127:3262::/64 | |
@ -331,12 +332,13 @@ fd10:127:3262::/64
fd10:127:5f37:59df::/64 fd10:127:5f37:59df::/64
fd10:127:6324::/48 fd10:127:6324::/48
fd10:127:ec39::/48 fd10:127:ec39::/48
fd10:127:ee11::/48
fd10:127:ffff:53::/64 fd10:127:ffff:53::/64
``` ```
## Address Space Usage ## Address Space Usage
| IP Version | Total | Used | Free | Percent Used | Percent Free | | IP Version | Total | Used | Free | Percent Used | Percent Free |
|--------------|------------|------------|------------|----------------|----------------| |--------------|------------|------------|-----------|----------------|----------------|
| IPv4 | 65536 | 7296 | 58240 | 11.13% | 88.87% | | IPv4 | 65536 | 7296 | 58240 | 11.13% | 88.87% |
| IPv6 | 7.9228e+28 | 1.6717e+25 | 7.9211e+28 | 0.02% | 99.98% | | IPv6 | 7.9228e+28 | 1.7926e+25 | 7.921e+28 | 0.02% | 99.98% |

View file

@ -1,7 +1,7 @@
{ {
"metadata": { "metadata": {
"generated": 1609136616, "generated": 1609227462,
"valid": 1610346216 "valid": 1610437062
}, },
"people": { "people": {
"liangjw": { "liangjw": {
@ -1117,7 +1117,13 @@
"netname": "SUNNET" "netname": "SUNNET"
} }
], ],
"ipv6": [] "ipv6": [
{
"prefix": "fd10:127:ee11::/48",
"maxLength": 64,
"netname": "SUNNET"
}
]
} }
}, },
{ {

View file

@ -319,6 +319,12 @@
"maxPrefixLength": 32, "maxPrefixLength": 32,
"comment": "anycast-recur-4" "comment": "anycast-recur-4"
}, },
{
"asn": 140936,
"prefix": "fd10:127:ee11::/48",
"maxPrefixLength": 64,
"comment": "SUNNET"
},
{ {
"asn": 207268, "asn": 207268,
"prefix": "fd10:127:1300::/48", "prefix": "fd10:127:1300::/48",

View file

@ -1,8 +1,8 @@
{ {
"metadata": { "metadata": {
"counts": 84, "counts": 85,
"generated": 1609136616, "generated": 1609227461,
"valid": 1610346216 "valid": 1610437061
}, },
"roas": [ "roas": [
{ {
@ -265,6 +265,11 @@
"prefix": "10.127.255.54/32", "prefix": "10.127.255.54/32",
"maxLength": 32 "maxLength": 32
}, },
{
"asn": "AS140936",
"prefix": "fd10:127:ee11::/48",
"maxLength": 64
},
{ {
"asn": "AS207268", "asn": "AS207268",
"prefix": "fd10:127:1300::/48", "prefix": "fd10:127:1300::/48",

View file

@ -52,6 +52,7 @@ route 10.127.127.0/24 max 29 as 4242422464;
route 10.127.11.0/24 max 29 as 4242423088; route 10.127.11.0/24 max 29 as 4242423088;
route 10.127.255.53/32 max 32 as 4242423618; route 10.127.255.53/32 max 32 as 4242423618;
route 10.127.255.54/32 max 32 as 4242423618; route 10.127.255.54/32 max 32 as 4242423618;
route fd10:127:ee11::/48 max 64 as 140936;
route fd10:127:1300::/48 max 64 as 207268; route fd10:127:1300::/48 max 64 as 207268;
route fd10:127:3262::/64 max 64 as 213262; route fd10:127:3262::/64 max 64 as 213262;
route fd10:127:5f37:59df::/64 max 64 as 4201270000; route fd10:127:5f37:59df::/64 max 64 as 4201270000;

View file

@ -1,5 +1,6 @@
# NeoNetwork ROA tool # NeoNetwork ROA tool
route fd10:127:ee11::/48 max 64 as 140936;
route fd10:127:1300::/48 max 64 as 207268; route fd10:127:1300::/48 max 64 as 207268;
route fd10:127:3262::/64 max 64 as 213262; route fd10:127:3262::/64 max 64 as 213262;
route fd10:127:5f37:59df::/64 max 64 as 4201270000; route fd10:127:5f37:59df::/64 max 64 as 4201270000;