summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bfd_vrf_topo1/r2/bgp_summary.json
blob: c0ef11ac5f78f65772491f547b01eab1f272c6f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "ipv4Unicast": {
    "as": 102,
    "peers": {
      "192.168.0.1": {
        "remoteAs": 101,
        "state": "Established"
      },
      "192.168.1.1": {
        "remoteAs": 103,
        "state": "Established"
      },
      "192.168.2.1": {
        "remoteAs": 104,
        "state": "Established"
      }
    }
  }
}