frr/tests/topotests/evpn_pim_1/spine/bgp.summ.json
Daniel Baumann 3124f89aed
Adding upstream version 10.1.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 10:03:58 +01:00

38 lines
713 B
JSON

{
"routerId":"192.168.100.1",
"as":65001,
"vrfName":"default",
"peerCount":2,
"peers":{
"192.168.1.2":{
"remoteAs":65002,
"version":4,
"outq":0,
"inq":0,
"pfxRcd":3,
"pfxSnt":7,
"state":"Established",
"connectionsEstablished":1,
"connectionsDropped":0,
"idType":"ipv4"
},
"192.168.2.3":{
"remoteAs":65003,
"version":4,
"outq":0,
"inq":0,
"pfxRcd":3,
"pfxSnt":7,
"state":"Established",
"connectionsEstablished":1,
"connectionsDropped":0,
"idType":"ipv4"
}
},
"failedPeers":0,
"totalPeers":2,
"dynamicPeers":0,
"bestPath":{
"multiPathRelax":"false"
}
}