BGP RIB policies test
[integration/test.git] / csit / variables / bgpfunctional / bgppolicies / effective_rib_in / peer_2 / data.json
1 {
2     "bgp-inet:ipv4-routes": {
3         "ipv4-route": [
4             {
5                 "attributes": {
6                     "as-path": {},
7                     "ipv4-next-hop": {
8                         "global": "12.0.255.254"
9                     },
10                     "local-pref": {
11                         "pref": 100
12                     },
13                     "origin": {
14                         "value": "igp"
15                     }
16                 },
17                 "path-id": 0,
18                 "prefix": "2.1.1.0/24"
19             },
20             {
21                 "attributes": {
22                     "as-path": {},
23                     "ipv4-next-hop": {
24                         "global": "12.1.255.254"
25                     },
26                     "local-pref": {
27                         "pref": 100
28                     },
29                     "origin": {
30                         "value": "igp"
31                     }
32                 },
33                 "path-id": 0,
34                 "prefix": "2.2.1.0/24"
35             },
36             {
37                 "attributes": {
38                     "as-path": {},
39                     "ipv4-next-hop": {
40                         "global": "12.3.255.254"
41                     },
42                     "local-pref": {
43                         "pref": 100
44                     },
45                     "origin": {
46                         "value": "igp"
47                     }
48                 },
49                 "path-id": 0,
50                 "prefix": "2.3.1.0/24"
51             }
52         ]
53     }
54 }