summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_redistribute_table/r1/ipv4_routes_with_all_redistribute.json
blob: e5a27f32ea0eb6a1cffb90bc389a2e1ae17d4c86 (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
{
	"172.31.0.2/32": [
		{
			"prefix": "172.31.0.2/32",
			"protocol": "bgp",
			"vrfId": 0,
			"vrfName": "default",
			"selected": true,
			"destSelected": true,
			"distance": 20,
			"metric": 0,
			"installed": true,
			"nexthops": [
				{
					"fib": true,
					"ip": "192.168.0.2",
					"afi": "ipv4",
					"interfaceName": "r1-eth0",
					"active": true,
					"weight": 1
				}
			]
		}
	],
	"172.31.0.10/32": [
		{
			"prefix": "172.31.0.10/32",
			"protocol": "bgp",
			"vrfId": 0,
			"vrfName": "default",
			"selected": true,
			"destSelected": true,
			"distance": 20,
			"metric": 0,
			"installed": true,
			"nexthops": [
				{
					"fib": true,
					"ip": "192.168.0.2",
					"afi": "ipv4",
					"interfaceName": "r1-eth0",
					"active": true,
					"weight": 1
				}
			]
		}
	],
	"172.31.0.15/32": [
		{
			"prefix": "172.31.0.15/32",
			"protocol": "bgp",
			"vrfId": 0,
			"vrfName": "default",
			"selected": true,
			"destSelected": true,
			"distance": 20,
			"metric": 0,
			"installed": true,
			"nexthops": [
				{
					"fib": true,
					"ip": "192.168.0.2",
					"afi": "ipv4",
					"interfaceName": "r1-eth0",
					"active": true,
					"weight": 1
				}
			]
		}
	]
}