Mvpn functional tests
[integration/test.git] / csit / variables / bgpfunctional / mvpn / source_active_ad / rib / data.json
1 {
2   "bgp-mvpn-ipv4:mvpn-routes-ipv4": {
3     "mvpn-route": [
4       {
5         "path-id": 0,
6         "route-key": "BRIAAQECAwQBAiABAAABIAIAAAI=",
7         "attributes": {
8           "ipv4-next-hop": {
9             "global": "127.1.1.1"
10           },
11           "multi-exit-disc": {
12             "med": 0
13           },
14           "as-path": {},
15           "origin": {
16             "value": "egp"
17           },
18           "local-pref": {
19             "pref": 100
20           }
21         },
22         "source-active-a-d": {
23           "route-distinguisher": "1.2.3.4:258",
24           "multicast-source": "1.0.0.1",
25           "multicast-group": "2.0.0.2"
26         }
27       }
28     ]
29   }
30 }