summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_bmp_vrf/bmp1/bmp-withdraw-loc-rib-step1.json
blob: 37ddc09ff85bd641cfdeb38c56848c757a359d03 (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
{
    "loc-rib": {
        "withdraw": {
            "172.31.0.15/32": {
                "bmp_log_type": "withdraw",
                "ip_prefix": "172.31.0.15/32",
                "is_filtered": false,
                "peer_asn": 65501,
                "peer_bgp_id": "192.168.0.1",
                "peer_type": "loc-rib instance",
                "policy": "loc-rib"
            },
            "2111::1111/128": {
                "afi": 2,
                "bmp_log_type": "withdraw",
                "ip_prefix": "2111::1111/128",
                "is_filtered": false,
                "peer_asn": 65501,
                "peer_bgp_id": "192.168.0.1",
                "peer_type": "loc-rib instance",
                "policy": "loc-rib",
                "safi": 1
            }
        }
    }
}