summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_bmp/bmp1import/bmp-update-loc-rib-step2.json
blob: 60066d502cc7be7b35982a0121dcbfeb1afbbb50 (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": {
        "update": {
            "172.31.0.77/32": {
                "as_path": "",
                "bgp_nexthop": "192.168.1.3",
                "bmp_log_type": "update",
                "ip_prefix": "172.31.0.77/32",
                "is_filtered": false,
                "origin": "IGP",
                "peer_asn": 65501,
                "peer_bgp_id": "192.168.0.1",
                "peer_distinguisher": "666:22",
                "peer_type": "loc-rib instance",
                "policy": "loc-rib"
            },
            "2001::1125/128": {
                "afi": 2,
                "as_path": "",
                "bmp_log_type": "update",
                "ip_prefix": "2001::1125/128",
                "is_filtered": false,
                "nxhp_ip": "192:167::3",
                "origin": "IGP",
                "peer_asn": 65501,
                "peer_bgp_id": "192.168.0.1",
                "peer_distinguisher": "666:22",
                "peer_type": "loc-rib instance",
                "policy": "loc-rib",
                "safi": 1
            }
        }
    }
}