]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/bgp_vpnv4_ebgp/r1/ipv4_routes.json
topotests: add bgp_vpnv4_ebgp test with 'mpls bgp forwarding'
[mirror_frr.git] / tests / topotests / bgp_vpnv4_ebgp / r1 / ipv4_routes.json
1 {
2 "10.200.0.0/24": [
3 {
4 "prefix": "10.200.0.0/24",
5 "prefixLen": 24,
6 "protocol": "bgp",
7 "vrfName": "vrf1",
8 "selected": true,
9 "destSelected": true,
10 "distance": 20,
11 "metric": 0,
12 "nexthops": [
13 {
14 "flags": 3,
15 "fib": true,
16 "ip": "10.125.0.2",
17 "afi": "ipv4",
18 "interfaceName": "r1-eth0",
19 "vrf": "default",
20 "active": true,
21 "labels":[
22 102
23 ]
24 }
25 ]
26 }
27 ],
28 "10.201.0.0/24": [
29 {
30 "prefix": "10.201.0.0/24",
31 "prefixLen": 24,
32 "protocol": "connected",
33 "vrfName": "vrf1",
34 "selected": true,
35 "destSelected": true,
36 "distance": 0,
37 "metric": 0,
38 "installed": true,
39 "nexthops":[
40 {
41 "flags": 3,
42 "fib": true,
43 "directlyConnected": true,
44 "interfaceName": "r1-eth1",
45 "active": true
46 }
47 ]
48 }
49 ]
50 }