summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_srv6l3vpn_to_bgp_vrf3/r1/vpnv6_rib_sid_vpn_export_disabled.json
blob: e289df1d44dabedbf0da45d3e3bdc19fd78de126 (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
  "vrfId": 0,
  "vrfName": "default",
  "routerId": "1.1.1.1",
  "defaultLocPrf": 100,
  "localAS": 1,
  "routes": {
    "routeDistinguishers": {
      "1:20": {
        "2001:5::/64": [
          {
            "valid": true,
            "bestpath": true,
            "selectionReason": "First path received",
            "pathFrom": "external",
            "prefix": "2001:5::",
            "prefixLen": 64,
            "network": "2001:5::/64",
            "metric": 0,
            "weight": 32768,
            "peerId": "(unspec)",
            "path": "",
            "origin": "incomplete",
            "announceNexthopSelf": true,
            "nhVrfName": "vrf20",
            "nexthops": [
              {
                "ip": "::",
                "hostname": "r1",
                "afi": "ipv6",
                "used": true
              }
            ]
          }
        ]
      },
      "2:10": {
        "2001:2::/64": [
          {
            "valid": true,
            "bestpath": true,
            "selectionReason": "First path received",
            "pathFrom": "external",
            "prefix": "2001:2::",
            "prefixLen": 64,
            "network": "2001:2::/64",
            "metric": 0,
            "weight": 0,
            "peerId": "2001::2",
            "path": "2",
            "origin": "incomplete",
            "nexthops": [
              {
                "ip": "2001::2",
                "hostname": "r2",
                "afi": "ipv6",
                "used": true
              }
            ]
          }
        ]
      },
      "2:20": {
        "2001:4::/64": [
          {
            "valid": true,
            "bestpath": true,
            "selectionReason": "First path received",
            "pathFrom": "external",
            "prefix": "2001:4::",
            "prefixLen": 64,
            "network": "2001:4::/64",
            "metric": 0,
            "weight": 0,
            "peerId": "2001::2",
            "path": "2",
            "origin": "incomplete",
            "nexthops": [
              {
                "ip": "2001::2",
                "hostname": "r2",
                "afi": "ipv6",
                "used": true
              }
            ]
          }
        ],
        "2001:6::/64": [
          {
            "valid": true,
            "bestpath": true,
            "selectionReason": "First path received",
            "pathFrom": "external",
            "prefix": "2001:6::",
            "prefixLen": 64,
            "network": "2001:6::/64",
            "metric": 0,
            "weight": 0,
            "peerId": "2001::2",
            "path": "2",
            "origin": "incomplete",
            "nexthops": [
              {
                "ip": "2001::2",
                "hostname": "r2",
                "afi": "ipv6",
                "used": true
              }
            ]
          }
        ]
      }
    }
  }
}