mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 01:57:26 +00:00
Merge pull request #6295 from ton31337/feature/show_bgp_afi_safi_sntpfx
bgpd: Show PfxSnt for `show bgp <afi> <safi>` command
This commit is contained in:
commit
3b548ddc33
@ -9050,10 +9050,12 @@ static int bgp_show_summary(struct vty *vty, struct bgp *bgp, int afi, int safi,
|
|||||||
vty_out(vty, "EstdCnt DropCnt ResetTime Reason\n");
|
vty_out(vty, "EstdCnt DropCnt ResetTime Reason\n");
|
||||||
else
|
else
|
||||||
vty_out(vty,
|
vty_out(vty,
|
||||||
"V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd\n");
|
"V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd PfxSnt\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
paf = peer_af_find(peer, afi, pfx_rcd_safi);
|
||||||
|
|
||||||
count++;
|
count++;
|
||||||
/* Works for both failed & successful cases */
|
/* Works for both failed & successful cases */
|
||||||
if (peer_dynamic_neighbor(peer))
|
if (peer_dynamic_neighbor(peer))
|
||||||
@ -9109,7 +9111,6 @@ static int bgp_show_summary(struct vty *vty, struct bgp *bgp, int afi, int safi,
|
|||||||
json_object_int_add(json_peer, "pfxRcd",
|
json_object_int_add(json_peer, "pfxRcd",
|
||||||
peer->pcount[afi][pfx_rcd_safi]);
|
peer->pcount[afi][pfx_rcd_safi]);
|
||||||
|
|
||||||
paf = peer_af_find(peer, afi, pfx_rcd_safi);
|
|
||||||
if (paf && PAF_SUBGRP(paf))
|
if (paf && PAF_SUBGRP(paf))
|
||||||
json_object_int_add(json_peer,
|
json_object_int_add(json_peer,
|
||||||
"pfxSnt",
|
"pfxSnt",
|
||||||
@ -9195,7 +9196,7 @@ static int bgp_show_summary(struct vty *vty, struct bgp *bgp, int afi, int safi,
|
|||||||
peer_uptime(peer->uptime, timebuf,
|
peer_uptime(peer->uptime, timebuf,
|
||||||
BGP_UPTIME_LEN, 0, NULL));
|
BGP_UPTIME_LEN, 0, NULL));
|
||||||
|
|
||||||
if (peer->status == Established)
|
if (peer->status == Established) {
|
||||||
if (peer->afc_recv[afi][safi])
|
if (peer->afc_recv[afi][safi])
|
||||||
vty_out(vty, " %12" PRIu32,
|
vty_out(vty, " %12" PRIu32,
|
||||||
peer->pcount
|
peer->pcount
|
||||||
@ -9203,7 +9204,12 @@ static int bgp_show_summary(struct vty *vty, struct bgp *bgp, int afi, int safi,
|
|||||||
[pfx_rcd_safi]);
|
[pfx_rcd_safi]);
|
||||||
else
|
else
|
||||||
vty_out(vty, " NoNeg");
|
vty_out(vty, " NoNeg");
|
||||||
else {
|
|
||||||
|
if (paf && PAF_SUBGRP(paf))
|
||||||
|
vty_out(vty, " %8" PRIu32,
|
||||||
|
(PAF_SUBGRP(paf))
|
||||||
|
->scount);
|
||||||
|
} else {
|
||||||
if (CHECK_FLAG(peer->flags, PEER_FLAG_SHUTDOWN))
|
if (CHECK_FLAG(peer->flags, PEER_FLAG_SHUTDOWN))
|
||||||
vty_out(vty, " Idle (Admin)");
|
vty_out(vty, " Idle (Admin)");
|
||||||
else if (CHECK_FLAG(
|
else if (CHECK_FLAG(
|
||||||
@ -9214,6 +9220,8 @@ static int bgp_show_summary(struct vty *vty, struct bgp *bgp, int afi, int safi,
|
|||||||
vty_out(vty, " %12s",
|
vty_out(vty, " %12s",
|
||||||
lookup_msg(bgp_status_msg,
|
lookup_msg(bgp_status_msg,
|
||||||
peer->status, NULL));
|
peer->status, NULL));
|
||||||
|
|
||||||
|
vty_out(vty, " %8" PRIu32, 0);
|
||||||
}
|
}
|
||||||
vty_out(vty, "\n");
|
vty_out(vty, "\n");
|
||||||
}
|
}
|
||||||
|
@ -3,6 +3,6 @@ BGP table version 1
|
|||||||
RIB entries 1, using XXXX bytes of memory
|
RIB entries 1, using XXXX bytes of memory
|
||||||
Peers 2, using XXXX KiB of memory
|
Peers 2, using XXXX KiB of memory
|
||||||
|
|
||||||
Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd
|
Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd PfxSnt
|
||||||
fc00:0:0:8::1000 4 100 0 0 0 0 0 never Active
|
fc00:0:0:8::1000 4 100 0 0 0 0 0 never Active 0
|
||||||
fc00:0:0:8::2000 4 200 0 0 0 0 0 never Active
|
fc00:0:0:8::2000 4 200 0 0 0 0 0 never Active 0
|
||||||
|
@ -3,8 +3,8 @@ BGP table version 1
|
|||||||
RIB entries 1, using XXXX bytes of memory
|
RIB entries 1, using XXXX bytes of memory
|
||||||
Peers 4, using XXXX KiB of memory
|
Peers 4, using XXXX KiB of memory
|
||||||
|
|
||||||
Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd
|
Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd PfxSnt
|
||||||
192.168.7.10 4 100 0 0 0 0 0 never Active
|
192.168.7.10 4 100 0 0 0 0 0 never Active 0
|
||||||
192.168.7.20 4 200 0 0 0 0 0 never Active
|
192.168.7.20 4 200 0 0 0 0 0 never Active 0
|
||||||
fc00:0:0:8::1000 4 100 0 0 0 0 0 never Active
|
fc00:0:0:8::1000 4 100 0 0 0 0 0 never Active 0
|
||||||
fc00:0:0:8::2000 4 200 0 0 0 0 0 never Active
|
fc00:0:0:8::2000 4 200 0 0 0 0 0 never Active 0
|
||||||
|
@ -226,7 +226,7 @@ def test_bgp_converge():
|
|||||||
for i in range(1, 2):
|
for i in range(1, 2):
|
||||||
for view in range(1, 4):
|
for view in range(1, 4):
|
||||||
notConverged = net["r%s" % i].cmd(
|
notConverged = net["r%s" % i].cmd(
|
||||||
'vtysh -c "show ip bgp view %s summary" 2> /dev/null | grep ^[0-9] | grep -v " 11$"'
|
'vtysh -c "show ip bgp view %s summary" 2> /dev/null | grep ^[0-9] | grep -vP " 11\s+(\d+)$"'
|
||||||
% view
|
% view
|
||||||
)
|
)
|
||||||
if notConverged:
|
if notConverged:
|
||||||
|
Loading…
Reference in New Issue
Block a user