summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_features/r5/bgp_summary.json
blob: b854af59a68174d0219c14244ea838dbcf48a245 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"ipv4Unicast":{
  "routerId":"192.168.200.1",
  "as":65200,
  "vrfName":"default",
  "peerCount":1,
  "peers":{
    "192.168.201.1":{
      "hostname":"r2",
      "remoteAs":65000,
      "outq":0,
      "inq":0,
      "pfxRcd":6,
      "state":"Established"
    }
  },
  "totalPeers":1
}
}