reworking bgp clustering (prefixcount) suite to support openconfig in carbon
[integration/test.git] / csit / variables / bgpclustering / bgp_peer / data.json
1 {
2     "bgp-openconfig-extensions:neighbor": [
3         {
4             "neighbor-address": "$IP",
5             "timers": {
6                 "config": {
7                     "hold-time": $HOLDTIME,
8                     "connect-retry": 10
9                 }
10             },
11             "afi-safis": {
12                 "afi-safi": [
13                     {
14                         "afi-safi-name": "openconfig-bgp-types:IPV4-UNICAST"
15                     },
16                     {
17                         "afi-safi-name": "openconfig-bgp-types:L3VPN-IPV4-UNICAST"
18                     },
19                     {
20                         "afi-safi-name": "openconfig-bgp-types:L2VPN-EVPN"
21                     }
22                 ]
23             },
24             "transport": {
25                 "config": {
26                     "remote-port": $PEER_PORT,
27                     "passive-mode": $PASSIVE_MODE
28                 }
29             },
30             "config": {
31                 "peer-type": "INTERNAL"
32             }
33         }
34     ]
35 }