Fix route-key argument in ibgp test
[integration/test.git] / csit / variables / bgpuser / lsp / effective_rib_in / data.json
1 {
2     "bgp-linkstate:linkstate-routes": {
3         "linkstate-route": [
4             {
5                 "path-id": 0,
6                 "route-key": "$ROUTE_KEY",
7                 "tunnel-id": 1,
8                 "lsp-id": 1,
9                 "ipv4-tunnel-endpoint-address": "5.6.7.8",
10                 "ipv4-tunnel-sender-address": "1.2.3.4",
11                 "attributes": {
12                     "ipv4-next-hop": {
13                         "global": "192.0.2.1"
14                     },
15                     "origin": {
16                         "value": "igp"
17                     },
18                     "as-path": {
19                         "segments": [
20                             {
21                                 "as-sequence": [
22                                     64496
23                                 ]
24                             }
25                         ]
26                     },
27                     "local-pref": {
28                         "pref": 100
29                     }
30                 },
31                 "identifier": 1,
32                 "protocol-id": "bgp-epe"
33             }
34         ]
35     }
36 }