Skip to content

Instantly share code, notes, and snippets.

@leonrinkel
Created September 16, 2024 18:04
Show Gist options
  • Save leonrinkel/eaa6a514b8d0d9ccdf95527171d2b3c6 to your computer and use it in GitHub Desktop.
Save leonrinkel/eaa6a514b8d0d9ccdf95527171d2b3c6 to your computer and use it in GitHub Desktop.
{
"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