summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_features/r2/bgp_summary.json
blob: 30e0ef47a83262699db6b9e2bde3f1529a2e7195 (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
{
"ipv4Unicast":{
  "routerId":"192.168.0.2",
  "as":65000,
  "vrfName":"default",
  "peerCount":2,
  "peers":{
    "192.168.0.1":{
      "hostname":"r1",
      "remoteAs":65000,
      "outq":0,
      "inq":0,
      "pfxRcd":8,
      "state":"Established"
    },
    "192.168.201.2":{
      "hostname":"r5",
      "remoteAs":65200,
      "outq":0,
      "inq":0,
      "pfxRcd":2,
      "state":"Established"
    }
  },
  "totalPeers":2
}
}