summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_features/r1/bgp_summary.json
blob: 1ad734220af26c287a95d0791c9f624f10e80545 (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.1",
  "as":65000,
  "vrfName":"default",
  "peerCount":2,
  "peers":{
    "192.168.0.2":{
      "hostname":"r2",
      "remoteAs":65000,
      "outq":0,
      "inq":0,
      "pfxRcd":7,
      "state":"Established"
    },
    "192.168.101.2":{
      "hostname":"r4",
      "remoteAs":65100,
      "outq":0,
      "inq":0,
      "pfxRcd":3,
      "state":"Established"
    }
  },
  "totalPeers":2
}
}