]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/bgp_srv6l3vpn_to_bgp_vrf2/r1/vpnv4_rib.json
Merge pull request #10447 from ton31337/fix/json_with_whitespaces
[mirror_frr.git] / tests / topotests / bgp_srv6l3vpn_to_bgp_vrf2 / r1 / vpnv4_rib.json
1 {
2 "vrfId": 0,
3 "vrfName": "default",
4 "tableVersion": 2,
5 "routerId": "1.1.1.1",
6 "defaultLocPrf": 100,
7 "localAS": 1,
8 "routes": {
9 "routeDistinguishers": {
10 "1:10": {
11 "192.168.1.0/24": [
12 {
13 "valid": true,
14 "bestpath": true,
15 "selectionReason": "First path received",
16 "pathFrom": "external",
17 "prefix": "192.168.1.0",
18 "prefixLen": 24,
19 "network": "192.168.1.0/24",
20 "metric": 0,
21 "weight": 32768,
22 "peerId": "(unspec)",
23 "path": "",
24 "origin": "incomplete",
25 "nhVrfName": "vrf10",
26 "nexthops": [
27 {
28 "ip": "2001::1",
29 "hostname": "r1",
30 "afi": "ipv6",
31 "used": true
32 }
33 ]
34 }
35 ],
36 "192.168.3.0/24": [
37 {
38 "valid": true,
39 "bestpath": true,
40 "selectionReason": "First path received",
41 "pathFrom": "external",
42 "prefix": "192.168.3.0",
43 "prefixLen": 24,
44 "network": "192.168.3.0/24",
45 "metric": 0,
46 "weight": 32768,
47 "peerId": "(unspec)",
48 "path": "",
49 "origin": "incomplete",
50 "nhVrfName": "vrf10",
51 "nexthops": [
52 {
53 "ip": "2001::1",
54 "hostname": "r1",
55 "afi": "ipv6",
56 "used": true
57 }
58 ]
59 }
60 ]
61 },
62 "1:20": {
63 "192.168.5.0/24": [
64 {
65 "valid": true,
66 "bestpath": true,
67 "selectionReason": "First path received",
68 "pathFrom": "external",
69 "prefix": "192.168.5.0",
70 "prefixLen": 24,
71 "network": "192.168.5.0/24",
72 "metric": 0,
73 "weight": 32768,
74 "peerId": "(unspec)",
75 "path": "",
76 "origin": "incomplete",
77 "nhVrfName": "vrf20",
78 "nexthops": [
79 {
80 "ip": "2001::1",
81 "hostname": "r1",
82 "afi": "ipv6",
83 "used": true
84 }
85 ]
86 }
87 ]
88 },
89 "2:10": {
90 "192.168.2.0/24": [
91 {
92 "valid": true,
93 "bestpath": true,
94 "selectionReason": "First path received",
95 "pathFrom": "external",
96 "prefix": "192.168.2.0",
97 "prefixLen": 24,
98 "network": "192.168.2.0/24",
99 "metric": 0,
100 "weight": 0,
101 "peerId": "2001::2",
102 "path": "2",
103 "origin": "incomplete",
104 "nexthops": [
105 {
106 "ip": "2001::2",
107 "hostname": "r2",
108 "afi": "ipv6",
109 "used": true
110 }
111 ]
112 }
113 ]
114 },
115 "2:20": {
116 "192.168.4.0/24": [
117 {
118 "valid": true,
119 "bestpath": true,
120 "selectionReason": "First path received",
121 "pathFrom": "external",
122 "prefix": "192.168.4.0",
123 "prefixLen": 24,
124 "network": "192.168.4.0/24",
125 "metric": 0,
126 "weight": 0,
127 "peerId": "2001::2",
128 "path": "2",
129 "origin": "incomplete",
130 "nexthops": [
131 {
132 "ip": "2001::2",
133 "hostname": "r2",
134 "afi": "ipv6",
135 "used": true
136 }
137 ]
138 }
139 ],
140 "192.168.6.0/24": [
141 {
142 "valid": true,
143 "bestpath": true,
144 "selectionReason": "First path received",
145 "pathFrom": "external",
146 "prefix": "192.168.6.0",
147 "prefixLen": 24,
148 "network": "192.168.6.0/24",
149 "metric": 0,
150 "weight": 0,
151 "peerId": "2001::2",
152 "path": "2",
153 "origin": "incomplete",
154 "nexthops": [
155 {
156 "ip": "2001::2",
157 "hostname": "r2",
158 "afi": "ipv6",
159 "used": true
160 }
161 ]
162 }
163 ]
164 }
165 }
166 }
167 }