summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_bmp_vrf/r1/show-bgp-ipv4-update-step1.json
blob: 038c87ca9dd09e668bc87fe74ed5465bfc09c4e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "routes": {
        "172.31.0.15/32": [
            {
                "bestpath": true,
                "pathFrom": "external",
                "path": "65502",
                "origin": "IGP",
                "nexthops": [
                    {
                        "ip": "192.168.0.2",
                        "hostname": "r2",
                        "afi": "ipv4",
                        "used": true
                    }
                ]
            }
        ]
    }
}