summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_rpki_topo1/r2/bgp_table_rpki_valid.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/bgp_rpki_topo1/r2/bgp_table_rpki_valid.json')
-rw-r--r--tests/topotests/bgp_rpki_topo1/r2/bgp_table_rpki_valid.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/tests/topotests/bgp_rpki_topo1/r2/bgp_table_rpki_valid.json b/tests/topotests/bgp_rpki_topo1/r2/bgp_table_rpki_valid.json
new file mode 100644
index 0000000..eb3852a
--- /dev/null
+++ b/tests/topotests/bgp_rpki_topo1/r2/bgp_table_rpki_valid.json
@@ -0,0 +1,35 @@
+{
+ "routerId": "192.0.2.2",
+ "defaultLocPrf": 100,
+ "localAS": 65002,
+ "routes": {
+ "198.51.100.0/24": [
+ {
+ "valid": true,
+ "bestpath": true,
+ "pathFrom": "external",
+ "prefix": "198.51.100.0",
+ "prefixLen": 24,
+ "network": "198.51.100.0/24",
+ "metric": 0,
+ "weight": 0,
+ "path": "65530",
+ "origin": "IGP"
+ }
+ ],
+ "203.0.113.0/24": [
+ {
+ "valid": true,
+ "bestpath": true,
+ "pathFrom": "external",
+ "prefix": "203.0.113.0",
+ "prefixLen": 24,
+ "network": "203.0.113.0/24",
+ "metric": 0,
+ "weight": 0,
+ "path": "65530",
+ "origin": "IGP"
+ }
+ ]
+ }
+}