summaryrefslogtreecommitdiffstats
path: root/infra/northbound/bgp/src/main/resources/honeycomb-minimal-resources/config/bgp-peers.json
blob: 93405fba695dabea4853457009a81466c500d212 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
  "bgp-openconfig-extensions:neighbors": {
    "neighbor": [
      {
        "neighbor-address": "10.25.1.9",
        "config": {
          "peer-group": "application-peers"
        },
        "afi-safis": {
          "afi-safi": [
            {
              "afi-safi-name": "openconfig-bgp-types:IPV4-UNICAST",
              "receive": true,
              "send-max": 0
            },
            {
              "afi-safi-name": "openconfig-bgp-types:IPV4-LABELLED-UNICAST",
              "receive": true,
              "send-max": 0
            }
          ]
        }
      },
      {
        "neighbor-address": "127.0.0.2",
        "config": {
          "peer-type": "INTERNAL"
        },
        "timers": {
          "config": {
            "connect-retry": 10,
            "hold-time": 90
          }
        },
        "transport": {
          "config": {
            "remote-port": 17900,
            "passive-mode": false
          }
        },
        "afi-safis": {
          "afi-safi": [
            {
              "afi-safi-name": "openconfig-bgp-types:IPV4-UNICAST",
              "receive": true,
              "send-max": 0
            }
          ]
        }
      }
    ]
  }
}