summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bfd_topo1/r2/peers.json
blob: 267459c7a87e9ad9fc4d24851e9215db78b9ef68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
  {
    "peer": "192.168.0.1",
    "status": "up"
  },
  {
    "remote-echo-receive-interval": 100,
    "peer": "192.168.1.1",
    "status": "up"
  },
  {
    "remote-transmit-interval": 2000,
    "remote-receive-interval": 2000,
    "peer": "192.168.2.1",
    "status": "up"
  }
]