Created
September 16, 2024 18:04
-
-
Save leonrinkel/eaa6a514b8d0d9ccdf95527171d2b3c6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ISDs" : [1], | |
"ASes" : [ | |
{ | |
"asn" : 101, | |
"isd" : 1, | |
"label" : "101", | |
"is_core_as" : true, | |
"kubos": 1, | |
"bwserver": true | |
}, | |
{ | |
"asn" : 102, | |
"isd" : 1, | |
"label" : "102", | |
"is_core_as" : true, | |
"kubos": 1, | |
"bwclient": true | |
} | |
], | |
"links" : [ | |
{ | |
"id" : 200, | |
"is_core_link" : true, | |
"source_asn" : 101, | |
"dest_asn" : 102 | |
}, | |
{ | |
"id" : 201, | |
"is_core_link" : true, | |
"source_asn" : 101, | |
"dest_asn" : 102 | |
}, | |
{ | |
"id" : 202, | |
"is_core_link" : true, | |
"source_asn" : 101, | |
"dest_asn" : 102 | |
} | |
], | |
"dashboard_asn" : 101, | |
"sender_asn" : 101, | |
"receiver_asn" : 102 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment