summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_prefix_sid2/r1/vpnv6_rib_entry2.json
blob: 4a12c2a88049dcb08e1da7f8bd7e683850ee2909 (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
36
37
38
39
40
41
42
43
44
45
46
{
  "2:10":{
    "prefix":"2001:2::\/64",
    "paths":[
      {
        "aspath":{
          "string":"2",
          "segments":[
            {
              "type":"as-sequence",
              "list":[
                2
              ]
            }
          ],
          "length":1
        },
        "origin":"IGP",
        "valid":true,
        "bestpath":{
          "overall":true
        },
        "extendedCommunity":{
          "string":"RT:2:10"
        },
        "remoteLabel":3,
        "remoteSid":"2001:db8:1:1::1",
        "nexthops":[
          {
            "ip":"2001::2",
            "afi":"ipv6",
            "scope":"global",
            "metric":0,
            "accessible":true,
            "used":true
          }
        ],
        "peer":{
          "peerId":"10.0.0.101",
          "routerId":"10.0.0.101",
          "type":"external"
        }
      }
    ]
  }
}