Add bgp funct rt constrain validation test suite
[integration/test.git] / csit / variables / bgpfunctional / rt_constrain / ext_l3vpn_rt_arg / rib / data.json
1 {
2     "bgp-vpn-ipv4:vpn-ipv4-routes": {
3         "vpn-route": [
4             {
5                 "route-key": "WAABAQIDBAABAQEB",
6                 "path-id": 0,
7                 "label-stack": [
8                     {
9                         "label-value": 24005
10                     }
11                 ],
12                 "route-distinguisher": "1.2.3.4:1",
13                 "attributes": {
14                     "extended-communities": [
15                         {
16                             "transitive": true,
17                             "route-target-extended-community": {
18                                 "global-administrator": 64496,
19                                 "local-administrator": "AAAAZQ=="
20                             }
21                         }
22                     ],
23                     "ipv4-next-hop": {
24                         "global": "10.0.255.254"
25                     },
26                     "origin": {
27                         "value": "igp"
28                     },
29                     "as-path": {
30                         "segments": [
31                             {
32                                 "as-sequence": [
33                                     64496
34                                 ]
35                             }
36                         ]
37                     }
38                 },
39                 "prefix": "1.1.1.0/24"
40             }
41         ]
42     }
43 }