summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_rpki_topo1/r2/bgp_table_rpki_valid.json
blob: eb3852a7898dc29fd6228739d0b9abe451635f30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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"
      }
    ]
  }
}