summaryrefslogtreecommitdiff
path: root/tests/topotests/bgp_bmp/bmp1/bmp-withdraw-loc-rib-step2.json
blob: 20510a1e00326ed127b0b96642b01a40aea1252b (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
{
    "loc-rib": {
        "withdraw": {
            "172.31.0.15/32": {
                "afi": 1,
                "bmp_log_type": "withdraw",
                "ip_prefix": "172.31.0.15/32",
                "is_filtered": false,
                "label": 524288,
                "peer_asn": 65501,
                "peer_bgp_id": "192.168.0.1",
                "peer_distinguisher": "0:0",
                "peer_type": "loc-rib instance",
                "policy": "loc-rib",
                "rd": "444:2",
                "safi": 128
            },
            "2001::1111/128": {
                "afi": 2,
                "bmp_log_type": "withdraw",
                "ip_prefix": "2001::1111/128",
                "is_filtered": false,
                "label": 524288,
                "peer_asn": 65501,
                "peer_bgp_id": "192.168.0.1",
                "peer_distinguisher": "0:0",
                "peer_type": "loc-rib instance",
                "policy": "loc-rib",
                "rd": "555:2",
                "safi": 128
            }
        }
    }
}