mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
swap to real ASNs for testing fake data [skip ci]
This commit is contained in:
@@ -21,10 +21,10 @@ ROUTES = [
|
||||
"weight": 170,
|
||||
"med": 1,
|
||||
"local_preference": 100,
|
||||
"as_path": [65001, 65101, 65102, 65103],
|
||||
"as_path": [1299, 174, 7018, 7922],
|
||||
"communities": ["65000:1", "65000:101", "65000:102", "65000:103"],
|
||||
"next_hop": "198.18.0.1",
|
||||
"source_as": 65001,
|
||||
"source_as": 7922,
|
||||
"source_rid": "198.18.0.1",
|
||||
"peer_rid": "198.18.0.1",
|
||||
"rpki_state": 1,
|
||||
@@ -36,10 +36,10 @@ ROUTES = [
|
||||
"weight": 170,
|
||||
"med": 1,
|
||||
"local_preference": 100,
|
||||
"as_path": [65001, 65101, 65102, 65103],
|
||||
"as_path": [1299, 174, 7018, 7922],
|
||||
"communities": ["65000:1", "65000:101", "65000:102", "65000:103"],
|
||||
"next_hop": "2001:db8::1",
|
||||
"source_as": 65001,
|
||||
"source_as": 7922,
|
||||
"source_rid": "198.18.0.1",
|
||||
"peer_rid": "198.18.0.1",
|
||||
"rpki_state": 1,
|
||||
@@ -51,7 +51,7 @@ ROUTES = [
|
||||
"weight": 170,
|
||||
"med": 2,
|
||||
"local_preference": 100,
|
||||
"as_path": [65002, 4200000201, 4200000202, 4200000203],
|
||||
"as_path": [6939, 20115, 20115],
|
||||
"communities": [
|
||||
"65000:2",
|
||||
"65000:201",
|
||||
@@ -59,7 +59,7 @@ ROUTES = [
|
||||
"198.18.0.2:650201",
|
||||
],
|
||||
"next_hop": "198.18.0.2",
|
||||
"source_as": 65002,
|
||||
"source_as": 20115,
|
||||
"source_rid": "198.18.0.2",
|
||||
"peer_rid": "198.18.0.2",
|
||||
"rpki_state": 2,
|
||||
@@ -71,7 +71,7 @@ ROUTES = [
|
||||
"weight": 170,
|
||||
"med": 2,
|
||||
"local_preference": 100,
|
||||
"as_path": [65002, 4200000201, 4200000202, 4200000203],
|
||||
"as_path": [6939, 20115, 20115],
|
||||
"communities": [
|
||||
"65000:2",
|
||||
"65000:201",
|
||||
@@ -79,7 +79,7 @@ ROUTES = [
|
||||
"198.18.0.2:650201",
|
||||
],
|
||||
"next_hop": "2001:db8::2",
|
||||
"source_as": 65002,
|
||||
"source_as": 20115,
|
||||
"source_rid": "198.18.0.2",
|
||||
"peer_rid": "198.18.0.2",
|
||||
"rpki_state": 2,
|
||||
@@ -91,10 +91,10 @@ ROUTES = [
|
||||
"weight": 170,
|
||||
"med": 3,
|
||||
"local_preference": 100,
|
||||
"as_path": [65003],
|
||||
"as_path": [22773],
|
||||
"communities": ["65000:3"],
|
||||
"next_hop": "198.18.0.3",
|
||||
"source_as": 65003,
|
||||
"source_as": 22773,
|
||||
"source_rid": "198.18.0.3",
|
||||
"peer_rid": "198.18.0.3",
|
||||
"rpki_state": 3,
|
||||
@@ -106,10 +106,10 @@ ROUTES = [
|
||||
"weight": 170,
|
||||
"med": 3,
|
||||
"local_preference": 100,
|
||||
"as_path": [65003],
|
||||
"as_path": [22773],
|
||||
"communities": ["65000:3"],
|
||||
"next_hop": "2001:db8::3",
|
||||
"source_as": 65003,
|
||||
"source_as": 22773,
|
||||
"source_rid": "198.18.0.3",
|
||||
"peer_rid": "198.18.0.3",
|
||||
"rpki_state": 3,
|
||||
@@ -124,7 +124,7 @@ ROUTES = [
|
||||
"as_path": [],
|
||||
"communities": ["65000:4"],
|
||||
"next_hop": "198.18.0.4",
|
||||
"source_as": 65004,
|
||||
"source_as": 209,
|
||||
"source_rid": "198.18.0.4",
|
||||
"peer_rid": "198.18.0.4",
|
||||
"rpki_state": 0,
|
||||
@@ -139,7 +139,7 @@ ROUTES = [
|
||||
"as_path": [],
|
||||
"communities": ["65000:4"],
|
||||
"next_hop": "2001:db8::4",
|
||||
"source_as": 65004,
|
||||
"source_as": 209,
|
||||
"source_rid": "198.18.0.4",
|
||||
"peer_rid": "198.18.0.4",
|
||||
"rpki_state": 0,
|
||||
|
Reference in New Issue
Block a user