mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-28 19:18:43 +00:00
![]() Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com> Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com> Now that we display hostnames in 'show ip bgp summary' it is really easy to have the first column be greater than 16 characters which causes a line wrap. The line wrap makes the output difficult to read. Before ====== superm-redxp-05# show ip bgp summ BGP router identifier 6.0.0.11, local AS number 65001 vrf-id 0 BGP table version 56 RIB entries 19, using 2280 bytes of memory Peers 2, using 41 KiB of memory Peer groups 1, using 64 bytes of memory Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd leaf-11-really-long-name(swp1) 4 65101 307 322 0 0 0 00:14:15 10 leaf-12(swp2) 4 65101 105 121 0 0 0 00:14:14 Idle (Admin) Total number of neighbors 2 superm-redxp-05# After ===== superm-redxp-05# show ip bgp summ BGP router identifier 6.0.0.11, local AS number 65001 vrf-id 0 BGP table version 10 RIB entries 19, using 2280 bytes of memory Peers 2, using 41 KiB of memory Peer groups 1, using 64 bytes of memory Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd leaf-11-really-long-name(swp1) 4 65101 11 12 0 0 0 00:00:08 10 swp2 4 0 0 0 0 0 0 never Idle (Admin) Total number of neighbors 2 superm-redxp-05# superm-redxp-05# |
||
---|---|---|
bgpd | ||
cumulus | ||
debian | ||
doc | ||
fpm | ||
gdb | ||
init | ||
isisd | ||
ldpd | ||
lib | ||
m4 | ||
ospf6d | ||
ospfclient | ||
ospfd | ||
pimd | ||
pkgsrc | ||
ports | ||
qpb | ||
redhat | ||
ripd | ||
ripngd | ||
solaris | ||
tests | ||
tools | ||
vtysh | ||
watchquagga | ||
zebra | ||
.gitignore | ||
AUTHORS | ||
bootstrap.sh | ||
buildtest.sh | ||
ChangeLog | ||
common.am | ||
configure.ac | ||
COPYING | ||
COPYING.LIB | ||
HACKING.md | ||
HACKING.pending | ||
INSTALL.quagga.txt | ||
Makefile.am | ||
NEWS | ||
README | ||
README.NetBSD | ||
REPORTING-BUGS | ||
SERVICES | ||
stamp-h.in | ||
TODO | ||
update-autotools |
Quagga is free software that manages various IPv4 and IPv6 routing protocols. Currently Quagga supports BGP4, BGP4+, OSPFv2, OSPFv3, RIPv1, RIPv2, and RIPng as well as very early support for IS-IS. See the file INSTALL.quagga.txt for building and installation instructions. See the file REPORTING-BUGS to report bugs. Quagga is free software. See the file COPYING for copying conditions.