From 5e67b0f3450982e95130bd90f3e2d59cc581cac9 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Fri, 8 Jan 2021 07:42:08 -0500 Subject: [PATCH] tools: Cleanup bgp commands in the support bundle Add some missing commands ( I am sure that there are more useful ones to ) Cleanup to use the modern non-deprecated syntax in case anyone runs across this. Signed-off-by: Donald Sharp --- tools/etc/frr/support_bundle_commands.conf | 23 +++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/tools/etc/frr/support_bundle_commands.conf b/tools/etc/frr/support_bundle_commands.conf index 11f88e7101..347ffedb90 100644 --- a/tools/etc/frr/support_bundle_commands.conf +++ b/tools/etc/frr/support_bundle_commands.conf @@ -8,17 +8,17 @@ PROC_NAME:bgp CMD_LIST_START show bgp summary -show ip bgp -show ip bgp neighbors -show ip bgp summary -show ip bgp statistics +show bgp ipv4 uni +show bgp ipv4 neighbors +show bgp ipv4 summary +show bgp ipv4 statistics -show ip bgp update-groups advertise-queue -show ip bgp update-groups advertised-routes -show ip bgp update-groups packet-queue -show ip bgp update-groups statistics -show ip bgp peer-group -show ip bgp memory +show bgp ipv4 update-groups advertise-queue +show bgp ipv4 update-groups advertised-routes +show bgp ipv4 update-groups packet-queue +show bgp ipv4 update-groups statistics +show bgp peer-group +show bgp memory show bgp ipv6 show bgp ipv6 neighbors @@ -27,8 +27,9 @@ show bgp ipv6 update-groups advertise-queue show bgp ipv6 update-groups advertised-routes show bgp ipv6 update-groups packet-queue show bgp ipv6 update-groups statistics -show ip bgp statistics +show bgp ipv6 statistics show bgp martian next-hop +show bgp nexthop show bgp evpn route CMD_LIST_END -- 2.39.5