summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_bmp/bmp1import/bmp-withdraw-pre-policy-step1.json
blob: d3fb1b7ba1f2a5a391b1f18ac5a66032036ff57d (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
{
    "pre-policy": {
        "withdraw": {
            "172.31.0.77/32": {
                "bmp_log_type": "withdraw",
                "ip_prefix": "172.31.0.77/32",
                "ipv6": false,
                "peer_asn": 65501,
                "peer_bgp_id": "192.168.1.3",
                "peer_distinguisher": "444:1",
                "peer_ip": "192.168.1.3",
                "peer_type": "route distinguisher instance",
                "policy": "pre-policy"
            },
            "2001::1125/128": {
                "afi": 2,
                "bmp_log_type": "withdraw",
                "ip_prefix": "2001::1125/128",
                "ipv6": true,
                "peer_asn": 65501,
                "peer_bgp_id": "192.168.1.3",
                "peer_distinguisher": "555:1",
                "peer_ip": "192:167::3",
                "peer_type": "route distinguisher instance",
                "policy": "pre-policy",
                "safi": 1
            }
        }
    }
}