From b1fbcb6d13df3cbb76f98a3554bc2dceae057ec1 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 21 Nov 2024 09:13:24 -0500 Subject: [PATCH 1/4] tools: Add bmp command to support bundle generation Add a bit of bmp data gathering for bgp support bundle generation Signed-off-by: Donald Sharp --- tools/etc/frr/support_bundle_commands.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/etc/frr/support_bundle_commands.conf b/tools/etc/frr/support_bundle_commands.conf index b3889e8784..4b3e0eac59 100644 --- a/tools/etc/frr/support_bundle_commands.conf +++ b/tools/etc/frr/support_bundle_commands.conf @@ -56,6 +56,7 @@ show evpn next-hops vni all show evpn rmac vni all show evpn vni detail +show bmp CMD_LIST_END # Zebra Support Bundle Command List From 910b3840947db15251231a4da95fe8d3f9334e3d Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 21 Nov 2024 09:14:19 -0500 Subject: [PATCH 2/4] tools: Add isis command generation to support bundle When a support bundle is created no isis commands were issued to attempt to gather data about what is going on in isis. Let's rectify that Signed-off-by: Donald Sharp --- tools/etc/frr/support_bundle_commands.conf | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/tools/etc/frr/support_bundle_commands.conf b/tools/etc/frr/support_bundle_commands.conf index 4b3e0eac59..0083399b13 100644 --- a/tools/etc/frr/support_bundle_commands.conf +++ b/tools/etc/frr/support_bundle_commands.conf @@ -135,9 +135,18 @@ CMD_LIST_END # CMD_LIST_END # ISIS Support Bundle Command List -# PROC_NAME:isis -# CMD_LIST_START -# CMD_LIST_END +PROC_NAME:isis +CMD_LIST_START +show isis database detail +show isis interface detail +show isis route +show isis mpls ldp-sync +show isis mpls-te database detail +show isis mpls-te interface +show isis mpls-te router +show isis neighbor detail +show isis topology +CMD_LIST_END # BFD Support Bundle Command List # PROC_NAME:bfd From 274156f4d353841e795730b85e3643552b46b470 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 21 Nov 2024 09:15:22 -0500 Subject: [PATCH 3/4] tools: Add zebra label show commands to support bundle There were no zebra show commands related to mpls labels being generated for support bundles. Let's rectify that situation. Signed-off-by: Donald Sharp --- tools/etc/frr/support_bundle_commands.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/etc/frr/support_bundle_commands.conf b/tools/etc/frr/support_bundle_commands.conf index 0083399b13..cd1a0a48f6 100644 --- a/tools/etc/frr/support_bundle_commands.conf +++ b/tools/etc/frr/support_bundle_commands.conf @@ -75,6 +75,10 @@ show ip fib show ipv6 fib show nexthop-group rib show route-map +show mpls table +show mpls fec +show mpls ldp +show mpls pseudowires show memory show interface vrf all show vrf From dca9915059254007dbd7853eb85f86889dc679e6 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 21 Nov 2024 09:16:14 -0500 Subject: [PATCH 4/4] tools: Add pim msdp show commands to support bundle The support bundle was not gathering any msdp data for pim at all. Let's add a bit to allow us to have more data here when a suppport bundle is generated Signed-off-by: Donald Sharp --- tools/etc/frr/support_bundle_commands.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/etc/frr/support_bundle_commands.conf b/tools/etc/frr/support_bundle_commands.conf index cd1a0a48f6..6a21ae3fb5 100644 --- a/tools/etc/frr/support_bundle_commands.conf +++ b/tools/etc/frr/support_bundle_commands.conf @@ -185,6 +185,9 @@ show ip pim join show ip pim state show ip pim statistics show ip pim rpf +show ip msdp vrf all mesh-group +show ip msdp vrf all peer +show ip msdp vrf all sa detail CMD_LIST_END # OSPFv3 Support Bundle Command List