mirror of
https://github.com/NeoCloud/NeoNetwork-ROA
synced 2024-11-22 19:10:41 +08:00
Generated at 2020-09-19T05:20:40Z
This commit is contained in:
parent
ede7598964
commit
e0d275fe9e
6 changed files with 26 additions and 6 deletions
|
@ -166,6 +166,7 @@
|
|||
| ASN | Name | Type | Prefix | Supernet |
|
||||
|--------------|-----------------------------------------------|----------|-------------------------|-------------------|
|
||||
| AS134098 | LICSON-NET-SUBALLOC-1 | subnet | 10.127.14.0/23 | |
|
||||
| AS140936 | SUNNET | subnet | 10.127.11.0/24 | |
|
||||
| AS207268 | IX42-LAS-4 | subnet | 10.127.131.0/24 | |
|
||||
| AS207268 | IX42-LAS-6 | subnet | fd10:127:1300::/48 | |
|
||||
| AS209557 | Yi Global VPN | subnet | 10.127.124.0/29 | |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"metadata": {
|
||||
"generated": 1600487059,
|
||||
"valid": 1601696659
|
||||
"generated": 1600492840,
|
||||
"valid": 1601702440
|
||||
},
|
||||
"people": {
|
||||
"frank": {
|
||||
|
@ -1128,7 +1128,13 @@
|
|||
"source": "Internet",
|
||||
"description": "SUNNET",
|
||||
"routes": {
|
||||
"ipv4": [],
|
||||
"ipv4": [
|
||||
{
|
||||
"prefix": "10.127.11.0/24",
|
||||
"maxLength": 29,
|
||||
"netname": "SUNNET"
|
||||
}
|
||||
],
|
||||
"ipv6": []
|
||||
}
|
||||
},
|
||||
|
|
|
@ -13,6 +13,12 @@
|
|||
"maxPrefixLength": 29,
|
||||
"comment": "LICSON-NET-SUBALLOC-1"
|
||||
},
|
||||
{
|
||||
"asn": 140936,
|
||||
"prefix": "10.127.11.0/24",
|
||||
"maxPrefixLength": 29,
|
||||
"comment": "SUNNET"
|
||||
},
|
||||
{
|
||||
"asn": 207268,
|
||||
"prefix": "10.127.131.0/24",
|
||||
|
|
11
roa46.json
11
roa46.json
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"metadata": {
|
||||
"counts": 70,
|
||||
"generated": 1600487058,
|
||||
"valid": 1601696658
|
||||
"counts": 71,
|
||||
"generated": 1600492840,
|
||||
"valid": 1601702440
|
||||
},
|
||||
"roas": [
|
||||
{
|
||||
|
@ -10,6 +10,11 @@
|
|||
"prefix": "10.127.14.0/23",
|
||||
"maxLength": 29
|
||||
},
|
||||
{
|
||||
"asn": "AS140936",
|
||||
"prefix": "10.127.11.0/24",
|
||||
"maxLength": 29
|
||||
},
|
||||
{
|
||||
"asn": "AS207268",
|
||||
"prefix": "10.127.131.0/24",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# NeoNetwork ROA tool
|
||||
|
||||
route 134098 max 10.127.14.0/23 as 29;
|
||||
route 140936 max 10.127.11.0/24 as 29;
|
||||
route 207268 max 10.127.131.0/24 as 29;
|
||||
route 209557 max 10.127.124.0/29 as 29;
|
||||
route 4201270000 max 10.127.0.0/24 as 29;
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# NeoNetwork ROA tool
|
||||
|
||||
route 134098 max 10.127.14.0/23 as 29;
|
||||
route 140936 max 10.127.11.0/24 as 29;
|
||||
route 207268 max 10.127.131.0/24 as 29;
|
||||
route 209557 max 10.127.124.0/29 as 29;
|
||||
route 4201270000 max 10.127.0.0/24 as 29;
|
||||
|
|
Loading…
Reference in a new issue