summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_bmp/bmp1vrf/bmp-update-post-policy-step1.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/bgp_bmp/bmp1vrf/bmp-update-post-policy-step1.json')
-rw-r--r--tests/topotests/bgp_bmp/bmp1vrf/bmp-update-post-policy-step1.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/tests/topotests/bgp_bmp/bmp1vrf/bmp-update-post-policy-step1.json b/tests/topotests/bgp_bmp/bmp1vrf/bmp-update-post-policy-step1.json
new file mode 100644
index 000000000..04e01623d
--- /dev/null
+++ b/tests/topotests/bgp_bmp/bmp1vrf/bmp-update-post-policy-step1.json
@@ -0,0 +1,36 @@
+{
+ "post-policy": {
+ "update": {
+ "172.31.0.15/32": {
+ "as_path": "65501 65502",
+ "bgp_nexthop": "192.168.0.2",
+ "bmp_log_type": "update",
+ "ip_prefix": "172.31.0.15/32",
+ "ipv6": false,
+ "origin": "IGP",
+ "peer_asn": 65502,
+ "peer_bgp_id": "192.168.0.2",
+ "peer_distinguisher": "444:1",
+ "peer_ip": "192.168.0.2",
+ "peer_type": "route distinguisher instance",
+ "policy": "post-policy"
+ },
+ "2111::1111/128": {
+ "afi": 2,
+ "as_path": "65501 65502",
+ "bmp_log_type": "update",
+ "ip_prefix": "2111::1111/128",
+ "ipv6": true,
+ "nxhp_ip": "192:168::2",
+ "origin": "IGP",
+ "peer_asn": 65502,
+ "peer_bgp_id": "192.168.0.2",
+ "peer_distinguisher": "555:1",
+ "peer_ip": "192:168::2",
+ "peer_type": "route distinguisher instance",
+ "policy": "post-policy",
+ "safi": 1
+ }
+ }
+ }
+}