summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_vpnv4_ebgp/r2/bgp_ipv4_routes.json
blob: 19797dd561a86ccae8e4942f779565b8254ecd84 (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
{
     "vrfName": "vrf1",
     "localAS": 65501,
     "routes":
         {
            "10.201.0.0/24": [
                {
                    "prefix": "10.201.0.0",
                    "prefixLen": 24,
                    "network": "10.201.0.0\/24",
                    "nhVrfName": "default",
                    "nexthops": [
                        {
                            "ip": "10.125.0.1",
                            "afi": "ipv4",
                            "used": true
                        }
                    ]
                }
            ],
            "10.200.0.0/24": [
                {
                    "valid": true,
                    "bestpath": true,
                    "prefix": "10.200.0.0",
                    "prefixLen": 24,
                    "network": "10.200.0.0\/24",
                    "nexthops": [
                        {
                            "ip": "0.0.0.0",
                            "afi": "ipv4",
                            "used": true
                        }
                    ]
                }
            ]
         }
}