summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_vrf_leaking_5549_routes/pe1/results/vrf20_ipv4_unicast.json
blob: 1e93715270cf47f124f899fae508e5fdbe96dedc (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
{
    "vrfName": "vrf20",
    "routerId": "192.0.2.1",
    "localAS": 65001,
    "routes": {
        "172.16.0.1/32": [
            {
                "valid": true,
                "bestpath": true,
                "pathFrom": "external",
                "prefix": "172.16.0.1",
                "prefixLen": 32,
                "network": "172.16.0.1\/32",
                "path": "65002",
                "origin": "incomplete",
                "announceNexthopSelf": true,
                "nhVrfName": "vrf10",
                "nexthops": [
                    {
                        "hostname": "pe1",
                        "afi": "ipv6",
                        "scope": "global",
                        "used": true
                    },
                    {
                        "hostname": "pe1",
                        "afi": "ipv6",
                        "scope": "link-local"
                    }
                ]
            }
        ]
    }
}